Standalone Internet Access
Temporarily connecting AI Node to the internet through an office router or similar
Internet access via ETH0 and ETH1
ETH0
# Remove current ip from eth0
$ ip addr flush dev eth0
# Set new ip address. This should be within subnet of your network
$ ip addr add 192.168.34.99/24 dev eth0
# Add default gateway of your network, which is typically your router
$ ip route add default default gw 192.168.34.1
# AI Node now has internet access via `eth0`
$ ping auterion.com
PING auterion.com (******) 56(84) bytes of data.
64 bytes from *********: icmp_seq=1 ttl=108 time=3.00 msETH1
Network access via USB TypeC adapter
Last updated