aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/usrp_x3x0_config.rst
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2014-03-31 10:57:15 +0200
committerNicholas Corgan <nick.corgan@ettus.com>2014-03-31 14:31:21 -0700
commitfcc85c9541f54ab087e0110314e3d94ab6d6f1d7 (patch)
tree292f96fde3caa4c197f04850cd3d213f46fc7d3c /host/docs/usrp_x3x0_config.rst
parentec91a7860c1395b47ab1a364e929888c8956012c (diff)
downloaduhd-fcc85c9541f54ab087e0110314e3d94ab6d6f1d7.tar.gz
uhd-fcc85c9541f54ab087e0110314e3d94ab6d6f1d7.tar.bz2
uhd-fcc85c9541f54ab087e0110314e3d94ab6d6f1d7.zip
x300/docs: Clarified programming of IP addresses
Diffstat (limited to 'host/docs/usrp_x3x0_config.rst')
-rw-r--r--host/docs/usrp_x3x0_config.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/host/docs/usrp_x3x0_config.rst b/host/docs/usrp_x3x0_config.rst
index 22ef8c595..4be247b04 100644
--- a/host/docs/usrp_x3x0_config.rst
+++ b/host/docs/usrp_x3x0_config.rst
@@ -46,6 +46,23 @@ You should open your NetworkManager configuration and tell it to ignore 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.
+Changing 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
+
Configuring the Socket Buffers
-------------------------------------
It is necessary to increase the maximum size of the socket buffers to avoid
@@ -92,6 +109,11 @@ Firewall will often interfere with your ability to communicate with your 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 therefore recommended that you change or disable your firewall settings.
+
Interface Configuration File (Fedora)
-------------------------------------
On Fedora systems, you can configure the network interface mostly from one