Refer to the following troubleshooting information when using the reactive mode for network administration. For information about troubleshooting network administration issues when using the fixed mode, see Answers to Common Network Administration Questions. For further details, see About Network Configuration Modes in Configuring and Administering Network Components in Oracle Solaris 11.2 .
# netadm list
# netadm enable -p ncp Automatic
# netadm list
TYPE PROFILE STATE
ncp DefaultFixed disabled
ncp Automatic online
ncu:phys net0 offline
ncu:ip net0 offline
loc Automatic online
loc NoNet offline
loc DefaultFixed offline
# netcfg
netcfg> select loc myloc
netcfg:loc:myloc> list
loc:myloc
activation-mode manual
enabled false
nameservices dns
nameservices-config-file "/etc/nsswitch.dns"
dns-nameservice-configsrc dhcp
netcfg:loc:myloc>
In the previous example, DNS is used and the /etc/nsswitch.dns file is
referenced.
The following example shows how you would modify the existing naming services configuration
for a Location named myloc:
# netadm list
TYPE PROFILE STATE
ncp DefaultFixed disabled
ncp Automatic online
ncu:phys net0 offline
ncu:ip net0 offline
loc Automatic offline
loc NoNet offline
loc DefaultFixed offline
loc myloc online
# netcfg
netcfg> select loc myloc
netcfg:loc:myloc> list
loc:myloc
activation-mode manual
enabled false
nameservices nis
nameservices-config-file "/etc/nsswitch.nis"
dns-nameservice-configsrc dhcp
nfsv4-domain
netcfg:loc:myloc> set nameservices=dns
netcfg:loc:myloc> set nameservices-config-file="/etc/nsswitch.dns"
netcfg:loc:myloc> list
activation-mode system
enabled false
nameservices dns
nameservices-config-file "/etc/nsswitch.dns"
netcfg:loc:myloc> commit
Committed changes
netcfg:loc:myloc> exit
For more information about configuring Locations, see Creating Locations in Configuring and Administering Network Components in Oracle Solaris 11.2
.
% /usr/lib/nwam-managerIf the GUI still does not start, make sure that the network administration GUI icon is displayed in the GNOME notification area of your desktop panel. If the icon is not displayed, press the right mouse button to select the Add to Panel... option on the desktop panel, then add the Notification Area to the panel.