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
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