About a year ago I inherited this setup, was working fine but now I need to make some changes to accommodate IP phones, guess what? I need some help... i will give as much as i know withch is not much and see if someone can helpme.
There is 2 sites connected thru a P2P T1 I assume those routers can be wide open since is P2P, right? Well the problem is I can’t ping a public IP address from remote site.
Here is the setup
********************************************************
Site A (main site)
Pc’s 192.1.1.1 - 254
Watchguard firebox 192.1.1.49 to internet
Router 192.1.1.250/24
csu/dsu 192.2.1.250/30
Current configuration
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname My Router
!
enable secret 5 <removed>
enable password <removed>
!
!
interface Ethernet0
ip address 192.1.1.250 255.255.255.0
!
interface Serial0
ip address 192.2.1.250 255.255.255.252
bandwidth 768
!
interface Serial1
no ip address
shutdown
!
router igrp 1
network 192.1.1.0
network 192.2.1.0
!
ip route 192.3.1.0 255.255.255.0 192.2.1.249
!
line con 0
line aux 0
transport input all
line vty 0 4
password <removed>
login
!
end
******************************************
site B
pc's 192.3.1.1 - 254
router 192.3.1.249/24
csu/dsu 192.2.1.249/30
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname REMOTE SITE
!
enable secret 5 <removed>
enable password <removed>
!
!
interface Ethernet0
ip address 192.3.1.249 255.255.255.0
!
interface Serial0
ip address 192.2.1.249 255.255.255.252
!
interface Serial1
no ip address
shutdown
!
router igrp 1
network 192.3.1.0
network 192.2.1.0
!
ip route 192.1.1.0 255.255.255.0 192.2.1.250
!
line con 0
line aux 0
transport input all
line vty 0 4
password <removed>
login
!
end
Is something not set right? Thank you in advance for your help.
There is 2 sites connected thru a P2P T1 I assume those routers can be wide open since is P2P, right? Well the problem is I can’t ping a public IP address from remote site.
Here is the setup
********************************************************
Site A (main site)
Pc’s 192.1.1.1 - 254
Watchguard firebox 192.1.1.49 to internet
Router 192.1.1.250/24
csu/dsu 192.2.1.250/30
Current configuration
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname My Router
!
enable secret 5 <removed>
enable password <removed>
!
!
interface Ethernet0
ip address 192.1.1.250 255.255.255.0
!
interface Serial0
ip address 192.2.1.250 255.255.255.252
bandwidth 768
!
interface Serial1
no ip address
shutdown
!
router igrp 1
network 192.1.1.0
network 192.2.1.0
!
ip route 192.3.1.0 255.255.255.0 192.2.1.249
!
line con 0
line aux 0
transport input all
line vty 0 4
password <removed>
login
!
end
******************************************
site B
pc's 192.3.1.1 - 254
router 192.3.1.249/24
csu/dsu 192.2.1.249/30
Current configuration:
!
version 11.0
service udp-small-servers
service tcp-small-servers
!
hostname REMOTE SITE
!
enable secret 5 <removed>
enable password <removed>
!
!
interface Ethernet0
ip address 192.3.1.249 255.255.255.0
!
interface Serial0
ip address 192.2.1.249 255.255.255.252
!
interface Serial1
no ip address
shutdown
!
router igrp 1
network 192.3.1.0
network 192.2.1.0
!
ip route 192.1.1.0 255.255.255.0 192.2.1.250
!
line con 0
line aux 0
transport input all
line vty 0 4
password <removed>
login
!
end
Is something not set right? Thank you in advance for your help.