Hi,
Recently I'm having a warning when trying to reload network configurations.
This happens from the GUI (Apply configuration) and also directly in cli, I tried with -f and -c as well.
warning: netlink: enp7s0: cannot delete address xx.x.xx.33/32 dev enp7s0: operation failed with 'Cannot assign requested address' (99)
The reload seams to go through and everything is working, but this bothers me not being able to pinpoint the source.
Here is my interfaces:
Recently I'm having a warning when trying to reload network configurations.
This happens from the GUI (Apply configuration) and also directly in cli, I tried with -f and -c as well.
warning: netlink: enp7s0: cannot delete address xx.x.xx.33/32 dev enp7s0: operation failed with 'Cannot assign requested address' (99)
The reload seams to go through and everything is working, but this bothers me not being able to pinpoint the source.
Here is my interfaces:
Bash:
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp7s0
iface enp7s0 inet static
address xx.x.xx.45/32
gateway xx.x.xx.33
pointopoint xx.x.xx.33
iface enp7s0 inet6 static
address xxxx:xxx:xxx:2054::2/64
gateway fe80::1
auto vmbr0
iface vmbr0 inet static
address xx.x.xx.45/32
bridge-ports none
bridge-stp off
bridge-fd 0
up ip route add xx.x.xx.43/32 dev vmbr0
up ip route add xx.x.xx.41/32 dev vmbr0
up ip route add xx.x.xx.40/32 dev vmbr0
up ip route add xx.x.xx.34/32 dev vmbr0
up ip route add xx.x.xx.253/32 dev vmbr0
up ip route add xx.x.xx.252/32 dev vmbr0
# individual ip addresses
source /etc/network/interfaces.d/*
Last edited: