Setting Static IP address on Tegra A

How do i set a static ip address to Tegra A?

Dear youhong,

Is this Beta 3.0/4.1.8.0 release? If so you should not be changing the eth0.200 addresses – these are preconfigured for Tegra-Aurix communication and as of this release are using a tag-based VLAN so that customers won’t be able to connect to to them outside the board.

You should be using the eth0 interfaces, and setting them to private addresses using the /etc/systemd/network/wired_t186.network config file – change

[Network]
DHCP=ipv4

To

[Network]
Address=192.168.100.128/24
Gateway=192.168.100.1

Thanks.