[zones-discuss] Re: re: Re: dladm create-vnic not available in build 63?

2007-05-19 Thread Manish Agrawal
Thanks, if that is the case, what do I need to do to make ip-type=exclusive work in a non-global zone? What I mean is, my interface name in the global zone is e1000g0: -bash-3.00 (global zone)# ifconfig -a lo0: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL mtu 8232 index 1

[zones-discuss] dladm create-vnic not available in build 63?

2007-05-18 Thread Manish Agrawal
I am trying to create zones with exclusive IP interfaces on a Dell Optiplex. My interpretation is that before the zones can be created, the interfaces must be defined using dladm create-vnic. These interfaces would then be used as the physical addresses for each zone configuration. I am using

[zones-discuss] Re: dladm create-vnic not available in build 63?

2007-05-18 Thread Manish Agrawal
Actually, my bad, the reason is that the vlan-type is non-vlan as shown in the dladm output. This message posted from opensolaris.org ___ zones-discuss mailing list zones-discuss@opensolaris.org

[zones-discuss] Re: ipfilter in zones

2007-05-16 Thread Manish Agrawal
Thanks, I now have a current OpenSolaris installation, b63. But when I use zonecfg to set ip-type=exclusive, I get the message that ip addresses cannot be specified for exclusive zones. man zonecfg says the same thing. So how can I specify an IP address for an exclusive zone? Thanks Manish

[zones-discuss] pkg-get setup in zonemgr

2007-02-08 Thread Manish Agrawal
I am trying to prepare the zones for pkg-get using zonemgr (I know I can use -G to install packages, but I want our students to play around with pkg-get). My problem is signature verification. I tried wget mirrors.html; gpg mirrors.html as specified on blastwave, but for some reason gpg does

[zones-discuss] Re: DNS configuration problem in zonemgr

2007-02-06 Thread Manish Agrawal
The solution that worked for me is to copy /etc/nsswitch.conf and /etc/resolv.conf from the global zone. This should work as long as the DNS configuration for the non-global zones is the same as for the global zone: zonemgr -a add -n $zonename -z /export/home/zones \ -P

[zones-discuss] Re: SSH disconnections during zone creation

2007-02-05 Thread Manish Agrawal
Sorry for the delay in getting back. The problem is indeed in ssh (http://www.ssh.com/). I followed the suggestion to use PuTTy and set the keepalive parameter to 15 seconds. Now I am able to create zones without problem. Thanks Manish This message posted from opensolaris.org

[zones-discuss] DNS configuration problem in zonemgr

2007-02-05 Thread Manish Agrawal
I am trying to use the -D -d options in zonemgr to configure DNS during zone creation. My command is: zonemgr -a add -n $zonename -z /export/home/zones \ -P $rootpassword -R /root|/usr/bin/bash \ -I $ipaddress|elxl0|25|$zonename \ -s basic|lock -S ssh \