achtungbaby
Technical User
Can someone please help. It appears that I am missing something and i just can't figure out what i am missing so that my pcs can talk to the outside world (internet).
Cable modem, Cisco 2800 and 3750ts switch.
Cable Modem --> g0/0(2800) --> g0/1(2800) --> g1/0/1 (3750switch)
On the gateway, i am able to ping the internet. On the switch i am not. my pcs are not able to go to the internet as well. here is the config for my gateway and the switch. Please let me know what i am missing. ip routing is turn on. thank you very much for your help.
----------------------------
2800 Gateway
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.15.1 192.168.15.10
ip dhcp excluded-address 192.168.20.1 192.168.20.10
!
ip dhcp pool ENFIANCE_MANAGEMENT
network 192.168.15.0 255.255.255.0
default-router 192.168.10.1
dns-server X.X.X.X 192.168.15.1
!
ip dhcp pool ENFIANCE_VOICE
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
option 150 ip 192.168.20.1
dns-server X.X.X.X 192.168.15.1
!
!
ip domain lookup source-interface GigabitEthernet0/0
ip name-server X.X.X.X
ip name-server X.X.X.X
!
interface GigabitEthernet0/0
description CABLE MODEM
ip address dhcp
ip nat outside
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
duplex auto
speed auto
no cdp enable
!
interface GigabitEthernet0/1
description 3750_SWITCH
no ip address
ip nat inside
ip virtual-reassembly
duplex full
speed 1000
!
interface GigabitEthernet0/1.1
encapsulation dot1Q 1 native
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
!
interface GigabitEthernet0/1.15
description Managment
encapsulation dot1Q 15
ip address 192.168.15.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface GigabitEthernet0/1.20
description Voice
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
ip http server
ip http secure-server
ip nat inside source list 101 interface GigabitEthernet0/0 overload
!
!
SWitch
no aaa new-model
clock timezone EST -5
clock summer-time UTC recurring
switch 1 provision ws-c3750-48ts
system mtu routing 1500
authentication mac-move permit
ip subnet-zero
ip routing
ip domain-lookup source-interface GigabitEthernet1/0/1
ip name-server X.X.X.X
ip name-server X.X.X.X
ip name-server 192.168.10.1
!
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
interface FastEthernet1/0/1
description Phone
switchport access vlan 15
switchport trunk encapsulation dot1q
switchport mode access
switchport voice vlan 20
spanning-tree portfast
!
!
interface GigabitEthernet1/0/1
description 2800 Router
switchport trunk encapsulation dot1q
switchport mode trunk
speed 1000
duplex full
spanning-tree portfast
!
ip default-gateway 192.168.10.1
ip classless
Cable modem, Cisco 2800 and 3750ts switch.
Cable Modem --> g0/0(2800) --> g0/1(2800) --> g1/0/1 (3750switch)
On the gateway, i am able to ping the internet. On the switch i am not. my pcs are not able to go to the internet as well. here is the config for my gateway and the switch. Please let me know what i am missing. ip routing is turn on. thank you very much for your help.
----------------------------
2800 Gateway
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.15.1 192.168.15.10
ip dhcp excluded-address 192.168.20.1 192.168.20.10
!
ip dhcp pool ENFIANCE_MANAGEMENT
network 192.168.15.0 255.255.255.0
default-router 192.168.10.1
dns-server X.X.X.X 192.168.15.1
!
ip dhcp pool ENFIANCE_VOICE
network 192.168.20.0 255.255.255.0
default-router 192.168.20.1
option 150 ip 192.168.20.1
dns-server X.X.X.X 192.168.15.1
!
!
ip domain lookup source-interface GigabitEthernet0/0
ip name-server X.X.X.X
ip name-server X.X.X.X
!
interface GigabitEthernet0/0
description CABLE MODEM
ip address dhcp
ip nat outside
ip virtual-reassembly
no ip route-cache cef
no ip route-cache
duplex auto
speed auto
no cdp enable
!
interface GigabitEthernet0/1
description 3750_SWITCH
no ip address
ip nat inside
ip virtual-reassembly
duplex full
speed 1000
!
interface GigabitEthernet0/1.1
encapsulation dot1Q 1 native
ip address 192.168.10.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
!
interface GigabitEthernet0/1.15
description Managment
encapsulation dot1Q 15
ip address 192.168.15.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface GigabitEthernet0/1.20
description Voice
encapsulation dot1Q 20
ip address 192.168.20.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
ip http server
ip http secure-server
ip nat inside source list 101 interface GigabitEthernet0/0 overload
!
!
SWitch
no aaa new-model
clock timezone EST -5
clock summer-time UTC recurring
switch 1 provision ws-c3750-48ts
system mtu routing 1500
authentication mac-move permit
ip subnet-zero
ip routing
ip domain-lookup source-interface GigabitEthernet1/0/1
ip name-server X.X.X.X
ip name-server X.X.X.X
ip name-server 192.168.10.1
!
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
interface FastEthernet1/0/1
description Phone
switchport access vlan 15
switchport trunk encapsulation dot1q
switchport mode access
switchport voice vlan 20
spanning-tree portfast
!
!
interface GigabitEthernet1/0/1
description 2800 Router
switchport trunk encapsulation dot1q
switchport mode trunk
speed 1000
duplex full
spanning-tree portfast
!
ip default-gateway 192.168.10.1
ip classless