Luis,

I have made some comments below.

Luis Gerardo Muro Ramos wrote:

*snip*


/etc/dhcp3/dhcpd.conf
####################
ddns-update-style none;

# option definitions common to all supported networks...
option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;

default-lease-time 600;
max-lease-time 7200;

# Use this to send dhcp log messages to a different log file (you also
# have to hack syslog.conf to complete the redirection).
log-facility local7;


#DHCPD_CONF_INCLUDE_FILES=" /etc/opt/SUNWut/net/dhcp/SunRay-subnet-192.168.128.0"
include  "/etc/opt/SUNWut/net/dhcp/SunRay-interface-eth1"
I've never had any luck if I include the installer generated SunRay-interface-eth1 file. Please read on.
DHCPD_INTERFACE=" eth0"

/etc/opt/SUNWut/net/dhcp/SunRay-interface-eth1
####################
subnet 192.168.129.0 netmask 255.255.255.0 {
        option dhcp-server-identifier 192.168.129.1;
        #option hostname alma-eth1;
        option broadcast-address 192.168.129.255;
        option subnet-mask 255.255.255.0;
        option interface-mtu 1500;
        option routers 192.168.129.1;
        vendor-option-space NewT;
        option NewT.Intf "eth1";
        option NewT.AuthSrvr 192.168.129.1;
        option NewT.AltAuth 192.168.129.1;
        option NewT.FWSrvr 192.168.129.1;
        option NewT.NewTVer "3.1_32,REV=2005.08.24.08.55";
        range 192.168.129.16 192.168.129.240;
        not authoritative;
        max-lease-time 86400;
        default-lease-time 86400;
}
I recommend using the template shown here as a guide for your /etc/dhcp3/dhcpd.conf file.

https://wiki.ubuntu.com/UbuntuOnSunRay#head-96a1e62bc8211095b132307f72d5bb7a87a32ae5

Change the values to suit your network and restart dhcpd. As you can see, the biggest difference is the
options statements are all outside the subnet block.

Let us know how you go.

El 24/11/2005, a las 04:28 PM, Naaman Campbell escribió:

Luis,

Send in a copy of your dhcpd.conf file into the mailing list.

--
Regards,

Naaman Campbell
Graduate IT Officer
Teys Bros

https://wiki.ubuntu.com/UbuntuOnSunRay
https://wiki.ubuntu.com/CorporateUbuntu


Message: 6
Date: Thu, 24 Nov 2005 00:01:44 -0600
From: Luis Gerardo Muro Ramos <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
Subject: [SunRay-Users] ubuntu problem with dhcpd
To: SunRay-Users mailing list <[email protected] <mailto:[email protected]>> Message-ID: <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
Content-Type: text/plain; charset="us-ascii"



hi

I try install sunray in ubuntu with https://wiki.ubuntu.com/ UbuntuOnSunRay but when start dhcp service no work

Nov 23 23:58:09 localhost dhcpd: option
Nov 23 23:58:09 localhost dhcpd: ^
Nov 23 23:58:09 localhost dhcpd: /etc/dhcp3/dhcpd.conf line 118: no option space named SunRay.
Nov 23 23:58:09 localhost dhcpd: option SunRay.AuthSrvr^I
Nov 23 23:58:09 localhost dhcpd:               ^
Nov 23 23:58:09 localhost dhcpd: /etc/dhcp3/dhcpd.conf line 119: no option space named SunRay.
Nov 23 23:58:09 localhost dhcpd: option SunRay.AuthSrvr^I
Nov 23 23:58:09 localhost dhcpd:               ^


tanks

ATENTAMETE
Luis Gerardo Muro Ramos
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
tel (33) 35 63 62 61 ext 113
directo (33) 52 62 12 69
Departamento de Desarrollo
Grupo Xmarts

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The contents of this email are strictly confidential. Unless you are the intended recipient then you must not read (other than to determine the intended recipient) or in any way use, deal with or retain this email or the information it contains. Furthermore privilege is not waived by mistaken delivery and it is the recipient's duty to virus scan and otherwise test the information before loading into any computer system. Teys Bros does not warrant that the information is free of virus or other defect or error.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_______________________________________________
SunRay-Users mailing list
[email protected] <mailto:[email protected]>
http://www.filibeto.org/mailman/listinfo/sunray-users

ATENTAMETE
*Luis Gerardo Muro Ramos*
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
tel (33) 35 63 62 61 ext 113
directo (33) 52 62 12 69
Departamento de Desarrollo
Grupo Xmarts


------------------------------------------------------------------------

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to