scott wrote:

hey m0gely,

Just what exactly was the extra nat rule you applied?

quote from m0gely,
"Thanks to a couple people on the linux list I only had
 to add an extra NAT rule to force the port to remain static.  Problem
solved."

Before my normal NAT rule I have this:

nat on $ext proto udp from 192.168.0.5 port 27015 to any -> \
  ($ext) static-port

Ref: http://openbsd.org/faq/pf/nat.html
static-port
    Tells PF not to translate the source port in TCP and UDP packets.

It's the 'static-port' tag on the end that is the trick.

--
- m0gely
http://quake2.telestream.com/
Q2 | Q3A | Counter-strike

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to