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


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

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwave80211adORCA

    v48 v49  
    8282}}}
    8383
    84 {!comment
    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
    86 {{{#!shell-session
    87 root@srv3-lg1:~# ip link set enp1s0 mtu 9000 up
    88 root@srv3-lg1:~# ip addr add 10.39.1.3/16 dev enp1s0
    89 root@srv3-lg1:~# ip addr show dev enp1s0
    90 4: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP group default qlen 1000
    91     link/ether f4:52:14:83:b9:30 brd ff:ff:ff:ff:ff:ff
    92     inet 10.39.1.3/16 brd 10.39.255.255 scope global enp1s0
    93        valid_lft forever preferred_lft forever
    94     inet6 fe80::f652:14ff:fe83:b930/64 scope link
    95        valid_lft forever preferred_lft forever
    96 }}}
    97 }
    9884* Run uhd_find_devices to check if the X310s can be reached
    9985{{{#!shell-session