Hello,

First, apologies for this long mail.

I'm beggining with "cisco routers", and my "first" problem is with tunnels.

I'm trying to set up a tunnel between our two locations with no success.

These sites are linkeds to a ISP backbone.

The "transport/passenger" protocols are IP. The routers are Cisco 2501 IOS
12.0(6).

Addresses:
- Site A LAN address : 200.200.62.64 / 255.255.255.240
- Site B LAN address : 200.200.46.208 / 255.255.255.240

* site A:
-------------
interface Tunnel0
 ip address 192.168.1.1 255.255.255.252
 no ip directed-broadcast
 tunnel source XXX.YYY.230.234       -- serial0
 tunnel destination XXX.YYY.49.238   -- serial0 on router on site B
!
interface Ethernet0
 ip address 200.200.62.65 255.255.255.248
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
!
interface Serial0
 ip address XXX.YYY.230.234 255.255.255.252
 no ip directed-broadcast
 encapsulation frame-relay
 no ip route-cache
 no ip mroute-cache
 no fair-queue
!
ip classless
ip route 0.0.0.0 0.0.0.0 XXX.YYY.230.233  -- serial port on ISP router
ip route 200.200.46.208 255.255.255.240 tunnel0
!
-------------

*  Site B:
-------------
!
interface Tunnel0
 ip address 192.168.1.2 255.255.255.252
 no ip directed-broadcast
 tunnel source XXX.YYY.49.238        -- serial0
 tunnel destination XXX.YYY.230.234  -- serial0 on router on site A
!
interface Ethernet0
 ip address 200.200.46.209 255.255.255.248
 no ip directed-broadcast
 no ip route-cache
 no ip mroute-cache
!
interface Serial0
 ip address XXX.YYY.49.238 255.255.255.252
 no ip directed-broadcast
 encapsulation frame-relay
 no ip route-cache
 no ip mroute-cache
!
ip classless
ip route 0.0.0.0 0.0.0.0 XXX.YYY.49.237   -- serial port on ISP router
ip route 200.200.62.64 255.255.255.240 tunnel0
!
-------------

My machine (on site A) is 200.200.62.70 / 255.255.255.240 with gateway
255.255.255.65.

If I try to ping 200.200.46.209 with the tunnel on routers, I get "Request
timed out". If I remove the 2nd routes from both routers, I can ping
200.200.46.209... :(

Where I wrong?

Thank you for any hint, clue, help...anything.

Regards,
Eduardo




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5945&t=5945
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to