Antsle Forum

Welcome to our Antsle community! This forum is to connect all Antsle users to post experiences, make user-generated content available for the entire community and more. 

Please note: This forum is about discussing one specific issue at a time. No generalizations. No judgments. Please check the Forum Rules before posting. If you have specific questions about your Antsle and expect a response from our team directly, please continue to use the appropriate channels (email: [email protected]) so every inquiry is tracked. 

Please or Register to create posts and topics.

Antske nano on new network

Antsle nano ran a ton of config scripts on first boot up. I have moved my nano to another network. I could certainly try to manually reconfigure tic the new network, but is there a script that re does the network setup?

Hi dbenham:

We can manually edit files under /etc/sysconfig/network-scripts for ifcfg-br0 and ifcfg-eth0.

---
Here's what mine looks like.

ifcfg-br0:

DEVICE="br0"
ONBOOT="yes"
DEVICETYPE="ovs"
TYPE="OVSBridge"
HOTPLUG="no"
MACADDRESS="dc:a6:32:67:bf:cf"
BOOTPROTO="dhcp"
OVSDHCPINTERFACES="eth0"

ifcfg-eth0:

DEVICE="eth0"
ONBOOT="yes"
DEVICETYPE="ovs"
TYPE="OVSPort"
OVS_BRIDGE="br0"
BOOTPROTO="none"
HOTPLUG="no"
HWADDRESS="dc:a6:32:67:bf:cf"

You can copy and paste the contents but you'll need to change the MACADDRESS for ifg-br0 and HWADDRESS for ifcfg-eth0 so that they match.

You can find your MAC Address by typing this command:

ip addr show br0