[masq] Starcraft with kernels 2.2.x

1999-01-31 Thread Kristopher A. Kersey

OK, I'm looking to get some strait answers on IP Masq for kernel
versions 2.2.x.  I'm currently have my kernel configured with the
following "Network Options" related stuff:

Packet socket
Network firewalls
Unix domain sockets
TCP/IP networking
IP: firewalling
IP: always defragment
IP: masquerading
IP: ICMP masquerading
IP: masquerading special modules support
IP: ipautofw support
IP: drop source routed frames
IP: allow large windows

And all I'm doing to enable masqurading is typing:

ipchains -A forward -s 192.168.1.0/24 -j MASQ
echo "1"  /proc/sys/net/ipv4/ip_forward

My MASQ as a whole all works, but Starcraft seems still not be working
right.  I though the UDP bug was fixed.  Is this all correct?  What
should be changed?

Thanks in advance,
Kris Kersey
[EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]



Re: [masq] Starcraft with kernels 2.2.x

1999-01-31 Thread mumford

On Sun, 31 Jan 1999, Kristopher A. Kersey wrote:

 Date: Sun, 31 Jan 1999 03:21:41 -0500
 From: "Kristopher A. Kersey" [EMAIL PROTECTED]
 To: MASQ Mail List [EMAIL PROTECTED]
 Subject: [masq] Starcraft with kernels 2.2.x
 
 OK, I'm looking to get some strait answers on IP Masq for kernel
 versions 2.2.x.  I'm currently have my kernel configured with the
 following "Network Options" related stuff:
 
 Packet socket
 Network firewalls
 Unix domain sockets
 TCP/IP networking
 IP: firewalling
 IP: always defragment
 IP: masquerading
 IP: ICMP masquerading
 IP: masquerading special modules support
 IP: ipautofw support
 IP: drop source routed frames
 IP: allow large windows
 
 And all I'm doing to enable masqurading is typing:
 
 ipchains -A forward -s 192.168.1.0/24 -j MASQ
 echo "1"  /proc/sys/net/ipv4/ip_forward
 
 My MASQ as a whole all works, but Starcraft seems still not be working
 right.  I though the UDP bug was fixed.  Is this all correct?  What
 should be changed?

Are you doing port forwarding?  You need to forward udp port 6112 from the
masquerading machine to the gaming machine.  Forwarding tcp port 6112 might
also be a good idea.

Glenn Lamb - [EMAIL PROTECTED]  Finger for my PGP Key.
Email to me must have my address in either the To: or Cc: field.  All other
mail will be bounced automatically as spam.
PGPprint = E3 0F DE CC 94 72 D1 1A  2D 2E A9 08 6B A0 CD 82

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]



Re: [masq] [masq] Starcraft with kernels 2.2.x

1999-01-31 Thread mumford

On Sun, 31 Jan 1999, Kristopher A. Kersey wrote:

 Date: Sun, 31 Jan 1999 12:29:40 -0500
 From: "Kristopher A. Kersey" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: MASQ Mail List [EMAIL PROTECTED]
 Subject: Re:  [masq] Starcraft with kernels 2.2.x
 
 Actually I'm not.  I was wondering what utility I should use with 2.2.x,
 ipportfw or ipmasqadm.  Also that means I need to enable it in the
 kernel right?  What's a simple command to enable that?  Also, do I need
 to have ipautofw enabled in the kernel?  Do have have to run anything to
 turn it on?  I hope I don't sound ignorent but I just am not fluent in
 the area and nothing I read I strait forward.

You should be using ipmasqadm.  The commands are
# ipmasqadm portfw -a -P tcp -L $1 6112 -R $2 6112
# ipmasqadm portfw -a -P tcp -L $3 6112 -R $2 6112
# ipmasqadm portfw -a -P udp -L $1 6112 -R $2 6112
# ipmasqadm portfw -a -P udp -L $3 6112 -R $2 6112

Replace $1 with the internal IP address of your gateway machine, $2
with the address (internal again, but it should be the only) of the
machine you're playing starcraft on and $3 with the external IP ad-
dress of the gateway machine.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]