UNABLE TO ACCESS THE INTERNET FROM LOCAL PROVIDER ON A SITE-TO-SITE VPN CONNECTION

Dear All,
I have a site-to-site connection  from point A to point B. From point B i am unable to access the internet from local internet provider.
I am trying to ping from 192.168.20.1 the dns 8.8.8.8   but i receive the  message "destination net unreachable".
When i run "show ip nat translation" i receive nothing.
The vpn connection is working properly, i can ping the other side 192.168.10/24
Below is the configuration of the cisco router on point B.
dot11 syslog
ip source-route
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.21.254
ip dhcp pool voice
 network 192.168.21.0 255.255.255.0
 default-router 192.168.21.254 
 option 150 ip 192.168.5.10 
ip cef
ip domain name neocleous.ru
ip inspect name IOS_FIREWALL tcp
ip inspect name IOS_FIREWALL udp
ip inspect name IOS_FIREWALL icmp
ip inspect name IOS_FIREWALL h323
ip inspect name IOS_FIREWALL http
ip inspect name IOS_FIREWALL https
ip inspect name IOS_FIREWALL skinny
ip inspect name IOS_FIREWALL sip
no ipv6 cef
multilink bundle-name authenticated
vty-async
isdn switch-type primary-net5
redundancy
crypto isakmp policy 5
 hash md5
 authentication pre-share
 group 2
crypto isakmp policy 10
 encr aes
 authentication pre-share
 group 2
 lifetime 28800
crypto isakmp policy 50
 encr 3des
 hash md5
 authentication pre-share
 group 2
crypto isakmp key Pb85heuvMde9Wdac5Qohha7lziIf142u address [ip address]
crypto isakmp invalid-spi-recovery
crypto isakmp keepalive 10
crypto ipsec transform-set TRANSET esp-aes esp-sha-hmac 
crypto ipsec transform-set TRANSET2 esp-des esp-md5-hmac 
crypto ipsec df-bit clear
crypto map CryptoMAP1 ipsec-isakmp 
 set peer [ip address]
 set transform-set TRANSET 
 match address CryptoACL
interface FastEthernet0/0
 description Primary Provider
 ip address [PUBLIC IP MAIN PROVIDER] 255.255.255.252
 ip access-group outside_acl in
 ip mtu 1390
 ip nat outside
 ip virtual-reassembly in
 load-interval 30
 duplex auto
 speed auto
 crypto map CryptoCY
 crypto ipsec df-bit clear
interface FastEthernet0/1
 description TO LAN
 no ip address
 load-interval 30
 speed 100
 full-duplex
interface FastEthernet0/1.1
 description DATA VLAN
 encapsulation dot1Q 20
 ip address 192.168.20.254 255.255.255.0
 ip access-group inside_acl in
 ip nat inside
 ip inspect IOS_FIREWALL in
 ip virtual-reassembly in
 ip tcp adjust-mss 1379
interface FastEthernet0/1.2
 description VOICE VLAN
 encapsulation dot1Q 21
 ip address 192.168.21.254 255.255.255.0
interface Serial0/2/0:15
 no ip address
 encapsulation hdlc
 isdn switch-type primary-net5
 isdn incoming-voice voice
 no cdp enable
interface FastEthernet0/3/0
 no ip address
 ip access-group outside_acl in
 ip nat outside
 ip virtual-reassembly in
 shutdown
 duplex auto
 speed auto
 crypto map CryptoCY
ip local pool VPNPool 192.168.23.2 192.168.23.10
ip forward-protocol nd
ip http server
no ip http secure-server
ip nat inside source list nat_list interface FastEthernet0/3/0 overload
ip route 0.0.0.0 0.0.0.0 [default gateway ip]
ip access-list standard VTY
  permit 192.168.20.0 0.0.0.255
ip access-list extended CryptoACL
 permit ip 192.168.20.0 0.0.0.255 192.168.3.0 0.0.0.255
 permit ip 192.168.21.0 0.0.0.255 192.168.5.0 0.0.0.255
 permit ip 192.168.21.0 0.0.0.255 192.168.6.0 0.0.0.255
 permit ip 192.168.21.0 0.0.0.255 192.168.12.0 0.0.0.255
 permit ip 192.168.21.0 0.0.0.255 192.168.2.0 0.0.0.255
 permit ip 192.168.20.0 0.0.0.255 192.168.10.0 0.0.0.255
 permit ip host 192.168.22.1 192.168.5.0 0.0.0.255
 permit ip host 192.168.20.1 192.168.5.0 0.0.0.255
 permit ip host 192.168.22.1 192.168.6.0 0.0.0.255
