May I suggest a little bit weird things.
1. Use your web browser to access PIX Device Manager, the internal mini webserver in PIX
2. Find the option to reset the PIX to factory default
3. The above action also allow you to set initial internal IP address, so you can avoid using console cable
4. Still using PDM, now start adding policies and see how it goes (test the policy right after you apply it).
5. Your Firewall should be able to work exactly like you want.
Hope this helps.
Judhi
Main Topics
Browse All Topics





by: tim_holmanPosted on 2004-02-11 at 09:17:24ID: 10334119
You explictly need to open up the IP address AND port by means of an access-list command.
/products/ sw/secursw /ps2120/ pr oducts_con figuration _guide_cha pter09186a 008017278e .html
The following example illustrates the three commands required to enable access to a RDP server with the external IP address 209.165.201.12:
static (inside, outside) 209.165.201.12 10.1.1.3 netmask 255.255.255.255 0 0
access-list acl_out permit tcp any host 209.165.201.12 eq 3389
access-group acl_out in interface outside
Config guide below if it helps:
http://www.cisco.com/en/US