Boy is this going to sound dumb, but I am just getting started on Cisco s, so please bear with me:
I have two networks, separated by an 1800 series router , config below.... from a workstation on either side, I can ping the local subnet interface, the other subnet interface, but nothing on the other subnet....I'm sure it's something really stupid, but my knowledge of IP is good, but i know diddly about cisco's. I have verified all the ip settings, tried static vs DHCP,static routes with interfaces defined, with IP addresses defined, etc, etc......Thanks for any help!
Building configuration...
Current configuration : 1395 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$741d$oRHahqajtUW1o3QjfOFyh1
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.0.1.1 10.0.1.49
ip dhcp excluded-address 10.0.1.67 10.0.1.254
ip dhcp excluded-address 192.168.2.1 192.168.2.99
ip dhcp excluded-address 192.168.2.201 192.168.2.254
!
ip dhcp pool sdm-pool1
network 192.168.2.0 255.255.255.0
default-router 192.168.2.15
!
!
no ip ips deny-action ips-interface
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username tfarren view root secret 5 $1$.EgV$T0eLhupyzj487z25mYyDk/
!
!
!
!
!
!
interface FastEthernet0/0
description $ETH-LAN$
ip address 192.168.1.15 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
description $ETH-LAN$
ip address 192.168.2.15 255.255.255.0
duplex auto
speed auto
!
interface Async0/0/0
no ip address
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.1.0 permanent
ip route 192.168.2.0 255.255.255.0 192.168.2.0 permanent
!
!
ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line 0/0/0
line vty 0 4
login
!
end
Trevor Farren
Metrotech Telecom Inc.
I have two networks, separated by an 1800 series router , config below.... from a workstation on either side, I can ping the local subnet interface, the other subnet interface, but nothing on the other subnet....I'm sure it's something really stupid, but my knowledge of IP is good, but i know diddly about cisco's. I have verified all the ip settings, tried static vs DHCP,static routes with interfaces defined, with IP addresses defined, etc, etc......Thanks for any help!
Building configuration...
Current configuration : 1395 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret 5 $1$741d$oRHahqajtUW1o3QjfOFyh1
!
no aaa new-model
!
resource policy
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.0.1.1 10.0.1.49
ip dhcp excluded-address 10.0.1.67 10.0.1.254
ip dhcp excluded-address 192.168.2.1 192.168.2.99
ip dhcp excluded-address 192.168.2.201 192.168.2.254
!
ip dhcp pool sdm-pool1
network 192.168.2.0 255.255.255.0
default-router 192.168.2.15
!
!
no ip ips deny-action ips-interface
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username tfarren view root secret 5 $1$.EgV$T0eLhupyzj487z25mYyDk/
!
!
!
!
!
!
interface FastEthernet0/0
description $ETH-LAN$
ip address 192.168.1.15 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
description $ETH-LAN$
ip address 192.168.2.15 255.255.255.0
duplex auto
speed auto
!
interface Async0/0/0
no ip address
!
ip classless
ip route 192.168.1.0 255.255.255.0 192.168.1.0 permanent
ip route 192.168.2.0 255.255.255.0 192.168.2.0 permanent
!
!
ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line 0/0/0
line vty 0 4
login
!
end
Trevor Farren
Metrotech Telecom Inc.