2/22/02 1:26:31 PM, "MirekO" <[EMAIL PROTECTED]> wrote: >I'am preparing to use iptables. I read documentations, manuals, howto's but >still hav'nt >answers for >1/ what internet games will work throught the iptables NAT? Most. Do you have any game in mind?
>2/ what internet games will NEVER wokr throught iptables NAT ? See above. >3/ what internet games need additional moduls to work ? None that I've played so far. M$ Directplay works fine through iptables. >4/ some example of iptables rules, that make internet games work ? iptables -A POSTROUTING -i eth1 -d $THE_GAME_SERVER -p udp (or tcp) --dport $THE_GAME_SERVER_PORT_RANGES -j SNAT --to-source $THE_IP_OF_THE_FIREWALL > > >