Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internet access problem at remote site through Point-to-Point T1 1

Status
Not open for further replies.

dshuster

IS-IT--Management
Jan 10, 2009
11
US
I am hoping someone can explain why this is not working for me. I have two locations connected through a point-to-point t1. The main site has comcast isp and remote site has no isp. The sites can see each other (all computers can talk to each other through the t1) but the remote site cannot access the internet. Both sites have a cisco 1600 series router. The main site also has a Sonicwall TZ170. I put in the sonicwall a static route:

Destination Subnet Mask Gateway Interface Configure
192.168.61.0 255.255.255.0 192.168.60.99 LAN

Here are my cisco config files.

Thanks
-Dimitry

Current configuration(Main Site):
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname MainSite
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxx
!
ip subnet-zero
!
!
interface Ethernet0
ip address 192.168.60.99 255.255.255.0
!
interface Serial0
no ip address
shutdown
!
interface Serial1
ip address 192.168.50.2 255.255.255.252
no fair-queue
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.60.100
ip route 192.168.61.0 255.255.255.0 192.168.50.1
ip http server
logging buffered 4096 debugging
snmp-server community public RO
!
line con 0
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxxxxxxxxxxx
login
!
end

Current configuration(Remote Site):
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname RemoteSite
!
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxxx
!
ip subnet-zero
!
!
interface Ethernet0
ip address 192.168.61.99 255.255.255.0
!
interface Serial0
no ip address
shutdown
service-module 56k clock source line
service-module 56k network-type dds
!
interface Serial1
ip address 192.168.50.1 255.255.255.252
no fair-queue
no cdp enable
!
ip classless
ip route 192.168.60.0 255.255.255.0 192.168.50.2
ip http server
logging buffered 4096 debugging
snmp-server community public RO
!
line con 0
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxxxxxx
login
!
end


 
I forgot to add that my sonicwall ip is 192.168.60.100
 
Can you ping the firewall from the remote site?

How far does a trace route go?

Are the LAN and WAN networks in your firewll?




[americanflag] SPC NVARNG
Tek-TIP Member 19,650
 
ip route 0.0.0.0 0.0.0.0 192.168.50.2

in the remote router. It knows how to get to the main site because it has a static route there. It has no idea how to get anywhere else because it has no static (default) route.

Burt
 
no fair, burt stole my reply...i bow down to you [upsidedown]

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top