Jetson Nano 2 GB Ethernet Connectivity issue with RPi

Hi,

I am trying to connect my Jetson Nano 2 GB with Raspberry Pi 3B(Not +) The expectation is to connect each card at 100 Mbps Full Duplex. However, I can’t get to any reasonable point at connecting each other. I can connect RPi with the same cable and config to my Ubuntu Laptop. However, I can’t connect to to Nano.
Below is the out put of ethtool of Nano:
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: off
MDI-X: Unknown
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
drv probe ifdown ifup
Link detected: yes

Also this is the output of RPi ethtool:
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supported pause frame use: Symmetric Receive-only
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Link partner advertised pause frame use: Symmetric Receive-only
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: d
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes

I tried both cross and straight cables. Straight detects the link.

What do you see from “ifconfig” and “route” on both the Jetson and the RPi? Without a router you’ll need to make sure both systems are correctly assigned addresses.

That’s the problem! Not sure how but, although the address that I entered through the edit network connections gui shows, ifconfig is showing the opposite. Couple of times taking the eth0 from dhcp to manual, the nano, realized there is an ip. ifconfig hows the ip and It works now. Thanks for your help.