Andrew Kornilov wrote:
>> iptables -A PREROUTING -d 1.2.3.4 -i eth1 -p tcp -m tcp --dport 80 -j
>> DNAT --to-destination 192.168.100.12:80
> dnat-to 192.168.100.12 if tcp to 1.2.3.4 and dport is 80
> if tcp and dst is 1.2.3.4 and dst-port is 80 dnat-to 192.168.100.12
> и т.п.
Забыл интерфейс:
dnat-to 192.168.100.12 if tcp from-iface eth1 to 1.2.3.4 and dport is 80
Короче, методом подбора, несложного. Глючит официально :)
_______________________________________________
Sysadmins mailing list
[email protected]
https://lists.altlinux.org/mailman/listinfo/sysadmins

Ответить