Re: Redirecting Traffic with PF
- From: B H <bernt@xxxxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 09:01:53 +0100
Frank Staals skrev:
Noel Jones wrote:
On 2/24/06, Frank Staals <frankstaals@xxxxxxx> wrote:
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
Portmapping and redirections are set with ipnat.
In your ipnat.rules - or whatever you call it - put something like this:
rdr fxp0 0.0.0.0/0 port 80 -> 10.0.0.2 port 80 tcp
Change to suite yor setup.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Redirecting Traffic with PF
- From: Frank Staals
- Re: Redirecting Traffic with PF
- From: Noel Jones
- Re: Redirecting Traffic with PF
- From: Frank Staals
- Redirecting Traffic with PF
- Prev by Date: Re: anyone recognize this panic?
- Next by Date: Re: cloning freebsd from desktop to laptop computer.
- Previous by thread: Re: Redirecting Traffic with PF
- Next by thread: Re: Redirecting Traffic with PF
- Index(es):
Relevant Pages
|