Use Case:
We need to connect two ethernet devices
-
Radio link 2.4GHz
-
IP Camera
to create a static interface on jetson nano
As I have made 2 interfaces by editing /etc/network/interfaces
auto eth0
iface eth0 inet static
address 192.168.2.101
netmask 255.255.255.0
gateway 192.168.2.1
auto eth1
iface eth1 inet static
address 192.168.2.105
netmask 255.255.255.0
gateway 192.168.2.1
above two interface is ok and running
and i can login using both the interface via ssh
but the camera which is connected via usb to ethernet adaptor is not pinging