05-08-2012 07:44 AM - edited 03-04-2019 04:18 PM
Hi,
I need some help configuring DHCP on my WAN interface for my ISP Comcast.
Here is my WAN port configuration so far. I am not sure what I am missing but I am not recieving any IP information.
interface GigabitEthernet0
description ISP INTERFACE
ip address dhcp hostname R1
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
Solved! Go to Solution.
05-08-2012 07:59 AM
Hi
Could you do the below:
int g0
no ip address dhcp hostname R1
ip address dhcp
Make sure you have a default route:
ip route 0.0.0.0 0.0.0.0 dhcp
Sent from Cisco Technical Support iPhone App
05-08-2012 07:59 AM
Hi
Could you do the below:
int g0
no ip address dhcp hostname R1
ip address dhcp
Make sure you have a default route:
ip route 0.0.0.0 0.0.0.0 dhcp
Sent from Cisco Technical Support iPhone App
05-08-2012 09:04 AM
Thank you already made the change. I had it working previously but erased my config and forgot how to reconfigure it.
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