Hey all,
What I am trying to accomplish is merely a simulated wan connection via dce/dte cables between a 2514 and a 2620. The configuration of Site_A actually works and is connected to a linksys wireless "router"
Anyhow, I've managed to get both routers to actually ping one anothers ethernet interfaces but can't seem to get past e0. I've done research but was wondering if anyone had some suggestions on what I am either missing or doing incorrectly. Perhaps I'm using the wrong routing protocol? As always thanks in advance 
linksys>-----e0-site_A-e1------<hub
|
s0 (172.16.2.1)
|
|
s0/0 (172.16.2.2)
|
site_C-fa0/0---<hub>-----<laptop w/static ip>
SITE_A
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Site_A
!
boot-start-marker
boot-end-marker
!
enable secret 5 $xxxxxxxxxxxxxxxxxxxxxx.
!
no aaa new-model
ip subnet-zero
no ip source-route
ip cef
no ip domain lookup
no ip dhcp conflict logging
ip dhcp excluded-address 10.0.100.1 10.0.100.99
!
ip dhcp pool internal
network 10.0.100.0 255.255.255.0
default-router 10.0.100.1
dns-server 64.87.64.146 68.87.75.194
netbios-name-server 10.0.100.2 10.0.100.3
lease 5
!
no ip bootp server
!
!
!
interface Ethernet0
description Connection to Linksys
ip address dhcp
ip access-group 100 in
ip access-group 101 out
no ip unreachables
no ip proxy-arp
ip nat outside
no cdp enable
!
interface Ethernet1
description INTERNAL LAN
ip address 10.0.100.1 255.255.255.0
no ip proxy-arp
ip nat inside
no ip route-cache
no cdp enable
!
interface Serial0
description Wan link to Site_C
bandwidth 64
ip address 172.16.2.1 255.255.255.0
clockrate 64000
no fair-queue
no cdp enable
!
interface Serial1
no ip address
shutdown
no fair-queue
!
router rip
network 10.0.0.0
network 172.16.0.0
network 192.168.1.0
!
ip nat inside source list 1 interface Ethernet0 overload
no ip http server
ip classless
ip route 10.0.103.0 255.255.255.0 172.16.2.2
!
!
access-list 1 permit 10.0.100.0 0.0.0.255
access-list 1 permit 10.0.102.0 0.0.0.255
access-list 1 permit 10.0.103.0 0.0.0.255
access-list 1 deny any
access-list 101 deny ip 64.127.106.128 0.0.0.7 any
access-list 101 permit ip any any
!
banner motd ^C
!!! WARNING UNAUTHORIZED ACCESS PROHIBITED !!! ^C
!
line con 0
exec-timeout 0 0
password 7 xxxxxxxxxxxxxxx
logging synchronous
login
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 0 0
password 7 xxxxxxxxxxxxxx
login
!
!
end
SITE_C
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Site_C
!
boot-start-marker
boot-end-marker
!
enable secret 5 $xxxxxxxxxxxxxxxxxxxxxxx.
!
no aaa new-model
no ip subnet-zero
no ip cef
!
!
no ip domain lookup
!
!
!
!
controller T1 1/0
shutdown
framing sf
linecode ami
!
!
interface FastEthernet0/0
ip address 10.0.103.1 255.255.255.0
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
ip address 172.16.2.2 255.255.255.0
no ip route-cache
no cdp enable
!
interface BRI0/0
no ip address
shutdown
!
router rip
network 10.0.0.0
network 172.16.0.0
network 192.168.1.0
!
no ip http server
no ip classless
ip route 10.0.100.0 255.255.255.0 172.16.2.1
!
!
access-list 1 permit 10.0.100.0 0.0.0.255
access-list 1 permit 10.0.103.0 0.0.0.255
access-list 1 deny any
banner motd ^C
!!! WARNING UNAUTHORIZED ACCESS PROHIBITED !!! ^C
!
line con 0
exec-timeout 0 0
password 7 xxxxxxxxxxxxx
logging synchronous
login
line aux 0
line vty 0 4
access-class 1 in
password 7 xxxxxxxxxxxxxx
login
!
!
end
What I am trying to accomplish is merely a simulated wan connection via dce/dte cables between a 2514 and a 2620. The configuration of Site_A actually works and is connected to a linksys wireless "router"
linksys>-----e0-site_A-e1------<hub
|
s0 (172.16.2.1)
|
|
s0/0 (172.16.2.2)
|
site_C-fa0/0---<hub>-----<laptop w/static ip>
SITE_A
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Site_A
!
boot-start-marker
boot-end-marker
!
enable secret 5 $xxxxxxxxxxxxxxxxxxxxxx.
!
no aaa new-model
ip subnet-zero
no ip source-route
ip cef
no ip domain lookup
no ip dhcp conflict logging
ip dhcp excluded-address 10.0.100.1 10.0.100.99
!
ip dhcp pool internal
network 10.0.100.0 255.255.255.0
default-router 10.0.100.1
dns-server 64.87.64.146 68.87.75.194
netbios-name-server 10.0.100.2 10.0.100.3
lease 5
!
no ip bootp server
!
!
!
interface Ethernet0
description Connection to Linksys
ip address dhcp
ip access-group 100 in
ip access-group 101 out
no ip unreachables
no ip proxy-arp
ip nat outside
no cdp enable
!
interface Ethernet1
description INTERNAL LAN
ip address 10.0.100.1 255.255.255.0
no ip proxy-arp
ip nat inside
no ip route-cache
no cdp enable
!
interface Serial0
description Wan link to Site_C
bandwidth 64
ip address 172.16.2.1 255.255.255.0
clockrate 64000
no fair-queue
no cdp enable
!
interface Serial1
no ip address
shutdown
no fair-queue
!
router rip
network 10.0.0.0
network 172.16.0.0
network 192.168.1.0
!
ip nat inside source list 1 interface Ethernet0 overload
no ip http server
ip classless
ip route 10.0.103.0 255.255.255.0 172.16.2.2
!
!
access-list 1 permit 10.0.100.0 0.0.0.255
access-list 1 permit 10.0.102.0 0.0.0.255
access-list 1 permit 10.0.103.0 0.0.0.255
access-list 1 deny any
access-list 101 deny ip 64.127.106.128 0.0.0.7 any
access-list 101 permit ip any any
!
banner motd ^C
!!! WARNING UNAUTHORIZED ACCESS PROHIBITED !!! ^C
!
line con 0
exec-timeout 0 0
password 7 xxxxxxxxxxxxxxx
logging synchronous
login
line aux 0
line vty 0 4
access-class 1 in
exec-timeout 0 0
password 7 xxxxxxxxxxxxxx
login
!
!
end
SITE_C
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Site_C
!
boot-start-marker
boot-end-marker
!
enable secret 5 $xxxxxxxxxxxxxxxxxxxxxxx.
!
no aaa new-model
no ip subnet-zero
no ip cef
!
!
no ip domain lookup
!
!
!
!
controller T1 1/0
shutdown
framing sf
linecode ami
!
!
interface FastEthernet0/0
ip address 10.0.103.1 255.255.255.0
duplex auto
speed auto
no cdp enable
!
interface Serial0/0
ip address 172.16.2.2 255.255.255.0
no ip route-cache
no cdp enable
!
interface BRI0/0
no ip address
shutdown
!
router rip
network 10.0.0.0
network 172.16.0.0
network 192.168.1.0
!
no ip http server
no ip classless
ip route 10.0.100.0 255.255.255.0 172.16.2.1
!
!
access-list 1 permit 10.0.100.0 0.0.0.255
access-list 1 permit 10.0.103.0 0.0.0.255
access-list 1 deny any
banner motd ^C
!!! WARNING UNAUTHORIZED ACCESS PROHIBITED !!! ^C
!
line con 0
exec-timeout 0 0
password 7 xxxxxxxxxxxxx
logging synchronous
login
line aux 0
line vty 0 4
access-class 1 in
password 7 xxxxxxxxxxxxxx
login
!
!
end