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 problems figuring out how to make a simple port translation/forwarding on an ASA 5505 firewall running 8.2The firewall has several inside networks and an outside ip which it sourcenats traffic through. The goal is that when ANY outside IP t...
HelloI have a little problem with an ipv4 access-list blocking my ipv6 tunnel.My tunnel is working and is as follows:interface Tunnel0 no ip address ipv6 address <IPV6 address::2> ipv6 enable tunnel source <Local WAN interface> tunnel mode ipv6ip tun...
HelloI have a little question regarding the order in the syntax for an Access-list. I have made my access-list work now, but i dont understand why.It looked like this when it wasnt working:(outside interface inbound traffic)access-list 100 permit tcp...
HelloI found out why it didnt work. The packet trace failed on reverse path check but it doesnt give very detailed information on why.It was a mix of multiple internal interfaces and a NAT exempt rule to the same internal network.Thank you for your h...
Im sorry. Ofcourse its the internal (real_interface). The GUI isnt very helpful, i had to try several, in my eyes, wrong configurations to get the correct result CLI wise.Anyway it is still not working.I gave any outside connection permit to outside ...
Thank you for your reply.I removed "Permit IP host host "and added "Permit 41 host host "It still works. I thought it was on udp/tcp port 41. But its on IP protocol 41. To answer your question about the possibility of adding IPV6 accesslist to the...
Okay, i finally figured it out.I tried to enable all possible "any any" options in the access-list, like GRE and IPINIP any any, still no luck.Only "any any" that helped me was PERMIT IP ANY ANY but i removed it again since this is not a solution for...