• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

cisco 1720 w/ wic-1enet to dynamic ip cable modem

RBBRMADE

Senior member
I recently purchased a cisco 1720 and a WIC-1ENET adapter.
I am trying to set the adapter to accept a dynamic IP thru my cable modem.
I tried configmaker, but there is no option I can find for a dynamic internet connection.

I need step-by-step help!

Thanx,
Ron
 
conf t
int {whatever_int}
ip address dhcp
^z
write mem

...

make sure your cable provider knows the MAC of your WAN ethernet interface or they may not lease you an IP.
 
Originally posted by: randal
conf t
int {whatever_int}
ip address dhcp
^z
write mem

...

make sure your cable provider knows the MAC of your WAN ethernet interface or they may not lease you an IP.

:thumbsup:
 
Back
Top