Guest_imported
New member
- Jan 1, 1970
- 0
I have a point-to-point connection established and working great. I have a Cisco router on each end. Everyone at the remote location can login to the network(Windows NT) but they can't get internet. My internet is T1 access behind a SonicWall Pro firewall at address 172.20.1.205. I setup routes: 0.0.0.0 0.0.0.0 172.20.1.205 but it still doesn't work. If anyone has suggestions I would greatly appriciate it. Here are my router configs:
Main Location:
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface Serial0
description Point-Point
bandwidth 768
ip address 192.168.2.1 255.255.255.0
encapsulation ppp
no fair-queue
no cdp enable
!
interface FastEthernet0
ip address 172.20.1.30 255.255.255.0 secondary
ip address 172.20.1.200 255.255.255.0
speed auto
half-duplex
!
no ip classless
ip route 0.0.0.0 0.0.0.0 172.20.1.205
ip route 172.20.2.0 255.255.255.0 Serial0
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password $simba
login
!
no scheduler allocate
end
Remote Location:
interface Ethernet0
ip address 172.20.2.30 255.255.255.0
no ip directed-broadcast
no cdp enable
!
interface Serial0
description Point-Point
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
encapsulation ppp
bandwidth 768
no fair-queue
no cdp enable
!
interface BRI0
no ip address
shutdown
no fair-queue
no cdp enable
!
no ip classless
ip route 0.0.0.0 0.0.0.0 172.20.1.205
ip route 172.20.1.0 255.255.255.0 Serial0
no logging buffered
no cdp run
!
line con 0
line vty 0 4
password $simba
login
!
end
My firewall has 1 route: 172.20.2.0 255.255.255.0 172.20.1.200
What should my gateway be for the remote locations workstations? Now I have 172.20.1.200!
Main Location:
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
!
!
!
interface Serial0
description Point-Point
bandwidth 768
ip address 192.168.2.1 255.255.255.0
encapsulation ppp
no fair-queue
no cdp enable
!
interface FastEthernet0
ip address 172.20.1.30 255.255.255.0 secondary
ip address 172.20.1.200 255.255.255.0
speed auto
half-duplex
!
no ip classless
ip route 0.0.0.0 0.0.0.0 172.20.1.205
ip route 172.20.2.0 255.255.255.0 Serial0
no ip http server
!
!
line con 0
transport input none
line aux 0
line vty 0 4
password $simba
login
!
no scheduler allocate
end
Remote Location:
interface Ethernet0
ip address 172.20.2.30 255.255.255.0
no ip directed-broadcast
no cdp enable
!
interface Serial0
description Point-Point
ip address 192.168.1.1 255.255.255.0
no ip directed-broadcast
encapsulation ppp
bandwidth 768
no fair-queue
no cdp enable
!
interface BRI0
no ip address
shutdown
no fair-queue
no cdp enable
!
no ip classless
ip route 0.0.0.0 0.0.0.0 172.20.1.205
ip route 172.20.1.0 255.255.255.0 Serial0
no logging buffered
no cdp run
!
line con 0
line vty 0 4
password $simba
login
!
end
My firewall has 1 route: 172.20.2.0 255.255.255.0 172.20.1.200
What should my gateway be for the remote locations workstations? Now I have 172.20.1.200!