Author Topic: UDP ports and Linux IP Masquerading  (Read 315 times)

Offline RKY

  • Zinc Member
  • *
  • Posts: 1
UDP ports and Linux IP Masquerading
« on: June 16, 2000, 07:11:00 PM »
I'm using IP Masquerading with Linux to provide internet access to my windows machines, and AH works ok through it in TCP mode, but...

I'd like to get UDP working instead, for obvious reasons.

I can use ipmasqadm to forward UDP packets, and it works well for games such as Grand Prix Legends.  They were kind enough to provide the information of what UDP ports it
uses, even with examples, such as...

ipautofw -A -r udp 6970 6971 -h a.a.a.a -v -u
ipautofw -A -r udp 32766 32786 -h a.a.a.a -v -u

where a.a.a.a is the local IP address to forward the packets to. (although I had to use ipmasqadm instead of ipautofw)

Could you tell me what UDP ports AH uses, so I can set the same thing up for it?

Thanks,

RKY


Offline Jinx

  • Zinc Member
  • *
  • Posts: 3
UDP ports and Linux IP Masquerading
« Reply #1 on: June 16, 2000, 07:44:00 PM »
try:
ipmasqadm autofw -A -r udp 2000 2900 -h a.a.a.a


 -Jinx



Offline RKY

  • Zinc Member
  • *
  • Posts: 1
UDP ports and Linux IP Masquerading
« Reply #2 on: June 16, 2000, 07:59:00 PM »
Thanks Jinx, works great!

RKY