Displaying 1 result from an estimated 1 matches for "ens3f1".
Did you mean:
ens3f0
2020 May 13
2
Multi-homed Samba 4 file server on Samba 4 AD domain - cross network authentication
...int
domain nsa.int
nameserver 192.168.42.253
My /etc/network/interfaces:
auto lo
iface lo inet loopback
# 10 Gigabit Port 1
allow-hotplug ens3f0
auto ens3f0
iface ens3f0 inet manual
address 192.168.84.71
netmask 255.255.255.0
mtu 9014
# 10 Gigabit Port 2
allow-hotplug ens3f1
auto ens3f1
iface ens3f1 inet manual
address 192.168.84.72
netmask 255.255.255.0
mtu 9014
# 10 Gigabit Port 3
allow-hotplug ens4f0
auto ens4f0
iface ens4f0 inet manual
address 192.168.84.73
netmask 255.255.255.0
mtu 9014
# 10 Gigabit Port 4
allow-...