Thanks for the tip. It doesn't work, see the output reproduced below.
# zonecfg -z citylife
zonecfg:citylife> select net physical=e1000g2
zonecfg:citylife:net> set address=192.168.0.129
zonecfg:citylife:net> end
zonecfg:citylife> verify
net: address cannot be specified for an exclusive IP type
Rather than assign the IP for an exclusive iP zone, the documentation
says you should set up the networking as normal, and it claims that
DHCP should work, which is why I don't understand the error: "Unable
to find an address entry for my_new_domain with the specified DNS
configuration"
Here's what is says on
http://docs.sun.com/app/docs/doc/817-1592/z.config.ov-1?a=view
Solaris 10 8/07: Exclusive-IP Non-Global Zones
Full IP-level functionality is available in an exclusive-IP zone.
An exclusive-IP zone has its own IP-related state.
This includes the ability to use the following features in an
exclusive-IP zone:
* DHCPv4 and IPv6 stateless address autoconfiguration
* P Filter, including network address translation (NAT)
functionality
* IP Network Multipathing (IPMP)
* IP routing
* ndd for setting TCP/UDP/SCTP as well as IP/ARP-level knobs
* IP security (IPsec) and IKE, which automates the provision of
authenticated keying material for IPsec security association
An exclusive-IP zone is assigned its own set of data-links using the
zonecfg command. The zone is given a data-link name such as xge0,
e1000g1, or bge32001, using the physical property of the net resource.
The address property of the net resource is not set.
On Sep 13, 2008, at 10:32 AM, Johan Hartzenberg wrote:
Open your zone config using zonecfg
then select the network and give it a new property value
zonecfg -z myzone
> select net phsyical=e1000g2
> set address=10.10.10.1/24
>end
> verify
>commit
Then reboot the zone.
zoneadm -z myzone reboot
On Sat, Sep 13, 2008 at 4:16 PM, Devin Ceartas <[EMAIL PROTECTED]>
wrote:
On Sep 12, 2008, at 11:59 PM, Ian Collins wrote:
Devin Ceartas wrote:
OK, sorry, sure, I'm all about learning here!
Here's what I get from zonecfg -z citylife export: at this point,
though as I said I've tried it a few ways now and then tried again
create-b
set zonepath=/export/home/citylife
set brand=ipkg
set autoboot=true
set bootargs=-m verbose
set limitpriv=default,sys_time
set ip-type=exclusive
add net
set physical=e1000g2
end
Did you configures the zone after first boot using zlogin -C?
Ian
Yes, that's where I got stuck. I try to choose DNS and it tell me
"Unable to find an address entry for my_new_domain with the
specified DNS configuration".
I tried creating a 'static dhcp' address in my D-Link router with
the MAC address the interface on this zone reports with ifconfig -a
but that did not result in any different response.
It doesn't seem I should need a pre-configured address to use DHCP
though -- this is particularly confusing to me and make me feel like
I'm missing something there.
I tried choosing "none" in the setup and then manually adding in all
the /etc files needed as per
http://dlc.sun.com/osol/docs/content/SYSADV3/ipconfig-63.html#ipconfig-64
http://dlc.sun.com/osol/docs/content/SYSADV3/ipconfig-12.html#ipconfig-17
but this does not seem to work either, here's some errors I get
after this later configuration attempt:
zone# ping 192.168.0.105
ICMP Host Unreachable from gateway localhost (127.0.0.1)
zone# route add default 192.168.0.1
add net default: gateway 192.168.0.1 is unreachable
_______________________________________________
opensolaris-help mailing list
[email protected]
--
Any sufficiently advanced technology is indistinguishable from magic.
Arthur C. Clarke
Afrikaanse Stap Website: http://www.bloukous.co.za
My blog: http://initialprogramload.blogspot.com
ICQ = 193944626, YahooIM = johan_hartzenberg, GoogleTalk = [EMAIL PROTECTED]
, AIM = JohanHartzenberg
_______________________________________________
opensolaris-help mailing list
[email protected]