By default, your network settings are automatically configured during installation by the NWAM process. You can modify the way NWAM works by using the options in the NWAM Manager Icon Menu, as explained in Managing a System's Automatic Network Configuration (Tasks). Or, you can change aspects of the configuration by editing NWAM's configuration file, /etc/nwam/llp.
The following procedure explains how to directly modify the /etc/nwam/llp file.
Start a privileged shell.
user@opensolaris:-$ pfexec bash #
In this example, the bash shell is selected. You can choose to use any shell with the pfexec command. If you support multiple versions of the SolarisTM OS, use the standard su – root command. The su command works on all Solaris versions.
- Stop the NWAM service.
# svcadm disable network/physical:nwam
- Open the /etc/nwam/llp file by using a text editor.
The file contains the following parameter definition for each network interface on the system:interface dhcpwhere interface is the network interface such as bge0. If you have one interface each for a wired connection and a wireless connection, the interface for the wired connection is listed first, as follows:
(wired)-interface dhcp .. (wireless)-interface dhcp
- Modify NWAM's configuration process by performing the following steps, as needed:
- Force NWAM to configure wireless networks before wired networks.
If separate interfaces for wired and wireless connections exist in the system, reverse the file's definitions, as follows:(wireless)-interface dhcp .. (wired)-interface dhcp
- Force NWAM to use static IP addressing instead of DHCP.
To cause NWAM to assign a static IP address, replace the dhcp option with the static option and an IP address. For example:interface static 192.168.10.3/24
- Force NWAM to configure wireless networks before wired networks.
- After you save the new settings, restart the NWAM service.
# svcadm enable network/physical:nwam
For more information:


Comments (1)
Nov 13, 2008
SteffB says:
Added the "manual" labelAdded the "manual" label