cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
496
Views
0
Helpful
2
Replies

VPN Traffic through incoming port

gardcaleb
Level 1
Level 1

On my 5510 ASA i would like for the VPN clients to be able to connect on the outside port and have their internet traffic directed back out that same port, with the internal traffic going to the inside port.  Is this possible?  If so, how should i go about doing this?

1 Accepted Solution

Accepted Solutions

Yudong Wu
Level 7
Level 7

VPN traffic will be forwarded based on routing table after getting out of tunnel.

If you would like to let the Internet traffic make u-turn on outside interface, you need add

- same-security-traffic permit intra-interface

- make the relate NAT change such as

global (outside) 4 interface

nat (outside) 4

View solution in original post

2 Replies 2

Yudong Wu
Level 7
Level 7

VPN traffic will be forwarded based on routing table after getting out of tunnel.

If you would like to let the Internet traffic make u-turn on outside interface, you need add

- same-security-traffic permit intra-interface

- make the relate NAT change such as

global (outside) 4 interface

nat (outside) 4

That worked perfectly.  Thank you.