cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
342
Views
0
Helpful
1
Replies

No internet access

malbalhaj
Level 1
Level 1
i have done setup VPN between two sites and the connection established ping between side success RDP but the main issue i cant reach internet from this site below my configuration: Router#show running-config Building configuration... Current configuration : 4046 bytes ! ! Last configuration change at 14:18:23 UTC Wed Nov 1 2017 ! version 16.4 service timestamps debug datetime msec service timestamps log datetime msec no platform punt-keepalive disable-kernel-core ! hostname Router ! no aaa new-model ! ip nbar http-services ! ip dhcp excluded-address 10.80.49.1 10.80.49.100 ! ip dhcp pool testdhcp network 10.80.49.0 255.255.255.0 default-router 10.80.49.1 dns-server 10.80.60.60 ! ! ! ! subscriber templating ! ! ! multilink bundle-name authenticated ! ! diagnostic bootup level minimal spanning-tree extend system-id ! ! ! redundancy mode none ! ! crypto isakmp policy 7 encr 3des authentication pre-share group 2 crypto isakmp key testKey address 212.123.1.15 ! ! crypto ipsec transform-set juniperset esp-3des esp-sha-hmac mode tunnel ! ! ! crypto map testmap 7 ipsec-isakmp set peer 212.123.1.15 set transform-set juniperset set pfs group2 match address 115 ! ! ! interface GigabitEthernet0/0/0 ip address 10.80.49.1 255.255.255.0 ip nat inside negotiation auto ! interface GigabitEthernet0/0/1 ip address 192.168.8.99 255.255.255.0 ip nat outside negotiation auto crypto map testmap ! ip nat pool internet 10.80.49.1 10.80.49.254 netmask 255.255.255.0 ip nat inside source list 2 pool intenet ip forward-protocol nd ip http server ip http secure-server ip route 0.0.0.0 0.0.0.0 192.168.8.1 ! ! access-list 2 permit 10.80.49.0 0.0.0.255 access-list 115 permit ip 10.80.49.0 0.0.0.255 10.0.0.0 0.255.255.255 everything is working fine but no browsing your help is highly appreciated. thanks
1 Reply 1

Hi @malbalhaj

Make sure this is not just a typo but you create a NAT pool called "internet" and then you.called it "intenet"on the NAT rule.

 

 

 ip nat pool internet 10.80.49.1 10.80.49.254 netmask 255.255.255.0

 

ip nat inside source list 2 pool intenet

 

-If I helped you somehow, please, rate it as useful.-

Review Cisco Networking products for a $25 gift card