4.2 Network Configuration
The AntBot computer uses netplan as the network configuration tool.
The interface name is eth0, and the onboard computer’s static IP address is 192.168.6.2.
Unless otherwise requested, AntBot ships with a Wi-Fi router pre-installed. The Wi-Fi SSID is shown as antbot_xxxx. Refer to the separate notice for the password.
SSH Connection to Onboard Computer
Section titled “SSH Connection to Onboard Computer”-
Connect your laptop to the AntBot Wi-Fi (
antbot_xxxx).The router is configured with the
192.168.6internal subnet. -
Set the laptop’s IP address to the
192.168.6.xrange. (Excluding192.168.6.2and192.168.6.5)By default, an address in the
192.168.6.xrange is assigned automatically via DHCP.192.168.6.2— Onboard computer (reserved)192.168.6.5— 3D LiDAR (reserved)
-
SSH in using the following command.
Terminal window ssh antbot@192.168.6.2
Changing the Onboard Computer Static IP Address
Section titled “Changing the Onboard Computer Static IP Address”-
Edit the
/etc/netplan/interfaces.yamlfile (addresses field)network:version: 2renderer: networkdethernets:eth0:dhcp4: noaddresses: [192.168.6.2/24]routes:- to: defaultvia: 192.168.6.1nameservers:addresses: [8.8.8.8, 8.8.4.4] -
Apply the network configuration with the following command.
Terminal window sudo netplan apply -
Verify the IP address assigned to the interface (
eth0) with the following command.Terminal window ip a
© 2026 ROBOTIS AI. All rights reserved.