[arch-general] tap device
arnaud gaboury
arnaud.gaboury at gmail.com
Wed Mar 12 10:00:36 EDT 2014
>
> If you are running systemd-networkd on
>> the host then you can do that easily with a network file. I've called
>> mine vb-veth.network and it contains:
>>
>> [Match]
>> Name=vb-*
>
Very good indeed.
/etc/systemd/network/80-container-host0.network
[Match]
Name=vb-dahlia
[Network]
DHCP=no
DNS=192.168.1.254
[Address]
Address=192.168.1.94/24
[Route]
Gateway=192.168.1.254
and now the virtual bridge is UP right after boot.
Can you post your configuration for bridge ?
TY for your help.
More information about the arch-general
mailing list