Re: Correct way to configure network

2019-11-26 Thread Mimiko
On 26.11.2019 19:04, Sven Hartge wrote: Your first method is fine. Grüße, Sven. Thank you

Re: Correct way to configure network

2019-11-26 Thread Sven Hartge
Mimiko wrote: > On one answer in Internet I've found this mode to configure bonding: > auto bond0 > iface bond0 inet manual > down ip link set $IFACE down > post-down rmmod bonding > pre-up modprobe bonding mode=4 miimon=200 > up ip link set $IFACE up mtu 9000 >

Re: Correct way to configure network

2019-11-26 Thread Dan Ritter
Mimiko wrote: > On 26.11.2019 16:10, Dan Ritter wrote: > > For a system which is expected to work immediately at boot, you > > want auto. > > > > For a system which doesn't have anything particularly weird > > going on, you want to use the integrations. > > Thank you. > > It is a server on whic

Re: Correct way to configure network

2019-11-26 Thread Mimiko
On 26.11.2019 16:10, Dan Ritter wrote: For a system which is expected to work immediately at boot, you want auto. For a system which doesn't have anything particularly weird going on, you want to use the integrations. Thank you. It is a server on which network adapters are onboard or PCI and

Re: Correct way to configure network

2019-11-26 Thread Dan Ritter
Mimiko wrote: > Hello. > > This is a snippet of my interfaces config file: > > auto eth0 > iface eth0 inet manual > > auto eth1 > iface eth1 inet manual > > auto bond0 > iface bond0 inet manual > bond-slaves eth0 eth1 > bond-mode 802.3ad > bond-miimon 100 > bond-downdel