|
Re: how to bind some IP to one NIC on Solaris [message #97280 is a reply to message #97277] |
Thu, 21 February 2002 05:00 |
daeshik
Messages: 5 Registered: February 2002
|
Junior Member |
|
|
If you meant adding mulitple IPs to one interface, the simplest way is to create /etc/hostname.<if_name>:1, /etc/hostname.<if_name>:2.. etc, and have those hostnames defined in /etc/hosts file. Then reboot.
For example, if you have interface hme0, you should have /etc/hostname.hme0, /etc/hostname.hme0:1, /etc/hostname.hme0:2 ..etc.
And Solaris FAQ should cover this.
|
|
|