- Modify /etc/nwam/llp
iface static IPADDRESS/SUBNETBITCOUNTExample: e1000g0 static 192.168.1.2/24 - Update DNS servers if needed in /etc/resolv.conf
- Setup server to use DNS servers:
cp nsswitch.conf nsswitch.conf.original
cp nsswitch.dns nsswitch.conf
svcadm restart svc:/network/dns/client:default - svcadm restart svc:/network/physical:nwam
- Setup default route by creating the file /etc/defaultrouter with the entry of the subnet’s gateway.
- Then execute:
pfexec svcadm restart network/routing-setup
Not adhering to these steps has resulted in my test box just booting to a bash environment without a functional network stack.
(Thanks for originally posting these Malachi)