Port Forwarding

James Earl james at icionline.ca
Mon Jan 19 13:21:44 PST 2004


On Mon, 2004-01-19 at 13:58, Rishi Chopra wrote:
> What I want to do:  (1) Change firewall type from 'OPEN' to 'SIMPLE' and 
> (2) Forward ports 412 and 5800 to my Win2k box.
> 
> What I have:  The setup is pictured below. 
> IPFIREWALL_DEFAULT_TO_ACCEPT, IPDIVERT and IPFILTER are all enabled in 
> my kernel config file,  are also enabled.  Rule-of-thumb advice about 
> "how best to secure a network" is not necessary in this case (the Win2k 
> box has its own firewall installed (ZoneAlarm) and I already know too 
> much about security).
> 
> ISP          FreeBSD Gateway        Win2k Box
> 
> >----------rl0--------------rl1-------------------<
> ALL        DHCP     192.168.0.1     192.168.0.2
> 
> The problem:  When I chenge the firewall type to SIMPLE from OPEN, the 
> Win2k box can no longer query DNS and pings to the 192.168.0.1 address 
> do not work.  With the firewall type set to OPEN, there are no problems 
> whatsoever.  I am also new to the IPFW syntax.
> 
> What I would like to know is: (1) the syntax for forwarding incomming 
> connections from rl0 to rl1 (and ultimately to 192.168.0.2) and (2) 
> whether the syntax for allowing connections to the outside network (such 
> as DNS) is correct and if some other problem is preventing the win2k box 
> from querying DNS when SIMPLE is enabled.

The FreeBSD Handbook can describe port redirection using NAT better than
I can:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html

With the SIMPLE firewall rules, all your machines on your LAN should be
able to establish connections.  Make sure that you have your ISP's DNS
servers IP's specified on the win2k machine, and also that your FreeBSD
machines IP is setup as the default gateway in win2k.

You shouldn't be able to ping the FreeBSD gateway from the win2k machine
because of the FreeBSD gateway's firewall.

Anther test... try accessing a machine out on the Internet using it's ip
address and see if you get out.

James




More information about the freebsd-questions mailing list