How to properly add a new interface to bond0?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
After adding a new "interface" to the /etc/sysconfig/ifcfg-foobar:
BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='1.2.3.4/24'
MTU='9000'
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
VLAN_ID='50'
ETHERDEVICE='bond0'
What is the proper method to bring this new interface up?
/etc/init.d/networking restart
just killed my SSH session and had to reboot the server. Came in via another interface that was using bond0. Or the problem was that I wasn't running the /etc/init.d/networking restart command in a screen/tmux session on the server?
Using SLES 11.4
networking sles
add a comment |Â
up vote
0
down vote
favorite
After adding a new "interface" to the /etc/sysconfig/ifcfg-foobar:
BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='1.2.3.4/24'
MTU='9000'
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
VLAN_ID='50'
ETHERDEVICE='bond0'
What is the proper method to bring this new interface up?
/etc/init.d/networking restart
just killed my SSH session and had to reboot the server. Came in via another interface that was using bond0. Or the problem was that I wasn't running the /etc/init.d/networking restart command in a screen/tmux session on the server?
Using SLES 11.4
networking sles
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
After adding a new "interface" to the /etc/sysconfig/ifcfg-foobar:
BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='1.2.3.4/24'
MTU='9000'
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
VLAN_ID='50'
ETHERDEVICE='bond0'
What is the proper method to bring this new interface up?
/etc/init.d/networking restart
just killed my SSH session and had to reboot the server. Came in via another interface that was using bond0. Or the problem was that I wasn't running the /etc/init.d/networking restart command in a screen/tmux session on the server?
Using SLES 11.4
networking sles
After adding a new "interface" to the /etc/sysconfig/ifcfg-foobar:
BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='1.2.3.4/24'
MTU='9000'
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
VLAN_ID='50'
ETHERDEVICE='bond0'
What is the proper method to bring this new interface up?
/etc/init.d/networking restart
just killed my SSH session and had to reboot the server. Came in via another interface that was using bond0. Or the problem was that I wasn't running the /etc/init.d/networking restart command in a screen/tmux session on the server?
Using SLES 11.4
networking sles
networking sles
asked Oct 9 '17 at 15:46
Peter
6613
6613
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
Restart networking is not good idea.
You can lose your remote control.
Use ifenslave tool to add slaves to master bond0.
Don't forget to load bonding module.
modprobe bonding
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
Restart networking is not good idea.
You can lose your remote control.
Use ifenslave tool to add slaves to master bond0.
Don't forget to load bonding module.
modprobe bonding
add a comment |Â
up vote
1
down vote
Restart networking is not good idea.
You can lose your remote control.
Use ifenslave tool to add slaves to master bond0.
Don't forget to load bonding module.
modprobe bonding
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Restart networking is not good idea.
You can lose your remote control.
Use ifenslave tool to add slaves to master bond0.
Don't forget to load bonding module.
modprobe bonding
Restart networking is not good idea.
You can lose your remote control.
Use ifenslave tool to add slaves to master bond0.
Don't forget to load bonding module.
modprobe bonding
answered Oct 9 '17 at 15:52
Sergey K.
212
212
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f397053%2fhow-to-properly-add-a-new-interface-to-bond0%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password