PH-TUNNELER
Forum Veteran
You do not have permission to view the full content of this post.
Log in or register now.
iptables -I FORWARD 1 --source 192.168.2.0/24 -j ACCEPT
iptables -I INPUT 1 -p udp --dport 1194 -j ACCEPT
iptables -I FORWARD -i br0 -o tun0 -j ACCEPT
iptables -I FORWARD -i tun0 -o br0 -j ACCEPT
may sinabi din sa akin na iptables
ito kung paano mag configure ng iptables
You do not have permission to view the full content of this post. Log in or register now.
PH_TUNNELER
iptables -I FORWARD 1 --source 192.168.2.0/24 -j ACCEPT
iptables -I INPUT 1 -p udp --dport 1194 -j ACCEPT
iptables -I FORWARD -i br0 -o tun0 -j ACCEPT
iptables -I FORWARD -i tun0 -o br0 -j ACCEPT
may sinabi din sa akin na iptables
ito kung paano mag configure ng iptables
You do not have permission to view the full content of this post. Log in or register now.
PH_TUNNELER