hummer3331973
Technical User
This is probably too simple for some. I set-up a GRE tunnel between 2 routers but I can't seem to find what's wrong here. The Line Protocol is "Down" and can't get it up. What am I missing here:
Here's Router B
Code:
Router A
interface Tunnel0
ip address 1.1.1.1 255.255.255.240
keepalive 10 3
tunnel source 10.200.20.3
tunnel destination 192.168.10.106
!
interface FastEthernet0/0
ip address 10.200.20.3 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
ip route 10.200.110.0 255.255.255.0 10.200.20.1
ip route 82.195.180.248 255.255.255.248 10.200.20.1
ip route 192.168.10.0 255.255.255.0 Tunnel0
Here's Router B
Code:
interface Tunnel0
ip address 1.1.1.2 255.255.255.240
keepalive 10 3
tunnel source 192.168.10.106
tunnel destination 10.200.20.3
!
interface FastEthernet0/0
ip address 192.168.10.106 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
ip route 10.200.8.0 255.255.255.0 192.168.10.1
ip route 10.200.20.0 255.255.255.0 Tunnel0
ip route 10.200.110.0 255.255.255.0 192.168.10.1