
50 | Advanced Configurations |
Now add the new settings for DHCP client.
>ip device add Ethernet ether //edd dhcp ↵
>dhcpclient config add timeout 300; ↵
>dhcpclient config add retry 2000; ↵
>dhcpclient config add reboot 500; ↵
>dhcpclient config add
>dhcpclient config add interface “ethernet” { send
↵
(xx:xx:xx:xx:xx:xx is the Ethernet Mac address of your ADSL Router)
>dhcpclient config confirm ↵
(confirm the new configuration)
>config save ↵
(save the new configuration)
>restart ↵
(after restart new configuration will take effect)