Guest_imported
New member
- Jan 1, 1970
- 0
(Please note, IP addresses have been changed to protect the innocent.)
I need help routing traffic from the inside interface of our PIX515 to a host in the DMZ. When using the hostname, our DNS will return the proper internal address of the webserver, 192.168.2.18
For some reason though, clients on our inside interface of the PIX are not allowed to access that webserver.
PIX Interfaces
Outside = 123.23.45.67
Inside = 192.168.1.8
DMZ = 192.168.2.78
host = 192.168.2.18
Would the following lines effect this change?
static (inside,dmz1) 192.168.2.18 192.168.1.0 netmask 255.255.255.0 0 0
conduit permit tcp host 192.168.49.18 eq http any
If not, am I close? What would be the proper commands? I'm mostly self-taught/FAQ-taught, with just a loose grip on the routing thing.
I need help routing traffic from the inside interface of our PIX515 to a host in the DMZ. When using the hostname, our DNS will return the proper internal address of the webserver, 192.168.2.18
For some reason though, clients on our inside interface of the PIX are not allowed to access that webserver.
PIX Interfaces
Outside = 123.23.45.67
Inside = 192.168.1.8
DMZ = 192.168.2.78
host = 192.168.2.18
Would the following lines effect this change?
static (inside,dmz1) 192.168.2.18 192.168.1.0 netmask 255.255.255.0 0 0
conduit permit tcp host 192.168.49.18 eq http any
If not, am I close? What would be the proper commands? I'm mostly self-taught/FAQ-taught, with just a loose grip on the routing thing.