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 an ASA 5510. Remote users are using the Cisco VPN client to autenticate and connect. Authentication is local. I have a syslog server that shows among other things the user being authenticated, etc. Lots of info in the syslog. Is there a better...
I know CIDR can be used to aggregate multiple classfull networks. Is the use of supernetting recommended to "build" a larger network by changing the subnetmask of multiple class C networks. For example I could change the subnet mask on hosts in class...
I am wanting redundancy in a site to site VPN. The central site has a reliable high speed link to the Internet. At the remote site I am looking at either dual PIXs, each going to a separate ISP or an ASA with dual links to separate providers. If I ...
I have an ASA 5510 with multiple site-to-site VPNs. I have these global and NAT statementsglobal (outside) 101 interfacenat (inside) 0 access-list inside_nat0_outboundnat (inside) 101 0.0.0.0 0.0.0.0This is working fine as is.I need to load an ATT VP...
I have an ASA with a 10 user license. There are occasionally more than 10 users going out. What is the logic used to determine the 10 users (IPs) allowed? How long must a host be inactive before it times out? Can this timeout value be set?
I believe this was a response to someone else's issue.I have an ASA with a number of site-to-site VPN connections. Inside clients can access the Internet fine. Site-to-site VPN connections are working fine. I want to use an ATT VPN client from inside...
Thanks for the reply.I tried that. I did the static nat -static(inside,outside) 64.185.19.13 192.168.1.32 netmask 255.255.255.255andaccess-list 110 extended permit ip any host 64.185.19.13 (for testing purposes.)This is an existing outside to inside ...
Restarted both PIXes. I have a scheduled batch file that periodically pings from a host at the central site to a host at the remote site. This keeps the VPN up. I will see what happens when the 2nd remote site is brought online.Thanks for your sugges...