Displaying 1 result from an estimated 1 matches for "masqqurading".
Did you mean:
masqurading
2002 Nov 18
0
help! tc filter dose not work..
...but when i tested another computer it works just fine(masqurade setting are
same with above)
maybe some setting or modules are needed. but I couldn''t found what i
should do to work fine .
dose anyone know ? a slice hint can make me very very happy~~
In ROUTER port forwarding,and masqqurading policy are like this:
iptables -F
iptables -F -t nat
iptables -P FORWARD ACCEPT
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -A FORWARD -i eth0 -o eth1 -j ACCEPT
iptables -A FORWARD -i eth1 -o eth0 -j ACCEPT
iptables -t nat -A PREROUTING -i eth0 -p udp --dport 20 -j DNAT --to
192.168.1.4
i...