Hello everyone. I have been a long time lurker here and decided the collective know-how of the intelligent people of this forum might be able to help me gain some sanity from this 3-day long lab headache I seem to have developed.
I am studying for my CCNA and decided packet tracer was not enough so I purchased a lab containing the following:
2 1760 routers
2 2950 switches
1 2511 access server
I think the problem all revolves around this 2511. I can ping from anywhere to everywhere WITHIN the network including THROUGH the 2511 as long as it's not going OUT past my modem. This is what I CAN'T ping:
FROM anywhere within my network TO an outside address
TO a workstation FROM the 2511. The 2511 can however ping all DGs and switches, just not the desktop or laptop.
This is also weird; I can ping outside addresses FROM the 2511, including unresolved hostnames. But if I try to ping those same addresses or HNs from ANYWHERE else, no go.
It's like the 2511 can't route packets from a serial interface to the ethernet interface. I can't ping the little belkin all in one WAP/switch/router from anywhere EXCEPT the 2511.
I set up overloaded PAT/NAT on my router and have tried plugging the 2511 directly into the modem and modifying the 2511s route table, but still no dice. I am fairly certain my subnetting and addressing is fine. I set up DHCP for R1 and I'm doing static on R2. Same exact situation for both of them.
I have attached the running configs and route tables at the bottom from all the routers, including my network diagram. Edit: Scratch that can't upload the txt file even though it's a "valid extension" so I will post it here. Man this is gonna be long.
If anyone is kind enough to analyze all this data and try to help me, I would be very grateful! My head... it....... hurts......
TS2511#sh run
Building configuration...
Current configuration : 1303 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname TS2511
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
ip domain lookup source-interface Ethernet0
ip host R2 2002 10.10.10.10
ip host R1 2001 10.10.10.10
ip host S1 2003 10.10.10.10
ip host S2 2004 10.10.10.10
ip dhcp excluded-address 192.168.0.2
!
!
!
!
!
interface Loopback0
ip address 10.10.10.10 255.255.255.255
!
interface Ethernet0
ip address dhcp
ip nat outside
!
interface Serial0
ip address 192.168.3.2 255.255.255.252
ip nat inside
!
interface Serial1
ip address 192.168.4.2 255.255.255.252
ip nat inside
clock rate 9600
!
ip nat inside source list 1 interface Ethernet0
overload
ip http server
ip classless
ip route 10.0.0.0 255.0.0.0 10.97.112.1
ip route 192.168.0.0 255.255.255.240
192.168.3.1
ip route 192.168.0.16 255.255.255.240
192.168.4.1
ip route 0.0.0.0 0.0.0.0 dhcp
!
access-list 1 permit 192.168.0.0 0.0.0.240
banner exec ^CYou now have the one ring.
Tread carefully, for the eye is ever
watchful.^C
banner motd ^C
THIS IS THE ONE RING TO RULE THEM ALL.
^C
!
line con 0
line 1 16
exec-timeout 12 0
no exec
transport input telnet
line aux 0
line vty 0 4
login
!
end
Gateway of last resort is 192.168.2.1 to
network 0.0.0.0
192.168.4.0/30 is subnetted, 1 subnets
C 192.168.4.0 is directly connected,
Serial1
10.0.0.0/32 is subnetted, 1 subnets
C 10.10.10.10 is directly connected,
Loopback0
192.168.0.0/28 is subnetted, 2 subnets
S 192.168.0.0 [1/0] via 192.168.3.1
S 192.168.0.16 [1/0] via 192.168.4.1
C 192.168.2.0/24 is directly connected,
Ethernet0
192.168.3.0/30 is subnetted, 1 subnets
C 192.168.3.0 is directly connected,
Serial0
S* 0.0.0.0/0 [254/0] via 192.168.2.1
TS2511#
R1#sh run
Building configuration...
Current configuration : 1082 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.0.2
!
ip dhcp pool A
network 192.168.0.0 255.255.255.240
default-router 192.168.0.1
dns-server 8.8.8.8
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.240
speed auto
!
interface Serial0/0
ip address 192.168.3.1 255.255.255.252
no fair-queue
clock rate 9600
!
interface ATM1/0
no ip address
shutdown
no atm ilmi-keepalive
dsl operating-mode auto
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.3.2
ip route 192.168.0.16 255.255.255.240
192.168.3.2
ip route 192.168.4.0 255.255.255.252
192.168.3.2
!
no ip http server
no ip http secure-server
!
!
control-plane
!
banner motd ^Cottd ^Welco^C
!
line con 0
line aux 0
line vty 0 4
no login
transport input all
!
end
Gateway of last resort is 192.168.3.2 to
network 0.0.0.0
192.168.4.0/30 is subnetted, 1 subnets
S 192.168.4.0 [1/0] via 192.168.3.2
192.168.0.0/28 is subnetted, 2 subnets
C 192.168.0.0 is directly connected,
FastEthernet0/0
S 192.168.0.16 [1/0] via 192.168.3.2
192.168.3.0/30 is subnetted, 1 subnets
C 192.168.3.0 is directly connected,
Serial0/0
S* 0.0.0.0/0 [1/0] via 192.168.3.2
R2#sh run
Building configuration...
Current configuration : 809 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.17 255.255.255.240
speed auto
!
interface Serial0/0
ip address 192.168.4.1 255.255.255.252
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.4.2
ip route 192.168.2.0 255.255.255.0
192.168.4.2
!
no ip http server
no ip http secure-server
!
!
control-plane
!
banner motd ^C
This is the bottom 1760 router. No touchy^C
!
line con 0
line aux 0
line vty 0 4
password telnet
login
transport input telnet ssh
transport output telnet ssh
!
end
R2#sh ip route
Codes: C - connected, S - static, R - RIP, M -
mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF,
IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF
NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF
external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS
level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default,
U - per-user static route
o - ODR, P - periodic downloaded static
route
Gateway of last resort is 192.168.4.2 to
network 0.0.0.0
192.168.4.0/30 is subnetted, 1 subnets
C 192.168.4.0 is directly connected,
Serial0/0
192.168.0.0/28 is subnetted, 1 subnets
C 192.168.0.16 is directly connected,
FastEthernet0/0
S 192.168.2.0/24 [1/0] via 192.168.4.2
S* 0.0.0.0/0 [1/0] via 192.168.4.2