Changes between Version 37 and Version 38 of Tutorials/Wireless/mmwave Paam Agora
- Timestamp:
- Jul 5, 2023, 5:12:31 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Agora
v37 v38 72 72 === Experiment Execution === 73 73 ==== Find and prepare USRPs ==== 74 * Upon logging into the server, set up the 10G data interfaces DATA1, DATA2 in **terminal 1**. After running the following script,74 * Upon logging into the server, set up the 10G data interfaces DATA1, DATA2 in **terminal 1**. 75 75 {{{#!shell 76 76 ifconfig DATA1 10.117.1.1 netmask 255.255.0.0 mtu 9000 up … … 81 81 sudo sysctl -w net.core.wmem_max=536870912 82 82 }}} 83 you should see that the data interfaces have the appropriate IP addresses assigned.83 After running the above commands, you should see that the data interfaces have the appropriate IP addresses assigned. 84 84 {{{#!shell 85 85 root@srv1-lg1:~# ifconfig DATA1