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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple LAN to LAN route with 1605r

Status
Not open for further replies.

br0ck

MIS
Apr 25, 2002
467
US
i am playing with a cisco router for the first time
and having a little trouble

i have a 1605r and i'm trying to setup a test network

i have one network

192.168.1.0 255.255.255.0 <--i can not change this (Co. LAN)
this network is also my access to the net

i want to create a 192.168.2.0 255.255.255.0
off the other interface

i can ping the 192.168.1.109 interface but i cannot ping any other ip on that network
what am i doning wrong
TIA

here is my current config
!
hostname Router
!
!
!
!
!
interface Ethernet0
ip address 192.168.1.109 255.255.255.0
!
interface Ethernet1
ip address 192.168.2.1 255.255.255.0
!
interface Serial0
no ip address
shutdown
no fair-queue
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0
!
!
line con 0
line vty 0 4
password cisco
login
!
end
 
::snip::
ip route 0.0.0.0 0.0.0.0 Ethernet0
::snip::

First, I have seen this command like this with the name cause no end of troubles. It's almost always safer to specify the IP of the next hop(gateway)

LAN--IPxx--r1--192.168.1.x--192.168.1.109--r2--192.168.2.x

Is that the network?

MikeS


Find me at
&quot;Take advantage of the enemy's unreadiness, make your way by unexpected routes, and attack unguarded spots.&quot;
Sun Tzu
 
WAN---PIX/GW--192.168.1.0--[eth0-192.168.1.109](1605)[eth1-192.168.2.1]--192.168.2.0

so... 192.168.1.0-[R1]-192.168.2.0


hope that helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top