On Fri, Mar 08, 2002 at 12:06:54AM +1100, Andy Eager wrote: > Dazza wrote: > >I have a 2.4 kernel running iptables, and it seems to do everything fine - > >telnet, ssh, ftp, ICQ, irc, real audio, http, https - I haven't found > >anything yet that _doesn't_ work. > > Are you masquerading all of these (both passive & active ftp?). I would > be keen to hear that there _are_ conntrack modules for the other > protocols you mentioned.
Just as a bit of anecdotal evidence, I seem to be successfully masquerading all of this stuff here under 2.4.17, with a bunch of machines (bunch here being a technical term for usually less than 5) running Windows, Linux, MacOS. I just said 'M' to everything in IP: Netfilter config during kernel config, use an iptables set that says something like iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE and everything seems to work fine. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
