10-14-2017 04:20 PM - edited 03-05-2019 09:18 AM
Hi all,
I'm working towards my CCENT/CCNA and have a lab setup with 2 3750's and an 1841 router. For this question I'm only using one of the switches and the router. I'm also using a small netgear router so my roommate can continue to have internet access while I test things out. I have my 1841 router connected via f0/1 to my netgear router and from the netgear out to my isp. The 3750 is connected in f1/0/1 to f0/0 on the router. My IPs are included in the network diagram picture. The problem I'm running into is this: I can ping my ISPs interface and all the way to the internet(8.8.8.8) from my 1841, but I cannot ping even even to my ISPs interface(10.200.120.1) from the switch or any clients. Previously I wasn't even able to ping my netgear router's interface(192.168.1.1) with my switch, but I resolved that by creating a static route in the netgear to 10.0.0.0 /24 192.168.1.6. Here are my configs, any help would be greatly appreciated!
Router:
Current configuration : 1132 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
!
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
!
!
no ip ips deny-action ips-interface
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 10.0.0.1 255.255.255.0
ip nat inside
ip nat enable
ip virtual-reassembly
duplex auto
speed auto
!
interface FastEthernet0/1
ip address dhcp
ip nat outside
ip nat enable
ip virtual-reassembly
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
no fair-queue
!
interface Serial0/1/0
no ip address
!
ip classless
no ip route static inter-vrf
ip route 0.0.0.0 0.0.0.0 192.168.1.1
ip route 10.10.10.0 255.255.255.0 10.0.0.2
ip route 10.10.20.0 255.255.255.0 10.0.0.2
ip route 192.168.1.0 255.255.255.0 192.168.1.1
!
ip http server
no ip http secure-server
!
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
logging synchronous
login
!
end
Switch:
Current configuration : 4120 bytes
!
! Last configuration change at 18:16:54 Central Sat Oct 14 2017
! NVRAM config last updated at 11:32:19 Central Sat Oct 14 2017
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname S1
!
boot-start-marker
boot-end-marker
!
!
!
!
no aaa new-model
clock timezone Central -5
switch 1 provision ws-c3750-24p
system mtu routing 1500
ip routing
ip dhcp excluded-address 10.10.10.0 10.10.10.49
ip dhcp excluded-address 10.10.20.0 10.10.20.49
!
ip dhcp pool VLAN10
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 69.7.88.19 69.7.88.18 4.4.2.2 8.8.8.8
domain-name Lowrey.local
lease 0 5
!
ip dhcp pool VLAN20
network 10.10.20.0 255.255.255.0
domain-name Lowrey.local
default-router 10.10.20.1
dns-server 69.7.88.19 69.7.88.18 4.4.2.2 8.8.8.8
lease 0 5
!
!
!
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
interface FastEthernet1/0/1
description TRUNK_TO_R1
no switchport
ip address 10.0.0.2 255.255.255.0
!
interface FastEthernet1/0/2
switchport access vlan 10
switchport mode access
spanning-tree portfast
Interfaces 1/0/3-23 have nothing plugged into them
interface FastEthernet1/0/24
description TRUNK_TO_S2
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface GigabitEthernet1/0/1
!
interface GigabitEthernet1/0/2
!
interface Vlan1
ip address 10.10.1.1 255.255.255.0
!
interface Vlan10
description WIRED_DEFAULT_GATEWAY
ip address 10.10.10.1 255.255.255.0
!
interface Vlan20
ip address 10.10.20.2 255.255.255.0
!
ip default-gateway 10.200.120.91
ip classless
ip route 0.0.0.0 0.0.0.0 10.0.0.1
ip route 192.168.1.0 255.255.255.0 192.168.1.6
ip route 192.168.1.0 255.255.255.0 10.0.0.1
ip http server
ip http secure-server
!
!
!
line con 0
logging synchronous
line vty 0 4
login
line vty 5 15
login
!
end
10-15-2017 12:40 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide