Date: Fri, 21 Sep 2007 20:27:14 +0300 From: "Washington Odhiambo" <odhiambo@gmail.com> To: freebsd-pf@freebsd.org Subject: Weird Problem with NAT Message-ID: <991123400709211027g350059e5kbbef276fd6a6bd6b@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello people,
I have a box which I'd like to do some port forwarding to two boxes on
my internal LAN.
I have reduced my pf.conf to just the following:
# define macros for each network interface
extif = "em0"
intif = "xl0"
server = "192.168.0.2"
exch_svr = "192.168.0.26"
services="{ 80, 110, 443, 53 }"
exchange_svcs="{ 3000 }"
rdr pass on $extif inet proto tcp to port $services -> $server
rdr pass on $extif inet proto tcp to port $exchange_svcs -> $exch_svr port 80
rdr pass on $extif inet proto { tcp, udp } to port $services -> $server
Well, this server's external IP is 212.22.160.35, if anyone is interested.
I have been trying whole day to get "telnet 212.22.160.35 110" to
work, but it wouldn't.
>From the server, I can connect to 192.168.0.2 port 110 without a problem.
I am stuck at the moment.
What am I missing?
FreeBSD 6.2-STABLE here.
Thanks.
./Wash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?991123400709211027g350059e5kbbef276fd6a6bd6b>
