iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -d 0/0 -o eth0 -j SNAT --to-source 212.23.98.45
или (без привязки к IP)
ipchains -A forward -j MASQ -s 192.168.0.0/16 -d 0.0.0.0/0
или (через iproute2)
ip rule add from 10.0.1.0/24 nat 254.147.38.14URL:
Обсуждается: http://www.opennet.me/tips/info/379.shtml
-A forward -s 192.168.1.0/255.255.255.0 -d 0.0.0.0/0.0.0.0 -j MASQ
echo 1 > /proc/sys/net/ipv4/ip_forwardМожно ли прописать так ? сюда => /etc/sysconfig/ipchains
в /etc/sysctl.conf:
net.ipv4.ip_forward = 1