[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nat.conf and internal webserver
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: nat.conf and internal webserver
- From: will prater <datafirm_(_at_)_mm3k_(_dot_)_com>
- Date: Sun, 17 Feb 2002 20:27:33 -0800
Hello all,
I have a webserver running on 192.168.1.10 it is running NameBased virtual
hosting and I am having trouble getting to view sites that are hosted on
the server from other computers on the internal network.
I figured that I could look for requests to my outside IP coming from the
hosts on the internal network and redirect them to the webserver running
on the internal network _before_ the NAT takes place. Do i have the wrong
idea?
Here is a shot of the nat.conf file
ideas are appreciated.
fxp0 external int
fxp1 internal int
----
rdr on fxp1 from any to <external ip> port 80 -> 192.168.1.10 port 80
## NAT for machines and routers
nat on fxp0 from 192.168.1.64/28 to any -> <external ip>
## binat
<binat rules>
## rdr
#redirect internal web traffic
#rdr on fxp1 from any to <external ip> port 80 -> 192.168.1.10 port 80
#rdr on fxp0 from any to <external ip> port 80 -> 192.168.1.10 port 80
----
--will
Visit your host, monkey.org