|
hmmm
let me try to decipher.
Everyone can go out on the 10.10.10.x network to the internet, no
restrictions.
You
have setup a web server and want to provide inbound http access to
it.
A few
facts:
* Hide
mode NAT (I assume what you are using for outbound connectivity) does not allow
for reverse connections (initiated by the outside)
* You
will have to use static NAT for access to your internal http host.
do the
following:
1)
Create a host (workstation) on the fw management server, make sure it is set as
static NAT, with a valid external address
2) Use
the host in a rule, to allow access to it- ie ANY
WWW_SERVER HTTP ALLOW
2) Let
the firewall proxy arp for this device, either via local.arp, or static route on
downstrean router
3) Put
a static route on your firewall, to let the firewall know which internal host to
send the packet to- ie
route
add -p 200.200.200.200 10.10.10.10
Your
last question is answered by the above statements, you **hopefully** will only
be using three addresses of your external class C (254 possible addresses) - I
am assuming the most basic setup!
1)
Router/Gateway Nic IP address
2)
Firewall External NIC IP address
3) IP
Address for the Internal host (external)
Thomas
|
- [FW1] Routing before FW-1 Installation Flavio Muscetra
- RE: [FW1] Routing before FW-1 Installation Thomas . Poole
- RE: [FW1] Routing before FW-1 Installation Thomas . Poole
- Re: [FW1] Routing before FW-1 Installation Flavio Muscetra
- Re: [FW1] Routing before FW-1 Installation Flavio Muscetra
