How does your vlan .netdev unit looks like?
You need something that creates the vlan device on top of the selected
underlying device, ie.:
$ cat enp3s0.2.netdev
[NetDev]
Name=enp3s0.2
Kind=vlan
[VLAN]
Id=2
Without that, there won't be vlan device created (nor visiable in $ ip a), and
thus no network on it either.
** Changed in: systemd (Ubuntu)
Status: New => Invalid
** Changed in: systemd (Ubuntu)
Status: Invalid => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1831470
Title:
systemd dhcp don't work on vlan
Status in systemd package in Ubuntu:
Incomplete
Bug description:
root@gwd:~# uname -a
Linux gwd 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64
x86_64 x86_64 GNU/Linux
root@gwd:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
root@gwd:~# cat /etc/systemd/network/enp3s0.network
[Match]
Name=enp3s0
[Link]
MACAddress=C8:D3:A3:50:02:33
[Network]
VLAN=enp3s0.2
root@gwd:~# cat /etc/systemd/network/enp3s0.2.network
[Match]
Name=enp3s0.2
[Network]
DHCP=ipv4
[DHCP]
UseRoutes=true
-----------------------------
No ip on enp3s0.2 after boot!
dhclient enp3s0.2 works fine, i create systemd service for it as temporary
workaround
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1831470/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp