Hey folks,
Refer to this diagram:
[Test PC]--[RTR]--[SW]--[GW RTR]--[Inet]
Test PC is connected to RTR int f0/1
RTR = c2621
SW = HP4108 switch (connected to RTR int f0/0
GW RTR = c2811
The Problem:
From the Test PC I can:
1. Ping RTR int f0/1
2. Ping RTR int f0/0
...but cannot:
1. Ping GW or other device on SW
2. Ping Inet site
3. Resolve DNS (DNS Svr is attached to SW)
From RTR I can:
1. Ping Test PC
2. Ping f0/1
3. Ping f0/0
4. Ping GW and all other devs on SW
5. Resolve DNS
...but cannot:
1. Ping Inet site
From Production PC on the SW I can:
1. Ping RTR f0/0
...but cannot:
1. Ping RTR f0/1
2. Ping Test PC
(The production PC can also access Inet, Resolve DNS, just as it has normally; the devices on the SW, such as the production PC should be taken to have full inter-device and Internet access capabilities.)
I'm mainly concerned with the DIFFERENCES between the pinging from the Test PC vs. from the RTR. The pinging Inet site I included to prevent questions about it, but it is likely a rule that I have applied on my main firewall.
The Configuration of RTR:
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname MRMC
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip dhcp excluded-address 10.0.0.1 10.0.0.99
ip dhcp excluded-address 10.0.1.0 10.255.255.255
!
ip dhcp pool DHCP_POOL
network 10.0.0.0 255.0.0.0
dns-server 128.100.10.10
default-router 10.0.0.1
!
!
!
!
!
!
interface FastEthernet0/0
ip address 128.100.255.0 255.255.0.0
duplex auto
speed auto
!
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address 10.0.0.1 255.0.0.0
duplex auto
speed auto
!
router rip
network 10.0.0.0
network 128.100.0.0
!
no ip http server
ip classless
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
What say you, gentlemen?
Refer to this diagram:
[Test PC]--[RTR]--[SW]--[GW RTR]--[Inet]
Test PC is connected to RTR int f0/1
RTR = c2621
SW = HP4108 switch (connected to RTR int f0/0
GW RTR = c2811
The Problem:
From the Test PC I can:
1. Ping RTR int f0/1
2. Ping RTR int f0/0
...but cannot:
1. Ping GW or other device on SW
2. Ping Inet site
3. Resolve DNS (DNS Svr is attached to SW)
From RTR I can:
1. Ping Test PC
2. Ping f0/1
3. Ping f0/0
4. Ping GW and all other devs on SW
5. Resolve DNS
...but cannot:
1. Ping Inet site
From Production PC on the SW I can:
1. Ping RTR f0/0
...but cannot:
1. Ping RTR f0/1
2. Ping Test PC
(The production PC can also access Inet, Resolve DNS, just as it has normally; the devices on the SW, such as the production PC should be taken to have full inter-device and Internet access capabilities.)
I'm mainly concerned with the DIFFERENCES between the pinging from the Test PC vs. from the RTR. The pinging Inet site I included to prevent questions about it, but it is likely a rule that I have applied on my main firewall.
The Configuration of RTR:
!
version 12.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname MRMC
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip dhcp excluded-address 10.0.0.1 10.0.0.99
ip dhcp excluded-address 10.0.1.0 10.255.255.255
!
ip dhcp pool DHCP_POOL
network 10.0.0.0 255.0.0.0
dns-server 128.100.10.10
default-router 10.0.0.1
!
!
!
!
!
!
interface FastEthernet0/0
ip address 128.100.255.0 255.255.0.0
duplex auto
speed auto
!
interface BRI0/0
no ip address
encapsulation hdlc
shutdown
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address 10.0.0.1 255.0.0.0
duplex auto
speed auto
!
router rip
network 10.0.0.0
network 128.100.0.0
!
no ip http server
ip classless
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
What say you, gentlemen?