Skip to content

Trying to understand correct network configuration for my IIAB environment [DHCP manual override works w/ Ubuntu 22.04+ netplan] #3724

Answered by jvonau
mbonett asked this question in Q&A
Discussion options

You must be logged in to vote

-IIAB--------------------------------------------------------------------------
-rw-r--r-- 1 root root 120 Mar 27 17:30 /etc/systemd/network/IIAB-Slave-enp3s5.network
...ITS LAST 100 LINES FOLLOW...
# /etc/systemd/network/IIAB-Slave-enp3s5.network
[Match]
Name=enp3s5
[Link]
RequiredForOnline=no
[Network]
Bridge=br0

-rw-r--r-- 1 root root 147 Mar 27 02:52 /etc/netplan/00-installer-config.yaml
...ITS LAST 100 LINES FOLLOW...
# This is the network config written by 'subiquity'
network:
ethernets:
enp2s0:
dhcp4: true
enp3s5:
dhcp4: true
version: 2

Please # out in 00-installer-config.yaml and reboot.

    enp3s5:
      dhcp4: true

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@mbonett
Comment options

Comment options

You must be logged in to vote
1 reply
@holta
Comment options

Comment options

You must be logged in to vote
2 replies
@mbonett
Comment options

@mbonett
Comment options

Answer selected by mbonett
Comment options

You must be logged in to vote
2 replies
@mbonett
Comment options

@holta
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants