( Gorkhaan | 2011. 07. 22., p – 23:56 )

netmask 255.0.0.0
vs
alhálózati maszk: 255.255.255.0

iptables meg forwarding sehol?

# Forwarding
sudo nano /etc/sysctl.conf
# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1
sudo sysctl -p

# Netmegosztás:
iptables -t nat -A POSTROUTING -s 10.10.1.0/24 -o eth3 -j MASQUERADE

too easy...

|| "Software is like sex: it's better when it's free." Linus Torvalds || Visit Gorkhaan's Homepage