PIX From inside user to DMZ host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 01:35 AM - edited 02-20-2020 09:55 PM
I had a PIX 515 w/Inside(172.16.0.0),Outside & DMZ(192.168.105.0). One particular server located on DMZ network. This particular server only serve internal users (not for Internet).Can I set the server allow 172.16.0.0 users only & let internal users connect particular server using(192.168.105.X).
Also,the TCP connections fail between Inside and DMZ when I apply access-list permit IP any any on DMZ interface. UDP & ICMP success.
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2001 11:22 AM
I'm a newbie...but I think it goes something like this:
static (inside, dmz) 172.16.0.0 172.16.0.0 netmask 255.255.0.0
nat (inside) 0 0 0
If you didn't bound any ACLs to the Inside interface, this should work.
