diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-03-31 11:10:23 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-04-09 17:25:09 +0200 |
commit | c23fc7f5a66c80c1a0f7c78127bcfa5feb767261 (patch) | |
tree | 2fcce0c195cfa49d0ac6041ef449aaaf0bf7e77b | |
parent | b161d18b69197244246df68c964482e9fe71c92a (diff) | |
download | uhd-c23fc7f5a66c80c1a0f7c78127bcfa5feb767261.tar.gz uhd-c23fc7f5a66c80c1a0f7c78127bcfa5feb767261.tar.bz2 uhd-c23fc7f5a66c80c1a0f7c78127bcfa5feb767261.zip |
x300/docs: Clarified programming of IP addresses (Doxygen)
-rw-r--r-- | host/docs/usrp_x3x0_config.dox | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/host/docs/usrp_x3x0_config.dox b/host/docs/usrp_x3x0_config.dox index 209d22210..46d78731a 100644 --- a/host/docs/usrp_x3x0_config.dox +++ b/host/docs/usrp_x3x0_config.dox @@ -43,6 +43,17 @@ the network interface you are using. **This is not the same as simply setting a static IP address.** You *must* tell NetworkManager to ignore the interface. +\subsubsection x3x0cfg_hostpc_netcfg_ip Configuring the host's IP address + +On a Linux system, you can add a static IP address very easily by using the 'ip' command: + + sudo ip addr add 192.168.10.1/24 dev <interface> + +Note that `<interface>` is usually something like `eth0`. You can discover the +names of the network interfaces in your computer by running: + + ip addr show + \subsubsection x3x0cfg_hostpc_netcfg_sockbuff Configuring the Socket Buffers It is necessary to increase the maximum size of the socket buffers to @@ -84,6 +95,11 @@ USRP. You should configure your firewall to "trust" the interface you are using. Setting this properly depends on your OS and firewall configuration method. +When using UHD software, if an IP address for the USRP-X Series device is not specified, +the software will use UDP broadcast packets to locate the USRP-X Series device. +On some systems, the firewall will block UDP broadcast packets. +It is recommended that you change or disable your firewall settings. + \subsubsection x3x0cfg_hostpc_netcfg_if Interface Configuration File (Fedora) On Fedora systems, you can configure the network interface mostly from |