Jeff Victor writes:
> The simple way to configure a zone with multiple IP addresses (on one or more 
> NICs) is with zonecfg:
> 
> # zonecfg -z myzone
> add net
> set address=10.1.1.2
> set physical=qfe0
> end
> add net
> set address=10.2.1.2
> set physical=qfe1
> end

That's not quite what the original requestor wanted.  He wanted
multiple addresses on the same interface.  Fortunately, I think that
works just by using the same 'physical' for multiple 'add net'
sections.

-- 
James Carlson, Solaris Networking              <[EMAIL PROTECTED]>
Sun Microsystems / 1 Network Drive         71.232W   Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757   42.496N   Fax +1 781 442 1677
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to