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,
My company has full VPN tunneling through the AnyConnect client.
The issue is that I lose SSH connectivity to all my "Host-only network" Virtual Machines set up through Oracle VM VirtualBox.
Is it possible to add a route like "netsh interf...
I am trying for forward UDP port 43139 to an IP on the inside, but whenever I do the forward, I get the error "ERROR: NAT unable to reserve ports." The commands I enter are as follows:-object network AQUEEB_UTORRENT_UDP_43139host 10.55.17.2nat (insid...
Hmmm...every time I add another "host only" network card, the AnyConnect client disconnects and reconnects and updates the route table.
VERY frustrating.
Time to find another way out of this dilemma.
Thanks for all your help!
Thanks again for all your help. The reason why port forwarding was not working was because my dynamic nat rule for my inside network was in Section 1. I moved it to section 3 and port forwarding started working.Aqueeb
The rule that I have on the ASA device to get the traffic working is the access-list applied to the interface outside. Basically the following two lines. access-group outside_in in interface outsideaccess-list outside_in extended permit udp any host...