Changes between Version 47 and Version 48 of Tutorials/Wireless/mmwave80211adORCA


Ignore:
Timestamp:
May 24, 2022, 3:33:25 AM (2 years ago)
Author:
prasanthi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave80211adORCA

    v47 v48  
    7474==== Find and prepare USRPs ====
    7575
     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
     78root@srv1-in1:~# ifconfig data1 10.38.1.3 netmask 255.255.0.0 mtu 9000 up
     79}}}
     80{{{#!shell-session
     81root@srv1-in2:~# ifconfig data1 10.38.1.4 netmask 255.255.0.0 mtu 9000 up
     82}}}
     83
     84{!comment
    7685* 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
    7786{{{#!shell-session
     
    8695       valid_lft forever preferred_lft forever
    8796}}}
    88 
     97}
    8998* Run uhd_find_devices to check if the X310s can be reached
    9099{{{#!shell-session