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
Installs configuration files received from an administration workstation. Those files are stored in /etc/linuxconf/admgroups/"admin-group".
This is used for remote administration where you run the GUI front-end on your station, but talk to a Linuxconf on a remote host.
This triggers a menu presenting various hosts for acess.
When specifying an argument (a host name), a remote administration connection is established immediately.
See the section below on setting special accounts to do remote administration.
This starts the main menu of the module.
Linuxconf supports the ability to delegate command line parsing to modules. One way to achieve this is by setting up a symbolic link pointing to
/bin/linuxconf
. The other
way is by using the special syntax
linuxconf --modulemain netadm ...