Posted new with tags i hope
yaml for eno1
Code:
network:
ethernets:
eno1:
addresses: ['192.168.1.100/24']
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.4.4, 8.8.8.8]
yaml for enp2s0
Code:
network:
ethernets:
enp2s0:
addresses: ['192.168.0.1/24']
nameservers:
addresses: [8.8.4.4, 8.8.8.8]
Some more info: i found that there exists also a 01-network-manager-all.yaml file which is in fact empty. Could this be interfering?
This is in this file:
Code:
# Let NetworkManager manage all devices on this system
network:
version: 2
renderer: NetworkManager
And in fact looking at the 2 auto generated files these lines are missing in that ones. Problem? Bug in the auto generate function of webmin?