Homer gives out correct address. I found out that a dhcp server with a
class A address is also giving out address. So my guess is that we are
picking up dhcp from the council network or someone has added a pdc to our
network. The log files appears to show the the pdc is giving out class A
addresses. Anyone got any ideas?
> What addresses are being given out? Is homer showing correct information
> in the log file? /var/log/messages
>
> -----Original Message-----
> From: Andrew Nix
> To: chris(a)centralmanclc.com
> Sent: 9/1/03 12:57 PM
> Subject: RE: [suse-linux-uk-schools] DHCP... address classes
>
> I already restarted dhcp with no luck but ill try.
>
>> That's all correct - two possibilities - DHCP needs restarting;
> another
>> DHCP server has started. To check the latter first - on a machine that
>> has received an IP address check the IP configuration (e.g. on Windows
>> do Start/Run/winipcfg) and look for the DHCP server entry. If it is
>> showing as Homer, try rcdhcpd restart on Homer.
>>
>> -----Original Message-----
>> From: Andrew Nix
>> To: chris(a)centralmanclc.com
>> Sent: 9/1/03 10:48 AM
>> Subject: RE: [suse-linux-uk-schools] DHCP... address classes
>>
>> Here is a copy. If someone could have a quick look to see if anything
> is
>> wrong or point out what I need to look for. It would be a great help.
>>
>> # dhcpd.conf example file for use with terminal-server
>> #
>> # $Id: dhcpd.conf.terminal-server.example,v 1.8 2002/10/01 09:33:14
>> mcb30
>> Exp $
>>
>> ddns-update-style none;
>>
>> # Long leases (48 hours)
>> default-lease-time 172800;
>> max-lease-time 172800;
>>
>> # Include Etherboot definitions and defaults
>> include "/etc/dhcpd.conf.etherboot.include";
>>
>> # Specify an alternate TFTP server (otherwise DHCP server will be
>> assumed).
>> # Probably safest to specify with both tftp-server-name option and
>> next-server.
>> # option tftp-server-name "my.tftp.server";
>> # next-server my.tftp.server;
>>
>> # Specify an alternate NFS root (otherwise tftp_server:/ will be
>> assumed)
>> # option root-path "my.nfs.server:/";
>>
>> # Network-specific section
>>
>> # Example network
>> #
>> subnet 213.18.165.0 netmask 255.255.255.0 {
>> # option routers ;
>> option subnet-mask 255.255.255.0;
>> option broadcast-address 213.18.165.255;
>> option domain-name "st-paulshigh.manchester.sch.uk";
>> option domain-name-servers 213.18.165.6;
>>
>> option host-name = concat ( "host_",
>> binary-to-ascii ( 10, 8, "_", suffix ( leased-address,
> 2
>> ) ),
>> ".", config-option domain-name );
>>
>>
>> # option etherboot.kernel-cmdline " devfs=mount
>> tsprofile=xterminal";
>> # option etherboot.kernel-cmdline " devfs=mount
> tsprofile=local";
>> option etherboot.kernel-cmdline " devfs=mount tsprofile=auto";
>>
>> range dynamic-bootp 213.18.165.10 213.18.165.249;
>> }
>>
>> homer:~ # # dhcpd.conf example file for use with terminal-server
>> homer:~ # #
>> homer:~ # # $Id: dhcpd.conf.terminal-server.example,v 1.8 2002/10/01
>> 09:33:14 mcb30 Exp $
>> homer:~ #
>> homer:~ # ddns-update-style none;
>> -bash: ddns-update-style: command not found
>> homer:~ #
>> homer:~ # # Long leases (48 hours)
>> homer:~ # default-lease-time 172800;
>> -bash: default-lease-time: command not found
>> homer:~ # max-lease-time 172800;
>> -bash: max-lease-time: command not found
>> homer:~ #
>> homer:~ # # Include Etherboot definitions and defaults
>> homer:~ # include "/etc/dhcpd.conf.etherboot.include";
>> -bash: include: command not found
>> homer:~ #
>> homer:~ # # Specify an alternate TFTP server (otherwise DHCP server
> will
>> be assumed).
>> homer:~ # # Probably safest to specify with both tftp-server-name
> option
>> and next-server.
>> homer:~ # # option tftp-server-name "my.tftp.server";
>> homer:~ # # next-server my.tftp.server;
>> homer:~ #
>> homer:~ # # Specify an alternate NFS root (otherwise tftp_server:/
> will
>> be
>> assumed)
>> homer:~ # # option root-path "my.nfs.server:/";
>> homer:~ #
>> homer:~ # # Network-specific section
>> homer:~ #
>> homer:~ # # Example network
>> homer:~ # #
>> homer:~ # subnet 213.18.165.0 netmask 255.255.255.0 {
>> -bash: subnet: command not found
>> homer:~ # # option routers ;
>> homer:~ # option subnet-mask 255.255.255.0;
>> -bash: option: command not found
>>
>>
>>> What does the dhcpd.conf file on homer say?
>>>
>>> -----Original Message-----
>>> From: Andrew Nix
>>> To: chris(a)centralmanclc.com
>>> Sent: 9/1/03 10:36 AM
>>> Subject: RE: [suse-linux-uk-schools] DHCP... address classes
>>>
>>> Yes and I also wont give me write access to my home directory when I
>>> have
>>> a static ip.
>>>
>>>> Homer is giving out addresses with the wrong IP range?
>>>>
>>>> -----Original Message-----
>>>> From: Andrew Nix
>>>> To: suse-linux-uk-schools(a)suse.com
>>>> Sent: 9/1/03 10:11 AM
>>>> Subject: [suse-linux-uk-schools] DHCP... address classes
>>>>
>>>> I came into work this morning to find I couldnt access my profile on
>>> the
>>>> network. So I checked what was happening at start up. I noticed that
>>> our
>>>> DHCP server has started giving out class A addresses. Everything is
>> ok
>>>> if
>>>> I set up static ip address, but its just not fiesable to have the
>>> entire
>>>> school working like that. Does anyone know why our DHCP server may
>>> have
>>>> started acting this way? And how I will be able to fix it? Any imput
>>>> very
>>>> very very welcome.
>>>> Cheers
>>>> --
>>>> Andrew Nix
>>>>
>>>> St Pauls Catholic High School
>>>> Firbank Road
>>>> Newall Green
>>>> Wythenshawe
>>>> Manchester
>>>> M23 2YS
>>>> tel: 0161 4375841 ext 168
>>>> fax: 0161 4982030
>>>>
>>>>
>>>>
>>>> --
>>>> To unsubscribe, e-mail: suse-linux-uk-schools-unsubscribe(a)suse.com
>> For
>>>> additional commands, e-mail: suse-linux-uk-schools-help(a)suse.com