ip access-list extended DFBIT_acl
 permit tcp any any
ip access-list extended inside_acl
 permit ip 192.168.20.0 0.0.0.255 host 192.168.3.35
 permit ip 192.168.20.0 0.0.0.255 host 192.168.3.39
 permit ip 192.168.20.0 0.0.0.255 host 192.168.3.23
 permit ip 192.168.20.0 0.0.0.255 host 192.168.3.18
 permit ip 192.168.20.0 0.0.0.255 host 192.168.3.55
 permit ip 192.168.20.0 0.0.0.255 host 192.168.10.144
 permit ip 192.168.20.0 0.0.0.255 host 192.168.10.146
 permit ip 192.168.20.0 0.0.0.255 host 192.168.10.141
 permit ip host 192.168.20.253 host 192.168.3.21
 permit ip host 192.168.20.254 host 192.168.3.21
 permit ip 192.168.20.0 0.0.0.255 host 192.168.3.10
 permit ip 192.168.20.0 0.0.0.255 host 192.168.20.254
ip access-list extended nat_list
 deny   ip host 192.168.20.254 192.168.10.0 0.0.0.255
 deny   ip host 192.168.20.254 192.168.3.0 0.0.0.255
 deny   ip host 192.168.20.1 192.168.3.0 0.0.0.255
 deny   ip host 192.168.20.1 192.168.10.0 0.0.0.255
 deny   ip host 192.168.20.2 192.168.3.0 0.0.0.255
 deny   ip host 192.168.20.2 192.168.10.0 0.0.0.255
 permit ip host 192.168.20.1 any
 permit ip host 192.168.20.2 any
 permit ip host 192.168.20.254 any
ip access-list extended outside_acl
 permit gre any host [ip address]
 permit esp any host [ip address]
 deny   ip any any
ip sla 2
 icmp-echo 192.168.10.254 source-interface FastEthernet0/1.1
 frequency 180
 timeout 500
ip sla schedule 2 life forever start-time now
logging 192.168.3.21
route-map DFBIT_routemap permit 10
 match ip address DFBIT_acl
 set ip df 0
route-map ISP2 permit 10
 match ip address nat_list
 match interface FastEthernet0/3/0
route-map nonat permit 10
 match ip address nonat_acl
route-map ISP1 permit 10
 match ip address nat_list
 match interface FastEthernet0/0

You cannot access internet, because all traffic is tunneled for VPN !!!!
Please see cisco tech documentation and bypass traffic for internet.
eg.  if lan traffic is going from site a to site b  then through vpn
      else
       lan traffic to internet (any) should be out thorugh the vpn .

