Skip to content

Instantly share code, notes, and snippets.

@haproxytechblog
Last active March 19, 2025 14:03
Show Gist options
  • Select an option

  • Save haproxytechblog/d856c148dd277e013f729ff5df94ef59 to your computer and use it in GitHub Desktop.

Select an option

Save haproxytechblog/d856c148dd277e013f729ff5df94ef59 to your computer and use it in GitHub Desktop.
Announcing ALOHA 17.0
root@p16v-aloha-x2:~# export NETCTL_CODE=$(netctl connection show ethernet-eth20)
root@p16v-aloha-x2:~# echo $NETCTL_CODE
InvalidConnection, ethernet-eth20 - no such connection profile
root@p16v-aloha-x2:~# netctl connection show ethernet-eth20
InvalidConnection, ethernet-eth20 - no such connection profile
root@p16v-aloha-x2:~# echo $?
1
root@p16v-aloha-x2:~# netctl connection show ethernet-eth2
connection.id ethernet-eth2
connection.interface-name eth2
connection.master ---
connection.slave-type ---
connection.type 802-3-ethernet
connection.uuid 79ba6b7d-6477-42a1-8606-3e43c92165e8
802-3-ethernet.auto-negotiate false
802-3-ethernet.duplex ---
802-3-ethernet.mtu ---
802-3-ethernet.speed ---
ipv4.addresses 10.20.120.18/24
ipv4.gateway ---
ipv4.method manual
ipv4.routes ---
ipv6.addresses ---
ipv6.gateway ---
ipv6.method disabled
ipv6.routes ---
vrrp.instances ---
root@p16v-aloha-x2:~# echo $?
0
root@p16v-aloha-xx:~# netctl connection modify ethernet-eth5 master <hit TAB key twice>
eth0 eth1 eth2 eth3 eth4 eth5 eth6 eth7 lo sync tunl0
root@p16v-aloha-x1:~# netctl connection modify id ethernet-eth7 <TAB twice>
802-3-ethernet.auto-negotiate connection.master id ipv6.method
802-3-ethernet.duplex connection.slave-type ifname ipv6.routes
802-3-ethernet.mtu connection.type ipv4.addresses master
802-3-ethernet.speed dev ipv4.gateway slave-type
bond.options ethernet.auto-negotiate ipv4.method type
con-name ethernet.duplex ipv4.routes vlan.id
connection.id ethernet.mtu ipv6.addresses vlan.parent
connection.interface-name ethernet.speed ipv6.gateway vrrp.instances
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment