network --delete [--bondif <bond0,bond1,...,bondN>] [--member <eth0,eth1,...,ethN>] [--nwif <eth0,eth1,...,ethN>] --bondif Bond interface(s) to delete. --member Bond member interface(s) to delete. --nwif Eth interface(s) to delete.For example, to delete network interface eth2, run the command: network --delete --nwif eth2
Shutting down interface eth0: [ OK ] Shutting down interface eth1: [ OK ] Shutting down interface eth2: [ OK ] Shutting down interface eth3: [ OK ] Shutting down loopback interface: [ OK ] Bringing up loopback interface: [ OK ] Bringing up interface bond0: Determining IP information for bond0... done. [ OK ] DNS Updated hostname: acme11.storage.local
network --setstatic_ip --ip 10.20.20.20 --netmask 255.255.222.0 --gateway 10.25.20.10 --bondif Bond interface to create (static). --nwif Eth interface to create (static). --ip Static IP address to use. --netmask Netmask for the static IP address. --gateway Gateway for routing ('bond0' only).
Bond device operation successful. Please run ’network --restart’ for the changes to take effect.
© ALL RIGHTS RESERVED. Términos de uso Privacidad Cookie Preference Center