Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SCO and DHCP

49 views
Skip to first unread message

trevor

unread,
May 20, 2002, 10:54:29 AM5/20/02
to
I'm trying to get a wireless network started for my work and am having
troubles getting the DHCP to assign to the wireless clients. Does anyone
have an example DHCP and AAS configuration I could look at. Any help here
would be great. Thank you.

Trevor
Marion, NC


Jean-Pierre Radley

unread,
May 20, 2002, 12:01:06 PM5/20/02
to ScoMisc [c.u.s.m]
trevor propounded (on Mon, May 20, 2002 at 10:54:29AM -0400):

The scoadmin managers "do the right thing"; run them, and they will
create (with of course your actual IP numbers):, and your own name for
the pool):

/etc/aasd/conf:

pool JPRpool:INET {
A.B.C.S-A.B.C.E
}


/etc/dhcpd.conf:

subnet A.B.C.0 {
mask 255.255.255.0
pool JPRpool
lease_dflt 3600
lease_max infinite
t1 750
t2 900
routers A.B.C.D
dns_servers {
M.N.O.P
Q.R.S.T
}
}

--
JP

trevor

unread,
May 20, 2002, 3:21:41 PM5/20/02
to
thank you JP!

I've got the client making the request, but in a dhcp debug,
I keep getting the error message "no information for clients subnet."
Anyone know what this means?

trevor
"Jean-Pierre Radley" <j...@jpr.com> wrote in message
news:2002052016...@jpradley.jpr.com...

Jean-Pierre Radley

unread,
May 20, 2002, 4:45:19 PM5/20/02
to ScoMisc [c.u.s.m]
trevor propounded (on Mon, May 20, 2002 at 03:21:41PM -0400):

|
| I've got the client making the request, but in a dhcp debug,
| I keep getting the error message "no information for clients subnet."
| Anyone know what this means?

No.

So show us your conf files...


--
JP

Gary Quiring

unread,
May 21, 2002, 12:41:03 PM5/21/02
to

Trevor for what it's worth, I had a terrible time with SCO DHCP server on 506.
I had issues that SCO was not able to resolve with IP's constantly being removed
from the pool and a lease time of about 5 seconds on Win2k clients. I finally
put up a RedHat box which works perfectly.

Gary Q


Simon Hobson

unread,
May 25, 2002, 8:52:01 AM5/25/02
to
On Mon, 20 May 2002 15:54:29 +0100, trevor wrote
(in message <acb33n$2hd0$1...@newsreader.cetlink.net>):

Personally I dumped the SCO DHCP server and switched to using the ISC server
which is a lot more flexible (I needed dynamic DNS updates).

see www.isc.org

Simon

0 new messages