my buddie is trying to get his webserver working behind his debian router.
this is what i gave him (we tried once with --dport and once with --dports):
iptables -t nat -A PREROUTING -i $WAN_IFACE -p tcp -m multiport --dports 22,80 -j DNAT --to-destination $SERVER
i'm not able to connect to his webserver with http://his_ip/ what am i doing false? got any ideas?
thanx eric