Some additions for networking and drtio

Signed-off-by: Egor Savkin <es@m-labs.hk>
legacy-build
Egor Savkin 2023-08-01 17:36:33 +08:00
parent de7b372cfa
commit 4d6d43299a
2 changed files with 3 additions and 1 deletions

View File

@ -44,3 +44,4 @@ During the connection, the clock signal is being distributed, effectively making
may be dirty or damaged.
* Wrong setups - master to master, standalone to standalone. Messing up with SFP ports generally makes it unusable,
but the connection should be established in most cases.
* The fiber adapters are not symmetrical - if one end has 1270/1330 label, another one should be 1330/1270.

View File

@ -25,4 +25,5 @@ a-la `I can't connect, please help`.
3. See the ERR LED
4. [UART logs](uart_logs.md)
5. `nmap` and `arp` to scan your network to help your Kasli get discovered. May be restricted in your network.
6. Become a router and capture all the packets when your Kasli tries to connect to the network.
6. Directly connect your Kasli to the PC via Ethernet and set up networking on the PC: `ip addr change 192.168.1.0/24 dev eth0`
7. Become a router and capture all the packets when your Kasli tries to connect to the network.