Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Zone IP reconfigure

Status
Not open for further replies.

mudsucker

MIS
Joined
Apr 2, 2008
Messages
25
Location
US
What is the correct way to change the IP physical and address in a zone?

I have not been able to make the change other than removing it and adding it.

Currently I have global zone on bge0 plus a zone on bge0:1 and a zone on bge0:2.

What I want is to keep global on bge0 and have a zone on bge1 and a zone on bge2.

Thanks.
 
Hello Mudsucker, I don't think you can modify an IP address as such, I have just glanced through my course notes and can't find a method. You zonecfg >add net>set phyical>set address> end.

But I don't see anyway to modify.

However see for some tips
 
You can try editing the xml file for the zone found in /etc/zones
 
you can try:

# zonecfg -z zoneA
zonecfg:zoneA> remove net
zonecfg:zoneA> add net
zonecfg:zoneA> set physical=bge0
zonecfg:zoneA> set address=xxx.xxx.xxx.xxx
zonecfg:zoneA> verify
zonecfg:zoneA> commit
zonecfg:zoneA> info
zonecfg:zoneA> end
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top