Posted 2012-03-29 01:49 by Joe
delete-interface.pl
Removes a network interface from some system
This removes a virtual interface from some system.
It takes two parameters : --host followed by the name of the system,
and --address followed by the IP of the interface to remove.
Be careful doing this though,
as it may cut off access to a Virtualmin domain,
or prevent SSH logins to the system altogether.
Example usage
cloudmin delete-interface --host vvirtualmin.home --address 193.9.101.250 Deleted interface eth0:3
Command Line Help
cloudmin delete-interface --host hostname
--address ip.address | --name ethN
