Changes between Version 5 and Version 6 of Tutorials/k0SDR/Tutorial27
- Timestamp:
- Oct 4, 2019, 6:16:03 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial27
v5 v6 19 19 20 20 ==== Prepare network setup for USRP access ==== 21 Each X310 on SB2 is connected to its respective node through a 10G interface adapter installed in Port 0 of the USRP. In this configuration, the X310 will have a default IP address of 192.168.40.2 (see X310 User Manual). To setup network connectivity, make sure eth2 is configured with an address in the 192.168.40.0/24 subnet .21 Each X310 on SB2 is connected to its respective node through a 10G interface adapter installed in Port 0 of the USRP. In this configuration, the X310 will have a default IP address of 192.168.40.2 (see [http://files.ettus.com/manual/page_usrp_x3x0.html#x3x0_setup_network_host_interface X310 User Manual]). To setup network connectivity, make sure eth2 is configured with an address in the 192.168.40.0/24 subnet . 22 22 {{{ 23 23 root@node1-1:~# ifconfig eth2 192.168.40.1 netmask 255.255.255.0 mtu 9000