Changes between Version 13 and Version 14 of Tutorials/Wireless/mmwaveRFSoC


Ignore:
Timestamp:
Oct 4, 2021, 8:43:51 PM (3 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Wireless/mmwaveRFSoC

    v13 v14  
    8181
    8282==== Configure the 10G interface ====
    83 The IP addresses for Ethernet Port 1(10G) on the RFSoCs rfdev3-3 and rfdev3-4 are hard-coded to `10.115.6.3` and `10.115.6.4` respectively. To access them from `srv3-lg1` or `srv4-lg1`, configure the network interface `enp1s0` of `srv3-lg1` to `10.115.1.3` and `srv4-lg1` to `10.115.1.4`, as follows
     83The IP addresses for Ethernet Port 1(10G) on the RFSoCs rfdev3-3 and rfdev3-4 are hard-coded to `10.39.6.3` and `10.39.6.4` 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
    8484{{{#!shell-session
    8585root@srv3-lg1:~# ip link set enp1s0 mtu 9000 up
    86 root@srv3-lg1:~# ip addr add 10.115.1.3/16 dev enp1s0
     86root@srv3-lg1:~# ip addr add 10.39.1.3/16 dev enp1s0
    8787root@srv3-lg1:~# ip addr show dev enp1s0
    88884: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc mq state UP group default qlen 1000
    8989    link/ether f4:52:14:83:b9:30 brd ff:ff:ff:ff:ff:ff
    90     inet 10.115.1.3/16 brd 10.115.255.255 scope global enp1s0
     90    inet 10.39.1.3/16 brd 10.39.255.255 scope global enp1s0
    9191       valid_lft forever preferred_lft forever
    9292    inet6 fe80::f652:14ff:fe83:b930/64 scope link