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,I have pix 506e runnig as my Gateway Firewall.Suddenly i am not able to Ping any interface,not able to telnet internal Interface.Internet Browsing also stopped .Can anyone plz tell me the causesa nd remedies for this.I dont have any Syslog Server ...
Hi,Ihaev pix 506e runnig as my Gateway Firewall.Suddenly i am not able to Ping any interface,not able to telnet internal Interface.Internet Browsing also stopped .Can anyone plz tell me the causesa nd remedies for this.I dont have any Syslog Server e...
HI all,I have PIX 506E as ainternet gaetway for my ISP and suddenly after successfull running of 2hr internet disconnected and then automatically connects.And sometimes the bandwitch rate become slow .Is their any kind way where i can check what is g...
Hi,I need help in PIX configuration.Actually i had testing tool BUGZILLA in one of my servers and want tomake it public so that everyone can use itFor this i have one public IP and want to do a static nat on it.I want if anyone open link "http://publ...
Hi,Please go through below link for more refrence its the best one to get from cisco for upgradation and degradationhttp://www.cisco.com/en/US/docs/security/asa/asa70/pix_upgrade/upgrade/guide/pixupgrd.html#wp1587524Hope this will help..
Try below command it works1. Connects outside X.X.X.X on service 8080 to Internal Y.Y.Y.Y on service WWW.-->(config)# static (inside,outside) tcp X.X.X.X 8080 Y.Y.Y.Y www netmask255.255.255.2552. Redirect Telnet requests for X.X.X.X to Y.Y.Y.Y by en...
I assume you have outside to inside vpn over vpn and servers are in DMZ zone.You can have access-list configured on DMZ port opening VPN traffic to DMZ specified server.E.gaccess-list VPN_DMZ permit tcp host vpnip dmz serverip eq portCK