LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Solaris 11 "zone" dhcp not worked (https://www.linuxquestions.org/questions/solaris-opensolaris-20/solaris-11-zone-dhcp-not-worked-4175440084/)

routers 12-05-2012 01:42 AM

Solaris 11 "zone" dhcp not worked
 
Hi there , i have
sol-11 which is main host
sol-11dev which is zone

the issue is sol-11dev is not changin ip to new
dhcp ip when connected to the new network
but no issue with sol-11

i have rebooted sol-11dev zone several time but the old ip is still there and not renew to the new ip. FYI my home and office use diffrent network segment but both use dhcp

is there any way to retify this ?

here extra info
Code:

root@sol-11:~# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
net0: flags=1004943<UP,BROADCAST,RUNNING,PROMISC,MULTICAST,DHCP,IPv4> mtu 1500 index 2
        inet 192.168.1.166 netmask ffffff00 broadcast 192.168.1.255
        ether 0:26:9e:ac:c6:9d
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
        inet6 ::1/128
net0: flags=20002004941<UP,RUNNING,PROMISC,MULTICAST,DHCP,IPv6> mtu 1500 index 2
        inet6 fe80::226:9eff:feac:c69d/10
        ether 0:26:9e:ac:c6:9d

Code:

root@sol-11dev:~# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
vnic1: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 2
        inet 10.1.1.5 netmask ffffff00 broadcast 10.1.1.255
        ether 2:8:20:e9:66:ea
net0: flags=1004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4> mtu 1500 index 3
        inet 10.1.1.4 netmask ffffff00 broadcast 10.1.1.255
        ether 2:8:20:5a:3f:17
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
        inet6 ::1/128
vnic1: flags=20002004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 2
        inet6 fe80::8:20ff:fee9:66ea/10
        ether 2:8:20:e9:66:ea
net0: flags=20002004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 3
        inet6 fe80::8:20ff:fe5a:3f17/10
        ether 2:8:20:5a:3f:17

thanks

blueh2o 12-07-2012 02:16 PM

Your zone networks need to be of the exclusive type to use DHCP. Can you post your zone configuration?


All times are GMT -5. The time now is 09:22 PM.