Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DMZ to inside

Status
Not open for further replies.

bobm10

IS-IT--Management
Aug 28, 2003
5
US
If I do the following, will machines in DMZ1 have port 80 access to machines in the inside or just on the outside?

nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz1 security50
access-list In_dmz1 permit tcp any any eq www
access-group In_dmz1 in interface dmz1

Now if I add the static below will the DMZ now have access to the inside?

static (inside,dmz1) 192.168.1.0 192.168.1.0 netmask 255.255.255.0 0 0

Thanks Bob
 
Just the inside, because there's no translation for going to the outside interface. Also, to go from the dmz1 to outside, the translation entry would be all that's required since the source interface is a higher security level than destination interface.

But, you're kind of defeating the purpose of having a firewall if you're just going to allow any tcp connection from a lower security interface to a higher one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top