Similar Messages

  • Accesseing the internet from my Nokia 6600 on my P...

    I have still not been able to access the Internet from my Nokia 6600 to my PC. I have tried using bluettoth to no avail. Can someone help me. If you have accessed your internet from your Nokia 6600 to your PC please tell me how to do this
    I will truly appriciate it.
    Moderator note: e-mail address remived, it is unwise to publish personal contact info on the web.
    Message Edited by michaels on 01-Oct-2008 03:19 PM

    I ain't got a Nokia 6600 but all models of Nokia with modem works the same way. I don't advice using bluetooth for connection is rather erratic; use cable. Make sure all configurations of phone from providers are configured like data access points. I presumed you have loaded succesfully pcsuites, in the same way the modem drivers. You can check it in your pc/laptop devices config.
    Configure your browser to connect by dial-up connection(tel no. & sometimes user/password from provider), select the Nokia modem(sometimes better to disable temporarily the built-in modem of PC/Laptop if it exist), you'll be connecting by gprs & there is tariff per minute connections more expensive than landline by modem of PC/laptop.
    Knowledge not shared is knowledge wasted!
    If you find it helpfull, it's not hard to click the STAR..

  • Unable to access the data from Data Management Gateway: Query timeout expired

    Hi,
    Since 2-3 days the data refresh is failing on our PowerBI site. I checked below:
    1. The gateway is in running status.
    2. Data source is also in ready status and test connection worked fine too.
    3. Below is the error in System Health -
    Failed to refresh the data source. An internal service error has occurred. Retry the operation at a later time. If the problem persists, contact Microsoft support for further assistance.        
    Error code: 4025
    4. Below is the error in Event Viewer.
    Unable to access the data from Data Management Gateway: Query timeout expired. Please check 1) whether the data source is available 2) whether the gateway on-premises service is running using Windows Event Logs.
    5. This is the correlational id for latest refresh failure
    is
    f9030dd8-af4c-4225-8674-50ce85a770d0
    6.
    Refresh History error is –
    Errors in the high-level relational engine. The following exception occurred while the managed IDataReader interface was being used: The operation has timed out. Errors in the high-level relational engine. The following exception occurred while the
    managed IDataReader interface was being used: Query timeout expired. 
    Any idea what could have went wrong suddenly, everything was working fine from last 1 month.
    Thanks,
    Richa

    Never mind, figured out there was a lock on SQL table which caused all the problems. Once I released the lock it PowerPivot refresh started working fine.
    Thanks.

  • After updating Firefox yesterday I have been unable to access the internet. I have tried the Norton 360 fix several times, but it still doesn't work. How can I get Firefox working again?

    After updating Firefox yesterday I have been unable to access the internet. I have tried the Norton 360 fix several times, but it still doesn't work.

    After updating Firefox yesterday I have been unable to access the internet. I have tried the Norton 360 fix several times, but it still doesn't work.

  • Unable to access the Internet over 3G Network, Wi-Fi fine.

    Hi there,
    I'm unable to access the internet on the iPhone 3G over the 3G network. Wi-Fi is fine, no problems there, but every time I try to bring up a website in Safari over 3G I get the message "Safari can't open the page because it is not connected to the Internet".
    I have Enable 3G 'ON' under Settings > General > Network, and I have full strength on the signal meter in the top left of the Home screen. I'm in a city (Melbourne, Australia) on the Optus network, so the network itself shouldn't be the issue.
    I've tried resetting the Network Settings under Settings > Reset > Reset Network Settings, but it didn't change anything. Any other ideas?
    Cheers.

    Well, there you go, fixed! Called Optus Customer Service and they were actually helpful! Apparently there were "some components in their back-end that needed to be installed manually." The man wasn't sure why they weren't there, "glitches, blah, blah..." but at least they're there now and I have 3G access.

  • Does iTunes use Internet Explorer to access the internet from a PC with Windows Vista?

    Does iTunes use Internet Explorer to access the internet from a PC with Windows Vista?

    Are you using Windows XP or Windows Vista?
    Did you remove iTunes and the other Apple software also, and then reinstall iTunes.
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    Did you try to put the iPhone into recovery mode?

  • TS1398 When my iphone connects to wifi, everything else in my house will not connect to the internet. They all show 3 to 4 bars on connection strength, but unable to access the internet.  The second I turn off the wifi on my iphone, everything runs perfec

    When my iphone connects to wifi, everything else in my house will not connect to the internet. They all show 3 to 4 bars on connection strength, but unable to access the internet.  The second I turn off the wifi on my iphone, everything in my house runs fine. What is going on?

    Had a similar problem a number of years ago with a laptop my daughter had. The probelm turned out to be the router. What kind of router do you have? Have you checked for firmware updates, or at least tried re-booting it?

  • How to make Firefox access the internet from Oracle Ent. Unbreakable Linux?

    Hello
    I have a Dell Duo Core x86 laptop that multiboots Windows 2003 Server, Windows XP and Oracle Enterprise Unbreakable Linux. I use Internet Explorer to
    access my email while at the library so I know my laptop can access the internet. I just installed the Oracle Enterprise Unbreakable Linux in text mode and
    I can still access the Internet but only if I use one of the Windows operating systems which is why I am keeping them for now. The reason is because when I
    use Oracle Enterprise Unbreakable Linux, when I select Firefox to access the internet I get these messages:
    "Server not found
    Firefox can't find server at www.hotmail.com
    -check address for typing errors
    -if unable to load pages check network connection
    -if computer or network protected by firewall make sure Firefox permitted to access
    web"
    None of those reasons are true for not gaining access to the internet. I want to use Oracle Enterprise Unbreakable Linux from now which is why I installed
    but I need to know:
    1) Why do I get the "Server not found" and the other error messages when I try to access the internet using Firefox and what do I have to do to make Firefox
    access the internet successfully?

    Hi,
    First you must confirm your laptop with Oracle Enterprise Unbreakable Linux can access internet.
    Please open a terminal, input the following command
    1.ifconfig
    2.cat /etc/resolv.conf
    Regards
    Jason

  • Users unable to access the internet sites

    Hi Everyone,
    We have users who are able to get the IP address but unable to access any internet sites.
    I check the trap logs on the WLC
    RADIUS server 192.168.50.1:1812 failed to respond to request (ID 16) for client 88:53:2e:99:24:b5 / user 'unknown'
    RADIUS server 192.168.50.1:1812 activated on WLAN 1
    RADIUS server 192.168.60.1:1812 deactivated on WLAN 1
    RADIUS server 192.168.60.1:1812 failed to respond to request (ID 200) for client 88:53:2e:99:24:b5 / user 'unknown'
    RADIUS server 192.168.60.1:1812 activated on WLAN 1
    RADIUS server 192.168.50.1:1812 deactivated on WLAN 1
    RADIUS server 192.168.50.1:1812 failed to respond to request (ID 15) for client 88:53:2e:99:24:b5 / user 'unknown'
    RADIUS server 192.168.50.1:1812 activated on WLAN 1
    RADIUS server 192.168.50.1:1812 failed to respond to request (ID 16) for client 88:53:2e:99:24:b5 / user 'unknown'
    RADIUS server 192.168.50.1:1812 activated on WLAN 1
    RADIUS server 192.168.60.1:1812 deactivated on WLAN 1
    RADIUS server 192.168.60.1:1812 failed to respond to request (ID 200) for client 88:53:2e:99:24:b5 / user 'unknown'
    RADIUS server 192.168.60.1:1812 activated on WLAN 1
    RADIUS server 192.168.50.1:1812 deactivated on WLAN 1
    RADIUS server 192.168.50.1:1812 failed to respond to request (ID 15) for client 88:53:2e:99:24:b5 / user 'unknown'
    RADIUS server 192.168.50.1:1812 activated on WLAN 1
    Need to know  how can i troubleshoot this further?
    Regards
    Mahesh

    I would do the troubleshooting in  following sequence.
    1. Put a wired PC on to the vlan allocated for WLAN1
    2. Check whether wired PC gets an IP & can browse internet
    3. If that works, then we know no issue of DHCP & not issue with L3/NAT routing to access internet
    4. If step2, does not work then your issue is not within wireless, you have to change the focus of your troubleshoot.
    5. If step2 works, then test a wireless client with OPEN Authentication (No ACS involvment).If this does not work,then it means wireless client does not get proper IP connectivity. Check dynamic interface configuration for this WLAN & make sure gateway addresses correctly configured. Also VLANs are trunk across to WLC from switch.
    6. If step5 works, then try your client with ACS & see the client get successfully authenticated. If not it may be WLC to ACS issue. Troubleshoot that in that case.
    Do some troubleshooting like this & let us know the outcome. I am sure you will abe to find out the issue easily in this way.
    HTH
    Rasika

  • I can't access the internet from my home wi-fi.  It works on other wi-fi, and my wi fi is working on my h ome computer.  I keep getting a message that says it can't access the server

    I can't access the internet using my home wi-fi. My wi-fi is working on my home computer, and the itouch can access the internet at another person's home using their wi-fi.  I've looked in the settings, and can't seem to see any differences.....i'm a techno dummy - so please respond in very basic info

    Before resetting try restarting.  Or you can go to Settings from the home screen > Wi-Fi > your network and scroll down to 'Renew Lease' and press that.  When you do you should see a button labeled 'Renew Lease?' and another labeled 'Cancel'.  Select 'Renew Lease'.
    You can either back out of that screen back to the home screen or just use the return button to go back to the home screen.  Then select Safari and see if you can hook in.
    I have to go through that process every five or ten minutes or so when in the second story of our house - weak router signal up there.

  • Time Capsule has green light, but unable to access the internet

    My Time Capsule has a green light, but all devices (wired and wireless) are not allowed out to the internet.
    When I connect my iMac directly to my internet router, I am able to access the internet, so I have isolated the issue to the Time Capsule.
    The Time Capsule receives an IP address from my internet router via DHCP and I can see this address in the Time Capsule config, but for some reason the Time Capsule is not allowing internet access to both wired and wireless clients.
    Thank you.
    --SN124B

    Verify that you have a working Ethernet cable.
    Then verify that the Ethernet cable is connected from one of the LAN <-> ports on your main router to the WAN "O" port on the Time Capsule.
    Check again to make sure that the Time Capsule is configured in Bridge Mode
    Power cycle the entire network as follows:
    Power off all devices in any order you want
    Wait a few minutes
    Start the modem or modem/router first and let it run a full minute by itself
    Start the main router next the same way
    Start the Time Capsule the same way
    Continue starting devices one at a time until everything is powered back up
    Check the network

  • Network Two Macs, access the internet from both.

    Frustration.
    I have a Mac Pro, and an older Power Mac G4. I had them networked in such a way as both could access the internet. The G4's access stopped working because I had a power outage, and had to restart everything. I am guessing this has something to do the cable modems MAC address.
    At any rate: Here is what I have. A LinkSYS Cable Modem, A Netgear Switch (8 Ports) and the 2 computers. Both computers are connected to the switch. The cable modem is in port 1, the MacPro port 2, The G4 Port 3. The MacPro, does connect to the Internet. The G4 does not. I had this working before. It worked wonderfully. But I think after restarting everything, and somehow not getting the sequence right or something, I cannot get it back to working. I don't want a router. As it slows down my 16MB per sec net connection, and ruins the ping rate for gaming.
    Any input, light you can shed on this situation is of course greatly appreciated. Merry Christmas!

    Austinscott wrote:
    Frustration.
    I have a Mac Pro, and an older Power Mac G4. I had them networked in such a way as both could access the internet. The G4's access stopped working because I had a power outage, and had to restart everything. I am guessing this has something to do the cable modems MAC address.
    Nope. The MAC address does not change. The IP address might change.
    At any rate: Here is what I have. A LinkSYS Cable Modem,
    what model cable modem?
    A Netgear Switch (8 Ports) and the 2 computers. Both computers are connected to the switch. The cable modem is in port 1, the MacPro port 2, The G4 Port 3. The MacPro, does connect to the Internet. The G4 does not. I had this working before. It worked wonderfully. But I think after restarting everything, and somehow not getting the sequence right or something, I cannot get it back to working. I don't want a router.
    I suspect that you have a router, built into the cable modem. Virtually all Linksys cable modems have a router built into them. In addition, unless you have arranged to have two Internet connections from your cableco, you must have a router to have two devices connected to the Internet. If you have a router you can have multiple devices on one connection. If you don't, you can have only one. You may have turned off the router functions on your modem. What is the IP address showing on your Mac Pro? If it is something in the 192.168.x.y range, where 'x' is a number from 0 to 255 and 'y' is a number from 1 to 254, or in the 172.z.x.y range where 'z' is a number from 16 to 31, or in the 10.x.x.y range, then you probably have a private network which means that you have a router built into that modem and its router functions are turned on. If your IP is a different number you probably either don't have a router built in (unlikely) or its router functions are off (very likely).
    If your have a private network and your G4 is not connecting, you need to determine what the IP is on the G4. If it is 0.0.0.0, then you have a damaged network card and need to replace it. If it is 169.254.x.y then your G4 is not seeing the router for some reason, likely because the router functions on your modem are off. If it is something else we need to know what it is.
    As it slows down my 16MB per sec net connection, and ruins the ping rate for gaming.
    Any input, light you can shed on this situation is of course greatly appreciated. Merry Christmas!

  • HT4623 I am unable to access the internet even though my wi-fi signal is strong. It circles then times out. I can't even check for software updates. It tells me "Unable to Check for Update, an error occured while checking for a software update" What can I

    Help! I have an older iPad. I am not sure which version. I cannot access the internet even though it shows a strong Wi-Fi signal. I have tried re-starting and when I tried to search for updates I couldn't access. It told me an error had occured. What can I do? Thanks!

    Me too having the same thing what's the solution for this how can I update

  • Access the internet from my laptop

    This may be a silly question but I have not had this type of phone before and before I do away with my home internet I need to know how this is going to work.....
    Can you access the internet if connected to the phone via your laptop or do you have to have a hotspot in order to have internet access? 

    do your research BEFORE you cancel your online service. the above post is correct. you can't be on the phone while it is being used as a hot spot. and you have to have the additional subscription service to use it as a hot spot. it's at least $20 (i thought it was $30) per month....on top of your data plan.

  • Unable to access the internet on windows xp using bootcamp. I installed the bootcamp drivers ( from snow leopard) but it still doesn't work. I have parallels 6 also installed and IT works fine. I am missing a rtl network adapter-thanksr

    Hi
    I have a new 21 inch imac oct 2011 version. I installed bootcamp and windows xp on my machine and i also installed parallels 6.
    Paralleles works great and i can open any program with it. But bootcamp also works EXCEPT it refuses to give me access to the internet. I installed the bootcamp drivers from my snow leopard disk, it did not make a difference. All the drivers installed but still no internet. I then installed the bootcamp drivers from the gray mac osx disk (#1) but it stopped installing with an error number ( 2753) and it said that the package was damaged.
    I have tried everything; i opened each disk and trieed installing the files separately. Nothing.
    What i see missing in my devices screen in XP is the network adapter.
    I have a router (dlink-dr615) and it is connected by ethernet to my imac. I wonder if THIS might have anything to do with the problem. Any guidance would be much appreciated.
    Thank you

    I'd recommend reposting in the Boot Camp forum, that is where the Boot Camp and Windows gurus hang out.
    Good luck.

Maybe you are looking for