Zdravim chlapi, mam problem s routovanim. Zapnu forward, nahodim maskaradu a stale mi to neroutuje. Myslim si ze mam problem v iptables. (eth0 je intranet, eth1 je internet) Jsem opravdu lajk a byl bych rad kdyby mi nekdo poradil. Tady jsou prikazy ktere jsem pouzil a jedna se o debian squeeze.
#Zapnuti maskarady a ipforwardu
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o -eth1 -j MASQUERADE
a vypis z iptables:
root@sun:~# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
MASQUERADE all -- anywhere anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination