Redirecting Traffic with PF
- From: Frank Staals <frankstaals@xxxxxxx>
- Date: Fri, 24 Feb 2006 21:13:19 +0100
Hey,
I have an FreeBSD server/firewall running 5-Stable with PF. I want to redirect all udp traffic on port 27902 from the internet to a computer in my network. I used this rule but I have some problem with it: sometimes connections on that port are refused and I can't connect with other players ( it's for a online game ) :
rdr on $extif inet proto udp from any port 27902 -> 192.168.2.11 port 27902
I think the problem might have something to do with the different network interfaces since the traffic is comming in on $extif and has to go to an computer connected to $intif ? And how can I do that ? Can I change it to:
rdr on $extif inet proto udp from any port 27902 -> $intif 192.168.2.11 port 27902
? Or what do I have to do to fix it.
Thanks in advance,
--
-Frank Staals
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Redirecting Traffic with PF
- From: Scott Sipe
- Re: Redirecting Traffic with PF
- From: Noel Jones
- Re: Redirecting Traffic with PF
- From: Eric Schultz
- Re: Redirecting Traffic with PF
- Prev by Date: Re: Can't seem to boot from 6.0-RELEASE
- Next by Date: Re: Remove a Port and All Dependencies
- Previous by thread: dovecot-1.0.alpha5 + mysql
- Next by thread: Re: Redirecting Traffic with PF
- Index(es):
Relevant Pages
|