Tag: ip

IP aliases in OpenSolaris

Via http://ipucu.enderunix.org/view.php?id=369&lang=en To have multiple IP addresses on 1 NIC, you need to make aliases. 123456pfexec bashMYIP=192.168.255.5MYSUBMASK=255.255.255.0MYNET=192.168.255

Static IP in OpenSolaris 2009.06

Based on instructions from http://dd-b.net/ddbcms/2009/01/opensolaris-static-ip/ 12345pfexec bashMYIP=192.168.1.5MYSUBMASK=255.255.255.0MYROUTER=192.168.1.1MYHOST=$( hostname ) Find your network inter