Changes between Version 21 and Version 22 of Tutorials/Wireless/mmwave Paam Agora
- Timestamp:
- Jul 5, 2023, 4:53:47 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Wireless/mmwave Paam Agora
v21 v22 75 75 ifconfig DATA2 10.118.1.1 netmask 255.255.0.0 mtu 9000 up 76 76 }}} 77 {{{#!shell 78 sudo sysctl -w net.core.rmem_max=536870912 79 sudo sysctl -w net.core.wmem_max=536870912 80 }}} 77 81 you should see that the data interfaces have the appropriate IP addresses assigned, as per the tables for [https://wiki.cosmos-lab.org/wiki/Architecture/Domains/cosmos_sb2#IPAddressAssignment SB2]. 78 82 {{{#!shell