prev.gif (317 Byte)toc.gif (316 Byte)next.gif (317 Byte)


IP-Forwarding aktivieren

echo 1 > /proc/sys/net/ipv4/ip_forward 

ipchains -P forward DENY 

ipchains -A forward -j MASQ -s 192.168.0.0/24 -d anny/0 


prev.gif (317 Byte)toc.gif (316 Byte)next.gif (317 Byte)