diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2016-02-09 11:16:52 -0800 |
---|---|---|
committer | Moritz Fischer <moritz.fischer@ettus.com> | 2016-02-09 11:16:52 -0800 |
commit | 9a05ef5225d9d52f693ffde4ae77e6ae0b16fc6e (patch) | |
tree | 0f8ddece9fe8a214983830ab08d2df1a6fb63e11 /host/docs | |
parent | 97d338d2f8adabab13992578ece4d4b6b5d6a530 (diff) | |
download | uhd-9a05ef5225d9d52f693ffde4ae77e6ae0b16fc6e.tar.gz uhd-9a05ef5225d9d52f693ffde4ae77e6ae0b16fc6e.tar.bz2 uhd-9a05ef5225d9d52f693ffde4ae77e6ae0b16fc6e.zip |
docs: Added paragraph on dhcp timeout for e3xx
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp_e3x0.dox | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/host/docs/usrp_e3x0.dox b/host/docs/usrp_e3x0.dox index bdcfe8bfb..174a83db9 100644 --- a/host/docs/usrp_e3x0.dox +++ b/host/docs/usrp_e3x0.dox @@ -655,6 +655,20 @@ iface eth0 inet dhcp hostname your-hostname ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Note: In rare occasions it might be necessary to increase the timeout value +for the dhcp client running on the device in order for autoconfiguration +to succeed. + +In order to increase the timeout to e.g. 40 seconds edit: + + /etc/network/interfaces + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +auto eth0 +iface eth0 inet dhcp + hostname your-hostname + udhcpc_opts -t 40 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \subsection e3xx_network_static Static IP |