One thing at a time all the time!

Welcome to Rocteur
Saturday, April 27 2024 @ 12:44 AM CEST

How do I assign a static IP address to an interface using NWAM ?

You'll want to edit /etc/nwam/llp. You'll see something like:

nge0 dhcp

Change that to:

nge0 static 192.168.1.140/24

Which gives the nge0 interface (you'll probably have something other
than nge0) an address of 192.168.1.140 and a netmask of 255.255.255.0.

Cheers,

Glenn

FAQ Manager » OpenSolaris » How do I assign a static IP address to an interface using NWAM ?