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.
Hi all,I am facing a very strange problem. I have 2600 which i didnt use it for a long time and now when i switched on the router i found its restarting again and again. Moreover i had to upgrade the IOS . so i downloaded the IOS and tried to load th...
Hi all,I have a scenario something like this. I have a PIX firewall with 4 interfaces configured say inside, dmz1, dmz2 and outside with security levels 100, 65, 30 and 0 respectively. By default everything is allowed from higher security level to lo...
have u allowed ur dns queries out of ur inside LAN, if u have a DNS server outside.(not in inside LAN). if not u can add an entry as below and check if it works.access-list acl_in permit udp any eq domain anyRegards,Ashok Pawar H.S.
one more option for remote logging, to your pix using your outside interface is to enable ssh on your pix firewall and mention from which host u want to ssh , using the below commands. this is more secure than telnet.ssh x.x.x.x 255.255.255.255 out...
yes..proxy-arp is enabled by default on the PIX interfaces......one exmaple which shows that pix supports proxy-arp is ...i have a pix firewall with inside and outside interfaces configured with private and public ip addresses respectively . i do nat...
i also tried to block using port number.... something like thisaccess-list block-msg deny tcp any any eq 5050access-list block-msg permit ip any anyaccess-group block-msg in interface insideBut still i was able to connect ....and using "show conn" i ...