diff options
Diffstat (limited to 'host')
-rw-r--r-- | host/docs/usrp2.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index 005c89fd1..d81440b07 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -103,8 +103,9 @@ Setup the host interface ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The USRP2 communicates at the IP/UDP layer over the gigabit ethernet. The default IP address of the USRP2 is **192.168.10.2** -You will need to configure the host's ethernet interface with a static IP address to enable communication. -An address of **192.168.10.1** and a subnet mask of **255.255.255.0** is recommended. +You will need to configure the host's ethernet interface with a static IP +address to enable communication. An address of **192.168.10.1** and a subnet +mask of **255.255.255.0** is recommended. On a Linux system, you can set a static IP address very easily by using the 'ifconfig' command: |