Displaying 2 results from an estimated 2 matches for "spare2".
Did you mean:
spare
2019 Feb 24
2
SAMBA DNS interfaces set to br0
On a machine with virtual networking is enabled and two ether net
controllers eth0/192.168.1.2 and eth1/192.168.1.3 and having SAMBA smb.conf
set to:
dns interfaces = lo br0
is there a chance for:
1) The system not to boot with DNS working
2) The DNS server bounce between eth0 and eth1
3) The DNS server portion work on boot sometimes on eth0, but when software
restarted only work on eth1 or
2019 Feb 24
0
SAMBA DNS interfaces set to br0
...xecStart=-/usr/sbin/ip link add name br-lan type bridge
ExecStart=-/usr/sbin/ip link set dev br-lan up
ExecStart=-/usr/sbin/ip a add 192.168.2.2/255.255.255.0 broadcast
192.168.2.255 dev br-lan
ExecStart=-/usr/sbin/ip link set dev lan-spare1 master br-lan up
ExecStart=-/usr/sbin/ip link set dev lan-spare2 master br-lan up
ExecStart=-/usr/sbin/ip link set dev lan-tv master br-lan up
ExecStart=-/usr/sbin/ip link set dev poe-spare master br-lan up
ExecStart=-/usr/sbin/ip link set dev poe-phone master br-lan up