HI
I'm having some trouble with my routers (I'm entry level).
I have 2 cisco 1721 routers connected by a point 2 point t1. "Main Location" and "Remote Location".
Main location router has another csu/dsu wic card connected to an ISP for internet access. Internet acces works at "Main location" but does not work at "remote location".
Remote location is able to ping all interfaces/systems/etc at main location.
I am using NAT and port forwarding.
Both routers are also DHCP servers.
Here is the config for the main location...
Building configuration...
Current configuration : 1826 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname main
!
enable secret 5 $1$mE53$cTuBRBNSYRztfrx/.y
!
ip subnet-zero
ip name-server 66.115.0.9
ip name-server 66.115.0.10
ip dhcp excluded-address 192.168.1.1 192.168.1.50
!
ip dhcp pool 1
network 192.168.1.0 255.255.255.0
dns-server 66.115.0.10
default-router 192.168.1.1
!
ip dhcp-server 192.168.1.1
!
!
!
!
interface FastEthernet0
description connected to local lan
ip address 192.168.1.1 255.255.255.0
ip nat inside
speed auto
!
interface Serial0
description connected to internet
ip address x.x.x.x 255.255.255.252
ip nat outside
encapsulation ppp
service-module t1 clock source internal
service-module t1 remote-alarm-enable
!
interface Serial1
ip address 192.168.2.1 255.255.255.0
ip nat inside
!
router rip
network 192.168.1.0
network 192.168.2.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 192.168.3.0 255.255.255.0 192.168.2.2
no ip http server
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
line con 0
password 7 060B0A355410817D08461C
login
line aux 0
line vty 0 4
password 7 082Cd495AB1604131F5A02
login
!
end
This is the config on the remote router...
Using 933 out of 29688 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname remote
!
enable secret 5 $1$0jAU$U3XjgfkQ7Wm/05C4Lb/CJ0
!
ip subnet-zero
ip name-server 66.115.0.9
ip name-server 66.115.0.10
ip dhcp excluded-address 192.168.3.1 192.168.3.50
!
ip dhcp pool 1
network 192.168.3.0 255.255.255.0
dns-server 66.115.0.9
default-router 192.168.3.1
!
!
!
!
!
interface FastEthernet0
description connected to lan
ip address 192.168.3.1 255.255.255.0
speed auto
!
interface Serial0
description connected to main location
ip address 192.168.2.2 255.255.255.0
service-module t1 remote-alarm-enable
!
router rip
network 192.168.2.0
network 192.168.3.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 0.0.0.0 0.0.0.0 192.168.2.1
no ip http server
!
!
!
line con 0
password 7 13081206190yg6t2E267526
login
line aux 0
line vty 0 4
password 7 141A171FbvhgB2B2F29793D
login
!
no scheduler allocate
end
Can anyone figure out why I dont have internet access at the remote location????
Thanks.
I'm having some trouble with my routers (I'm entry level).
I have 2 cisco 1721 routers connected by a point 2 point t1. "Main Location" and "Remote Location".
Main location router has another csu/dsu wic card connected to an ISP for internet access. Internet acces works at "Main location" but does not work at "remote location".
Remote location is able to ping all interfaces/systems/etc at main location.
I am using NAT and port forwarding.
Both routers are also DHCP servers.
Here is the config for the main location...
Building configuration...
Current configuration : 1826 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname main
!
enable secret 5 $1$mE53$cTuBRBNSYRztfrx/.y
!
ip subnet-zero
ip name-server 66.115.0.9
ip name-server 66.115.0.10
ip dhcp excluded-address 192.168.1.1 192.168.1.50
!
ip dhcp pool 1
network 192.168.1.0 255.255.255.0
dns-server 66.115.0.10
default-router 192.168.1.1
!
ip dhcp-server 192.168.1.1
!
!
!
!
interface FastEthernet0
description connected to local lan
ip address 192.168.1.1 255.255.255.0
ip nat inside
speed auto
!
interface Serial0
description connected to internet
ip address x.x.x.x 255.255.255.252
ip nat outside
encapsulation ppp
service-module t1 clock source internal
service-module t1 remote-alarm-enable
!
interface Serial1
ip address 192.168.2.1 255.255.255.0
ip nat inside
!
router rip
network 192.168.1.0
network 192.168.2.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 192.168.3.0 255.255.255.0 192.168.2.2
no ip http server
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
!
line con 0
password 7 060B0A355410817D08461C
login
line aux 0
line vty 0 4
password 7 082Cd495AB1604131F5A02
login
!
end
This is the config on the remote router...
Using 933 out of 29688 bytes
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname remote
!
enable secret 5 $1$0jAU$U3XjgfkQ7Wm/05C4Lb/CJ0
!
ip subnet-zero
ip name-server 66.115.0.9
ip name-server 66.115.0.10
ip dhcp excluded-address 192.168.3.1 192.168.3.50
!
ip dhcp pool 1
network 192.168.3.0 255.255.255.0
dns-server 66.115.0.9
default-router 192.168.3.1
!
!
!
!
!
interface FastEthernet0
description connected to lan
ip address 192.168.3.1 255.255.255.0
speed auto
!
interface Serial0
description connected to main location
ip address 192.168.2.2 255.255.255.0
service-module t1 remote-alarm-enable
!
router rip
network 192.168.2.0
network 192.168.3.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 0.0.0.0 0.0.0.0 192.168.2.1
no ip http server
!
!
!
line con 0
password 7 13081206190yg6t2E267526
login
line aux 0
line vty 0 4
password 7 141A171FbvhgB2B2F29793D
login
!
no scheduler allocate
end
Can anyone figure out why I dont have internet access at the remote location????
Thanks.