Statefull Router Script (iptables)

Message
Author
hardia
Posts: 15
Joined: 04. Mar 2014 10:00

#16 Post by hardia »

Es lag an den unterschiedlichen ports von

Code: Select all

iptables -t nat -A PREROUTING -i $EXT -p tcp --dport 80 -j DNAT --to 192.168.0.10:81
das hatte ich schonmal, wenn ich auf gleiche ports umstelle also --dport 81 --to :81 gehts

Post Reply