The netadm module has its own set of command line options. You can enable command line usage by doing.
ln -s /bin/linuxconf /bin/netadm
Here are the various command line options
This presents a screen showing the available options
Install configuration files received from and administration workstation. Those files are stored in /etc/linuxconf/admgroups/"admin-group".
This is used for remote administration where you run the GUI frontend on your station, but talk to a linuxconf on a remote host.
This triggers a menu presenting various hosts you are accessing.
When specifying a an argument (a host name), a remote administration connection is established immediatly.
See the section below on setting special accounts to do remote administration.
>sect1>netadm (no argument)
This starts the main menu of the module.
Linuxconf supports the ability to delegate command line parsing to modules. One way to achieve that is by setting up a symbolic link pointing to
/bin/linuxconf
. The other
way is by using the special syntax
linuxconf --modulemain netadm ...