RE: PIX Firewall --- DMZ to Inside Access [7:69877]

2003-05-31 Thread Mark Smith
Try this: pix(config)# access-list permit tcp host 10.1.1.X host 192.168.20.10 eq 7000 pix(config)# access-group in interface where you fill the correct value for "X" in the source IP addess that's needing to access the inside, where is whatever you want to name your access list and is the n

RE: PIX Firewall --- DMZ to Inside Access [7:69877]

2003-05-31 Thread Vijay Ramcharan
Define static(s) to translate inside host address(es) to DMZ address(es) like so: static (inside,DMZ) 192.168.10.222 10.2.5.222 netmask 255.255.255.255 0 0 static (inside,DMZ) 192.168.10.230 10.2.5.230 netmask 255.255.255.255 0 0 Configure an access list to permit traffic to the tranlated insi