1
0
Fork 0
mirror of https://github.com/pikvm/pikvm.git synced 2026-03-02 18:16:56 -05:00

routing via the PiKVM is not working #411

Closed
opened 2026-02-20 13:26:36 -05:00 by deekerman · 2 comments
Owner

Originally created by @cipy on GitHub (Feb 2, 2022).

Originally assigned to: @mdevaev on GitHub.

The how-to at https://docs.pikvm.org/usb_ethernet/#routing-via-pikvm is a bit wrong as the firewall (in the INPUT chain) drops everything

iptables -L -n
Chain INPUT (policy ACCEPT)
target     prot opt source               destination        
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0          
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0            udp dpt:67
DROP       all  --  0.0.0.0/0            0.0.0.0/0          

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination        
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0          

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination        
Originally created by @cipy on GitHub (Feb 2, 2022). Originally assigned to: @mdevaev on GitHub. The how-to at https://docs.pikvm.org/usb_ethernet/#routing-via-pikvm is a bit wrong as the firewall (in the INPUT chain) drops everything ``` iptables -L -n Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:67 DROP all -- 0.0.0.0/0 0.0.0.0/0 Chain FORWARD (policy ACCEPT) target prot opt source destination ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 Chain OUTPUT (policy ACCEPT) target prot opt source destination
deekerman 2026-02-20 13:26:36 -05:00
Author
Owner

@arch1mede commented on GitHub (Feb 3, 2022):

Related #282

@arch1mede commented on GitHub (Feb 3, 2022): Related #282
Author
Owner

@mdevaev commented on GitHub (Nov 16, 2025):

It was fixed in #957 a long time ago.

@mdevaev commented on GitHub (Nov 16, 2025): It was fixed in #957 a long time ago.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pikvm-pikvm#411
No description provided.