Changes between Version 47 and Version 48 of Tutorials/Wireless/mmwave80211adORCA
- Timestamp:
- May 24, 2022, 3:33:25 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave80211adORCA
v47 v48 74 74 ==== Find and prepare USRPs ==== 75 75 76 * The IP addresses for Ethernet Ports(Port 0, 10G with XG image) on the X310s sdr4-in1 and sdr4-in2 were hard-coded to 10.38.14.1 and 10.38.14.2 respectively. To access them from srv1-in1 or srv1-in2, configure the data1 network interfaces on srv1-in1 and srv1-in2 to 10.38.1.3 and 10.38.1.4 respectively. 77 {{{#!shell-session 78 root@srv1-in1:~# ifconfig data1 10.38.1.3 netmask 255.255.0.0 mtu 9000 up 79 }}} 80 {{{#!shell-session 81 root@srv1-in2:~# ifconfig data1 10.38.1.4 netmask 255.255.0.0 mtu 9000 up 82 }}} 83 84 {!comment 76 85 * The IP addresses for Ethernet Port 1(10G) on the X310s rfdev3-1 and rfdev3-2 were hard-coded to 10.39.6.1 and 10.39.6.2 respectively. To access them from srv3-lg1 or srv4-lg1, configure the network interface enp1s0 of srv3-lg1 to 10.39.1.3 and srv4-lg1 to 10.39.1.4, as follows 77 86 {{{#!shell-session … … 86 95 valid_lft forever preferred_lft forever 87 96 }}} 88 97 } 89 98 * Run uhd_find_devices to check if the X310s can be reached 90 99 {{{#!shell-session