Date: Tue, 14 Dec 2004 23:58:18 +0200 From: Claudiu Dragalina-Paraipan <dr.clau@gmail.com> To: freebsd-pf@freebsd.org Subject: Re: NAT works but port forwarding does not Message-ID: <c2d45d6e0412141358aeb59da@mail.gmail.com> In-Reply-To: <200412141647.01789.pathiaki@pathiaki.com> References: <BAY103-DAV17C00EC3123282040DE4DFE2AC0@phx.gbl> <200412141647.01789.pathiaki@pathiaki.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I think that NAT would not work either without net.inet.ip.forwarding=1, so I assume it is already set to 1. Can you access the webserver (192.168.1.54) from the FreeBSD gateway ? What are the settings for em1 interface ? On Tue, 14 Dec 2004 16:47:01 -0500, Paul J. Pathiakis <pathiaki@pathiaki.com> wrote: > Hi, > > just getting back into the networking side of things, but did you turn on packet > forwarding? (it should be on if you turned on gateway enable <-I think) Do a: > sysctl -a | grep forward > do you get a "1". > > I may be way off, but I am trying to help. :-) > > P. > > > On Tuesday 14 December 2004 16:34, Zeno Lee wrote: > > I am just starting off with PF. I had it compiled into the kernel in 5.3 > > stable. I have not setup any rules yet. I'm just trying to set up NAT and > > forwarding. > > > > My network setup > > > > Internet <----> em0 | FreeBSD | em1 <-----> LAN > > > > > > my pf.conf file only has: > > > > ext_if="em0" > > int_if="em1" > > webserver="192.168.1.54" > > > > nat on $ext_if from $int_if:network to any -> ($ext_if) > > rdr on $ext_if from any to any port 80 -> $webserver > > > > > > NAT works, however, I cannot get port forwarding to work. I am testing it > > vial a remote computer on the internet whose packets only come through em0. > > > > Am I missing anything here? > > _______________________________________________ > > freebsd-pf@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-pf > > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-pf@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-pf > To unsubscribe, send any mail to "freebsd-pf-unsubscribe@freebsd.org" > -- Claudiu Dragalina-Paraipan e-mail: dr.clau@gmail.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c2d45d6e0412141358aeb59da>