Overview
I'm looking to have a Dell 6248 be the Internet facing switch to the ISP. The ISP has provided me a 8.1.1.40/29 and they are using 8.1.1.41/29 as the gateway. The ISP doesn't have a VLAN but I understand on the 6248 I still need to configure one.
My config:
interface vlan 80
routing
ip address 8.1.1.42 255.255.255.248
interface ethernet 1/g1
description "***To-ISP***"
spanning-tree portfast
switchport access vlan 80
exit
interface ethernet 1/g2
description "***Laptop***"
spanning-tree portfast
exit
ip routing
ip route 0.0.0.0 0.0.0.0 8.1.1.41
Results
From the 6248, I can access the Internet
From a laptop plugged into the 6248 I can NOT access the Internet.
When I do a traceroute from the laptop, I make it to 192.168.15.55 and then drop.
Why would the 6248 not let the laptop access the Internet going through the 6248?