Ian Matchett writes: > How do I move a zone to use<br> > <br> > bge1:1 </tt><tt>10.12.13.14<br>
Two methods: change the entry in zonecfg and restart the zone, or unplumb the alias and plumb up a new one from the global zone. The first case: # zonecfg -z test zonecfg:test> select net physical=bge0 zonecfg:test:net> set physical=bge1 zonecfg:test:net> end zonecfg:test> verify zonecfg:test> commit zonecfg:test> exit # zoneadm -z test reboot The second case: # ifconfig bge0:1 unplumb # ifconfig bge1:1 10.12.13.14 netmask + broadcast + zone test up -- James Carlson, KISS Network <[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 [email protected]
