Eric Headley
Sent via Deja.com http://www.deja.com/
Before you buy.
From "man ifconfig":
LOGICAL INTERFACES
Solaris TCP/IP allows multiple logical interfaces to be
associated with a physical network interface. This allows a
single machine to be assigned multiple IP addresses, even
though it may have only one network interface. Physical
network interfaces have names of the form driver-name
physical-unit-number, while logical interfaces have names of
the form driver-name physical-unit-number:logical-unit-
number.
--
Barry Margolin, bar...@genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.
#ifconfig hme0:1 inet ip_address
you can define multiple addresses using interface:1 , 2 , 3 so on.
You can check ethernet FAQ at my web site for more info.
Hemant Sharma
www.adminschoice.com
The best of web for sysadmins.
In article <8lkt5s$6in$1...@nnrp1.deja.com>,
Eric Headley <erich...@my-deja.com> wrote:
> Is it possible to have two ip addresses on one interface on a Sun
> machine ? If so how ?
>