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 a huge problem with one of my ASA 5505's. It seems like every month or so, my ASA crashes. The crash always occurs when a user tries to establish a SSL VPN connection.My other ASA's are working just fineI've added the output of show crashin...
Hi,I want to allow incoming trafic on port 444 to be NATed to an internal host. I also want to allow this traffic using ACL. Seems fairly simple but I can't figure it out.The important part of my config:xxx.xxx.xxx.xxx is my external IP address. : Sa...
Hi,I have a working asa 5505 installation that I would like to configure for one more external IP address. My problem is when I try to create a second outside interface, called outside2 for example, i get an error message say that the subnet is overl...
Hi,I'm using the AnyConnect client version 2.1 on a bunch of Windows XP workstations. My problem is that after a successful connect to my asa 5505 the default gateway that I set dissapears after about 30 seconds. So basically, everything works for ha...
I changed the ACL to:access-list outside_access_in extended permit tcp any host xxx.xxx.xxx.xxx eq 444 But the problem still remains. Is there something wrong with my NAT rule perhaps?
I solved it my self.The best way to assign multiple IP addresses to one interface is to use static nat.For example:static (inside,outside) x.x.110.250 192.168.1.250 netmask 255.255.255.255static (inside,outside) x.x.110.251 192.168.1.250 netmask 255....