[<<][softarch][>>][..]
Mon Feb 12 12:00:41 CET 2018
fix 10.1.2.0/24 routing rules
Forwarding is allowed.
Incoming is not.
10.1.2.0/24 is only for forwarding traffic between "public" networks.
Uncommenting these:
root@zni:/etc/net/fw# grep -re soekris * | grep INPUT
garage.sh:#iptables -A INPUT -i soekris -j ACCEPT
pi2.sh:#iptables -A INPUT -i soekris -j ACCEPT
pi.sh:#iptables -A INPUT -i soekris -j ACCEPT
pt.sh:$IPTABLES -A INPUT -i soekris -j ACCEPT
xm.sh:#iptables -A INPUT -i soekris -j ACCEPT
[Reply][About]
[<<][softarch][>>][..]