I have 2 Cisco 2611 routers that I am trying to connect over a full point to point T1. I would like everything behind Router B to travel to Router A and out to the internet and also be able to talk with everything behind Router A. Router A's ethernet connects to a Firebox with an IP of 192.100.100.9. Router A has 2 T1DSU/CSU modules, one is connected to Ameritech for Internet. The other will be used to connect to the other router. I would like to use HDLC to connect the two. Also is ther somehting beterr than RIP routing? This is my current config, can someone help me find the problems?
Router A:
interface Ethernet0/0
ip address 68.76.31.1 255.255.255.0
no ip proxy-arp
no ip mroute-cache
full-duplex
no mop enabled
interface Serial0/0
ip address 67.39.115.190 255.255.255.252
no ip redirects
no ip unreachables
encapsulation frame-relay IETF
no ip mroute-cache
no fair-queue
frame-relay map ip 67.39.115.189 563 IETF
frame-relay interface-dlci 563
frame-relay lmi-type ansi
interface Serial0/1
description HDLC connection to Brookfield
ip address 1.1.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
ntp disable
router rip
network 67.0.0.0
network 68.0.0.0
ip classless
ip route 0.0.0.0 0.0.0.0 67.39.115.189
ip route 68.76.31.0 255.255.255.0 Ethernet0/0
no ip http server
no cdp run
Router B:
interface Ethernet0/0
ip address 192.100.100.37 255.255.255.0
no ip proxy-arp
no ip mroute-cache
full-duplex
no mop enabled
interface Serial0/0
description HDLC connection to Grand Rapids
ip address 1.1.1.2 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
ntp disable
router rip
network 1.0.0.0
network 192.0.0.0
ip classless
ip route 0.0.0.0 0.0.0.0 1.1.1.1
ip route 192.100.100.0 255.255.255.0 Ethernet0/0
no ip http server
Router A:
interface Ethernet0/0
ip address 68.76.31.1 255.255.255.0
no ip proxy-arp
no ip mroute-cache
full-duplex
no mop enabled
interface Serial0/0
ip address 67.39.115.190 255.255.255.252
no ip redirects
no ip unreachables
encapsulation frame-relay IETF
no ip mroute-cache
no fair-queue
frame-relay map ip 67.39.115.189 563 IETF
frame-relay interface-dlci 563
frame-relay lmi-type ansi
interface Serial0/1
description HDLC connection to Brookfield
ip address 1.1.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
ntp disable
router rip
network 67.0.0.0
network 68.0.0.0
ip classless
ip route 0.0.0.0 0.0.0.0 67.39.115.189
ip route 68.76.31.0 255.255.255.0 Ethernet0/0
no ip http server
no cdp run
Router B:
interface Ethernet0/0
ip address 192.100.100.37 255.255.255.0
no ip proxy-arp
no ip mroute-cache
full-duplex
no mop enabled
interface Serial0/0
description HDLC connection to Grand Rapids
ip address 1.1.1.2 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
ntp disable
router rip
network 1.0.0.0
network 192.0.0.0
ip classless
ip route 0.0.0.0 0.0.0.0 1.1.1.1
ip route 192.100.100.0 255.255.255.0 Ethernet0/0
no ip http server