/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */
> > Here's what I am using (it's DirectX 7 but it still seems to work.) > > They've changed it for DX8, there's no TCP ports. > I wonder if that makes any difference. What I meant was that this seems to work for DirectX 8 games as well. (At least my son says they do.) I've got a couple of lines in to do the same for the DirectX 8 ports but they are currently commented out since they don't seem necessary. > The question is, do you have a similar ipchains setup, > and if so, do you perform any additional magic to make > the 'portfw' "work" in concert with the MASQ ? This is all I do: /sbin/ipchains -F forward /sbin/ipchains -P forward DENY /sbin/ipchains -A forward -s 192.168.1.0/24 -j MASQ followed by the ipmasqadm forwarding. > Does ipmasqadm work with ipchains Seems to :) John _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
