Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have PIX 501 connected with One workstation in INSIDE network and to the internet.With no Access list everything works good.I want to allow only Web Access for the inside network.The command I specified:access-list ACL_OUT permit tcp any any eq www...
I just checked again and there is no command to add manual IP address and setroute.WHat I had to do is 0.0.0.0 0.0.0.0 and IP address of my default gateway of ISP.My IP address from ISP is 79.97.15.170 but default gateway is 79.97.15.1So you have to ...
I applied your config to my PIX with two changes.1. I do not specify outside ip address manually, I type "ip address outside dhcp setroute" you can try with manual IP but type SETROUTE word at the end.2. The internet did not work untill I took off al...
Thank you that worked. I had to just add 443 for SSL and it works now.What I wish to understand is the syntax. I thought if I do access-list ACL_OUT permit tcp host 172.30.10.1 any eq www that means:I want access list , name ACL_OUT that permits TCP ...