RMCS
IS-IT--Management
- Oct 20, 2004
- 7
Here is a diagram of my network:
I have 3 offices with a Cisco 2610 at each location. The main site has 2 T1 WIC cards, the other satellite offices only have 1 T1 WIC card. Only the main site (Site A) has an Internet connection; Site B & C need Internet access through Site A.
Network Subnets
Site A - 192.168.0.x
Site B - 192.168.1.x
Site C - 192.168.2.x
I have successfully configured an HDLC connection between Site A and B. Here are my router configs:
Router @ Site A
interface Ethernet0/0
ip address 192.168.0.254 255.255.255.0
no keepalive
!
interface Serial0/0
description connected to SITE B
ip unnumbered Ethernet0/0
service-module t1 remote-alarm-enable
!
interface Serial0/1
description connected to SITE C
ip unnumbered Ethernet0/0
service-module t1 remote-alarm-enable
!
router rip
version 2
network 192.168.0.0
no auto-summary
!
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
Router @ Site B
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
no keepalive
!
interface Serial0/0
description connected to SITE A
ip unnumbered Ethernet0/0
service-module t1 remote-alarm-enable
!
router rip
version 2
network 192.168.1.0
no auto-summary
!
no ip http server
no ip http secure-server
ip classless
Now for my problems!!!
Everyone at Site A can access the Internet. They are configured with 192.168.0.254 as their default gateway which in turns gets routed to 192.168.0.1 when Internet access is required.
I can ping from Site A to ANY host at Site B.
I can ping from Site B to ANY host at Site A EXCEPT 192.168.0.1 which means no Internet access.
I have VOIP phones at Site B which connect just fine to the IP PBX (192.168.0.250) but there is no sound. Upon further investigation, the PBX receives the packets, but can't send them back to the phone - thus I believe I have a routing issue.
Can anyone help? Am I missing something in my config?
I have 3 offices with a Cisco 2610 at each location. The main site has 2 T1 WIC cards, the other satellite offices only have 1 T1 WIC card. Only the main site (Site A) has an Internet connection; Site B & C need Internet access through Site A.
Network Subnets
Site A - 192.168.0.x
Site B - 192.168.1.x
Site C - 192.168.2.x
I have successfully configured an HDLC connection between Site A and B. Here are my router configs:
Router @ Site A
interface Ethernet0/0
ip address 192.168.0.254 255.255.255.0
no keepalive
!
interface Serial0/0
description connected to SITE B
ip unnumbered Ethernet0/0
service-module t1 remote-alarm-enable
!
interface Serial0/1
description connected to SITE C
ip unnumbered Ethernet0/0
service-module t1 remote-alarm-enable
!
router rip
version 2
network 192.168.0.0
no auto-summary
!
no ip http server
no ip http secure-server
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.0.1
Router @ Site B
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
no keepalive
!
interface Serial0/0
description connected to SITE A
ip unnumbered Ethernet0/0
service-module t1 remote-alarm-enable
!
router rip
version 2
network 192.168.1.0
no auto-summary
!
no ip http server
no ip http secure-server
ip classless
Now for my problems!!!
Everyone at Site A can access the Internet. They are configured with 192.168.0.254 as their default gateway which in turns gets routed to 192.168.0.1 when Internet access is required.
I can ping from Site A to ANY host at Site B.
I can ping from Site B to ANY host at Site A EXCEPT 192.168.0.1 which means no Internet access.
I have VOIP phones at Site B which connect just fine to the IP PBX (192.168.0.250) but there is no sound. Upon further investigation, the PBX receives the packets, but can't send them back to the phone - thus I believe I have a routing issue.
Can anyone help? Am I missing something in my config?