[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

07/03/2008 at 01:04PM PDT, ID: 23538043
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.2

VPN Tunnel not routing traffic properly

Asked by FlurbSnarf in Virtual Private Networking (VPN), Network Routers

This is a branch that is connected to the Internet via cable with a dynamic (DHCP) assigned external IP address.  There is a tunnel which is successfully established via dynamic map to the headquarters (HQ).

On the LAN Internet connectivity is good, however, they need to access a web (www) site on the internal LAN at HQ (Headquarters) which fails.  The local subnet is 10.7.x.x amd tje remote subnet is 10.0.x.x and the internal site is 10.0.0.110.

Unfortuantely, ping isn't available, so I can't test that, but I a traceroute shows the first hop does NOT appear to be routing properly.  I have included the configuration of the branch office and at the bottom a snippet of another branch that can connect to the 10.0.0.110 web site and an illustration of that routing, however, the difference is that that site has a static IP address (perhaps I have something routing wrong on the branch with the DHCP Internet access).


Bad_1710#sh ver
Cisco Internetwork Operating System Software
IOS (tm) C1700 Software (C1710-K9O3SY-M), Version 12.3(1a), RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2003 by cisco Systems, Inc.
Compiled Fri 06-Jun-03 19:50 by dchih
Image text-base: 0x80008120, data-base: 0x80F0625C

ROM: System Bootstrap, Version 12.2(1r)XE1, RELEASE SOFTWARE (fc1)

Trexlertown uptime is 1 hour, 7 minutes
System returned to ROM by reload
System restarted at 13:03:16 UTC Tue Jun 17 2008
System image file is "flash:c1710-k9o3sy-mz.123-1a.bin"

cisco 1710 (MPC855T) processor (revision 0x200) with 49152K/16384K bytes of memory.
Processor board ID JAD072800VZ (2205510933), with hardware revision 0000
MPC855T processor: part number 5, mask 2
Bridging software.
X.25 software, Version 3.0.0.
1 Ethernet/IEEE 802.3 interface(s)
1 FastEthernet/IEEE 802.3 interface(s)
1 Virtual Private Network (VPN) Module(s)
32K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

++++++++++++++++++++++++++++++
== End of show version      ==
++++++++++++++++++++++++++++++

Bad_1710#sh start
Using 2848 out of 29688 bytes
!
! Last configuration change at 14:01:43 UTC Tue Jun 17 2008 by lantek
! NVRAM config last updated at 14:01:45 UTC Tue Jun 17 2008 by lantek
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Bad_1710
!
enable secret 5
enable password 7
!
memory-size iomem 25
ip subnet-zero
!
!
!
ip inspect name myfw http java-list 98
ip inspect name myfw tcp
ip inspect name myfw udp
ip inspect name myfw tftp
ip inspect name myfw ftp
ip inspect name myfw realaudio
ip inspect name myfw fragment maximum 256 timeout 1
ip inspect name myfw cuseeme
ip inspect name myfw vdolive
ip inspect name myfw sqlnet
ip inspect name myfw streamworks
ip inspect name myfw smtp
ip inspect name myfw h323
ip inspect name myfw rcmd
ip inspect name fwin tcp
ip inspect name fwin udp
ip audit notify log
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
crypto isakmp policy 11
 hash md5
 authentication pre-share
crypto isakmp key private_key address 63.XXX.XXX.242
!
!
crypto ipsec transform-set strong esp-des esp-md5-hmac
crypto ipsec df-bit clear
!
crypto map mymap 11 ipsec-isakmp
 set peer 63.XXX.XXX.242
 set transform-set strong
 match address 120
!
!
!
!
interface Ethernet0
 ip address dhcp
 ip access-group 110 in
 ip nat outside
 ip inspect myfw out
 half-duplex
 crypto map mymap
!
interface FastEthernet0
 description connected to Trexlertown LAN
 ip address 10.7.0.1 255.255.255.0
 ip nat inside
 speed auto
!
router rip
 version 2
 passive-interface Ethernet0
 network 10.0.0.0
 no auto-summary
!
ip nat inside source route-map nonat interface Ethernet0 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
no ip http server
ip http secure-server
!
!
access-list 98 permit 10.1.0.0 0.0.0.255
access-list 101 deny   ip 10.7.0.0 0.0.0.255 10.0.0.0 0.0.0.255
access-list 101 permit ip 10.7.0.0 0.0.0.255 any
access-list 110 permit esp any any
access-list 110 permit udp any any eq isakmp
access-list 110 permit icmp any any echo-reply
access-list 110 permit icmp any any echo
access-list 110 permit icmp any any unreachable
access-list 110 permit icmp any any time-exceeded
access-list 110 permit ip 10.0.0.0 0.0.0.255 any
access-list 110 permit ahp any any
access-list 110 permit udp any any range bootps bootpc
access-list 120 permit ip 10.7.0.0 0.0.0.255 10.0.0.0 0.0.0.255
!
route-map nonat permit 5
 match ip address 101
!
!
line con 0
line aux 0
line vty 0 4
 exec-timeout 30 0
 privilege level 15
 password 7
 login local
 transport input telnet ssh
!
no scheduler allocate
!
end


++++++++++++++++++++++++++++++
== End of Configuration     ==
++++++++++++++++++++++++++++++

Trexlertown#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

     10.0.0.0/24 is subnetted, 1 subnets
C       10.7.0.0 is directly connected, FastEthernet0
C    207.172.224.0/24 is directly connected, Ethernet0
S*   0.0.0.0/0 is directly connected, Ethernet0


++++++++++++++++++++++++++++++
== End of show ip route     ==
++++++++++++++++++++++++++++++

Trexlertown#traceroute 10.0.0.110

Type escape sequence to abort.
Tracing the route to 10.0.0.110

  1 10.19.48.1 8 msec 8 msec 8 msec
  2 208.59.252.1 12 msec 24 msec 12 msec
  3  *  *  *

+++++++++++++++++++++++++++
== End of traceroute     ==
+++++++++++++++++++++++++++

THIS IS A WORKING EXAMPLE OF ANOTHER VPN TUNNEL ROUTING PROPERLY

++++++++++++++++++++++++++++++
== Start of show ip route that works
++++++++++++++++++++++++++++++

Good_1710#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
       i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
       * - candidate default, U - per-user static route, o - ODR
       P - periodic downloaded static route

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

     68.0.0.0/24 is subnetted, 1 subnets
C       68.162.87.0 is directly connected, Ethernet0
     10.0.0.0/24 is subnetted, 1 subnets
C       10.5.0.0 is directly connected, FastEthernet0
S*   0.0.0.0/0 is directly connected, Ethernet0


++++++++++++++++++++++++++++++
== End of show ip route     ==
++++++++++++++++++++++++++++++

Good_1710#traceroute 10.0.0.110

Type escape sequence to abort.
Tracing the route to 10.0.0.110

  1 68.162.87.1 24 msec 24 msec 24 msec
  2  *  *  *
  3
[+][-]07/04/08 08:50 AM, ID: 21933704

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/10/08 09:38 AM, ID: 21975180

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/10/08 02:30 PM, ID: 21977569

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Virtual Private Networking (VPN), Network Routers
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 1
Solution Grade: A
 
 
[+][-]01/08/09 04:07 PM, ID: 23331582

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]03/07/09 05:27 AM, ID: 23824787

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
[+][-]03/14/09 07:25 AM, ID: 23887078

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-91 / EE_QW_2_20070628