06-30-2020 12:56 AM
Hello every one,
I set up vpn site to site and its work fine so by default the internet is not allowed because only allowed tunneled traffic.if this correct??
so if I want to allow users in my site A to use only one website like us yahoo.com and also keep my tunnel with site B.
is best scenario to use same interface (outside) or add another one?
if yes what I suppose to add in my asa5525
this initial for site-to-site
interface GigabitEthernet0/0
nameif outside
security-level 0
ip address 3.3.3.3 255.255.255.252
!
interface GigabitEthernet0/1
nameif inside
security-level 100
ip address 4.4.4.4 255.255.255.0
object network NETWORK_OBJ
host 1.1.1.1
access-list vpn-tunnle extended permit ip host 1.1.1.1 host 5.5.5.5
object network OBJ
nat (inside,outside) dynamic 2.2.2.2
route outside 0.0.0.0 0.0.0.0 1.1.1.1
06-30-2020 01:30 AM
Hi,
No that’s not quite accurate, just because you have a VPN doesn’t nessarily mean that internet access would be denied. At a minimum for internet access you need a NAT rule to NAT internal networks behind the ASA.
You could permit traffic based on domain name/FQDN, here is a guide.
HTH
06-30-2020 09:38 PM
06-30-2020 10:26 PM
07-01-2020 12:46 AM
07-01-2020 01:02 AM
07-01-2020 09:35 PM
07-01-2020 09:39 PM
07-01-2020 10:30 PM - edited 07-01-2020 11:14 PM
You've got a NAT rule and you are NATTING your internal network behind an IP address that doesn't belong to your ASA - do you have a route on the upstream router pointing to the ASA for that IP address?
Try changing to NAT to your outside interface IP address.
object network OBJ-222.15.80.0-24
no nat (inside,outside) dynamic 222.15.88.191
nat (inside,outside) dynamic interface
If that still doesn't work, run packet-tracer from the CLI again and provide the full output.
07-05-2020 08:57 PM
07-08-2020 02:57 AM
07-13-2020 02:30 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide