No subject


Fri Feb 17 00:23:59 UTC 2012


Q: Can a zone be a DHCP server?
A: A global zone can be a DHCP server. A non-global zone cannot be a =
DHCP server. This issue may be addressed in the future. [August 2005]=20

-----Original Message-----
From: dhcp-users-bounce at isc.org on behalf of Paul Cassidy - Sun =
Microsystems - Solution Integration Engineer
Sent: Fri 9/7/2007 6:57 AM
To: dhcp-users at isc.org
Subject: Configuration & Running of DHCP server in a Solaris Container
=20
I'm trying to run the dhcp server in a Solaris 10 container/zone. The =
server has built and
installed without issue. But I am unable to start the server as it =
cannot find the loopback
interface lo0.

Internet Systems Consortium DHCP Server V3.1.0
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
Can't get interface flags for lo0: No such device or address

The container/zone does not have this interface, as it is a logical =
mapped onto the global zone. The config
only requires serving requests on the qfe4:1 interface

lo0:3: flags=3D2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> =
mtu 8232 index 1
        inet 127.0.0.1 netmask ff000000
qfe4:1: flags=3D1040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4> =
mtu 1500 index 7
        inet 192.168.20.232 netmask ffffff00 broadcast 192.168.20.255

very basic config file:-

        ddns-update-style ad-hoc;

        subnet 127.0.0.0 netmask 255.0.0.0 {
        }

        subnet 129.159.0.0 netmask 255.255.0.0 {
        }

        subnet 192.168.20.0 netmask 255.255.255.0 {
                range 192.168.20.10 192.168.20.100;
        }

        host etherlite01 {
                hardware ethernet 00:A0:E7:21:B7:DE;
                fixed-address 192.168.20.10;
                filename "/tftpboot/80007009_E.bin";
        }

Can anyone help, or is this a none starter?


--=20
       Paul Cassidy,
       Solutions Integration Engineer
 ,_,   Sun Microsystems,               Tel: +44 (0) 1506 673 645
(O,O)  Linlithgow, EH49 7LR                              x73 645
(   )  Scotland.                       Mob: +44 (0) 7979 700 344
-"-"------------------------------------------------------------
               :PRIVACY & CONFIDENTIALITY NOTICE:
The information  contained in  this  e-mail and  any attachments
is intended for  the named  recipient(s) only,  unless otherwise
waived in writing  by me. It may contain privileged, proprietary
and/or  confidential information.  If you are  not the  intended
recipient, you must not copy, forward or distribute. If you have
received  this e-mail  in error, please  notify me  immediately.
----------------------------------------------------------------



------_=_NextPart_001_01C7F160.6CCFCF77
Content-Type: text/html;
 charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
6.5.7652.24">
<TITLE>RE: Configuration & Running of DHCP server in a Solaris =
Container</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=3D2>From the Solaris Zones FAQ:<BR>
<BR>
Q: Can a zone be a DHCP server?<BR>
A: A global zone can be a DHCP server. A non-global zone cannot be a =
DHCP server. This issue may be addressed in the future. [August =
2005]<BR>
<BR>
-----Original Message-----<BR>
From: dhcp-users-bounce at isc.org on behalf of Paul Cassidy - Sun =
Microsystems - Solution Integration Engineer<BR>
Sent: Fri 9/7/2007 6:57 AM<BR>
To: dhcp-users at isc.org<BR>
Subject: Configuration & Running of DHCP server in a Solaris =
Container<BR>
<BR>
I'm trying to run the dhcp server in a Solaris 10 container/zone. The =
server has built and<BR>
installed without issue. But I am unable to start the server as it =
cannot find the loopback<BR>
interface lo0.<BR>
<BR>
Internet Systems Consortium DHCP Server V3.1.0<BR>
Copyright 2004-2007 Internet Systems Consortium.<BR>
All rights reserved.<BR>
For info, please visit <A =
HREF=3D"http://www.isc.org/sw/dhcp/">http://www.isc.org/sw/dhcp/</A><BR>
Wrote 0 deleted host decls to leases file.<BR>
Wrote 0 new dynamic host decls to leases file.<BR>
Wrote 0 leases to leases file.<BR>
Can't get interface flags for lo0: No such device or address<BR>
<BR>
The container/zone does not have this interface, as it is a logical =
mapped onto the global zone. The config<BR>
only requires serving requests on the qfe4:1 interface<BR>
<BR>
lo0:3: =
flags=3D2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu =
8232 index 1<BR>
        inet 127.0.0.1 netmask =
ff000000<BR>
qfe4:1: =
flags=3D1040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4> =
mtu 1500 index 7<BR>
        inet 192.168.20.232 netmask =
ffffff00 broadcast 192.168.20.255<BR>
<BR>
very basic config <A HREF=3D"file:-">file:-</A><BR>
<BR>
        ddns-update-style ad-hoc;<BR>
<BR>
        subnet 127.0.0.0 netmask =
255.0.0.0 {<BR>
        }<BR>
<BR>
        subnet 129.159.0.0 netmask =
255.255.0.0 {<BR>
        }<BR>
<BR>
        subnet 192.168.20.0 netmask =
255.255.255.0 {<BR>
            &=
nbsp;   range 192.168.20.10 192.168.20.100;<BR>
        }<BR>
<BR>
        host etherlite01 {<BR>
            &=
nbsp;   hardware ethernet 00:A0:E7:21:B7:DE;<BR>
            &=
nbsp;   fixed-address 192.168.20.10;<BR>
            &=
nbsp;   filename "/tftpboot/80007009_E.bin";<BR>
        }<BR>
<BR>
Can anyone help, or is this a none starter?<BR>
<BR>
<BR>
--<BR>
       Paul Cassidy,<BR>
       Solutions Integration Engineer<BR>
 ,_,   Sun =
Microsystems,          =
     Tel: +44 (0) 1506 673 645<BR>
(O,O)  Linlithgow, EH49 =
7LR           &nbs=
p;           &nbsp=
;      x73 645<BR>
(   )  =
Scotland.          &nbs=
p;            =
Mob: +44 (0) 7979 700 344<BR>
-"-"-----------------------------------------------------------=
-<BR>
            &=
nbsp;  :PRIVACY & CONFIDENTIALITY NOTICE:<BR>
The information  contained in  this  e-mail and  any =
attachments<BR>
is intended for  the named  recipient(s) only,  unless =
otherwise<BR>
waived in writing  by me. It may contain privileged, =
proprietary<BR>
and/or  confidential information.  If you are  not =
the  intended<BR>
recipient, you must not copy, forward or distribute. If you have<BR>
received  this e-mail  in error, please  notify me  =
immediately.<BR>
----------------------------------------------------------------<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>
------_=_NextPart_001_01C7F160.6CCFCF77--


More information about the dhcp-users mailing list