Problem: "dhcp running in port 67 not found" in second dhcpd call.



As written in page  http://wiki.ltsp.org/twiki/bin/view/Ltsp/DHCP
I reconfigured dhcp to use port 1067  (/etc/init.d/dhcpd) and new
etherbootdisk was rewritten with 'alternate DHCP port 1067' in
ROM-o-matic.net for Etherboot version 5.4.1 and also
file /etc/dhcpd.conf was changed as explaned in wiki-example .

Dhcpd works as planned:

[EMAIL PROTECTED] ~]# netstat -apn | grep :1067
udp        0      0 0.0.0.0:1067            0.0.0.0:*
7080/dhcpd 

and client creates dhcprequest as it should 

(syslog)
Sep 22 13:33:55 laulultsp1 dhcpd: DHCPDISCOVER from 00:01:02:b2:d4:e9
via eth0
Sep 22 13:33:55 laulultsp1 dhcpd: DHCPOFFER on 10.26.64.204 to
00:01:02:b2:d4:e9 via eth0
Sep 22 13:34:03 laulultsp1 dhcpd: DHCPREQUEST for 10.26.64.204
(10.26.64.203) from 00:01:02:b2:d4:e9 via eth0
Sep 22 13:34:03 laulultsp1 dhcpd: DHCPACK on 10.26.64.204 to
00:01:02:b2:d4:e9 via eth0

Client starts, but in second dhcpd call (when it should load the kernel
via tftp - i suppose) "dhcp running in port 67 not found" and it stops.

Here is part of /etc/dhcpd.conf

  ddns-update-style            none;

  default-lease-time           21600;
  max-lease-time               21600;

  option subnet-mask           255.255.252.0;
  option broadcast-address     10.26.67.255;
  option routers               10.26.64.203;
  option domain-name-servers   10.26.64.203;
  option domain-name           "laulultsp1d";

  option root-path             "10.26.64.203:/opt/ltsp/i386";
 
  option option-128 code 128 = string;
  option option-129 code 129 = text;

  subnet 10.26.64.0 netmask 255.255.252.0 {
      use-host-decl-names      on;
      option log-servers       10.26.64.203;



    host lauritsala2699 {                                     
        hardware ethernet    00:01:02:B2:D4:E9;   
        fixed-address        10.26.64.204;
        filename             "/lts/vmlinuz-2.6.9-ltsp-3";
        option option-129    "DPORT=1067";     #<--- DOES THIS WORK??
    }
}

Here is part of /etc/hosts

# The lines between 'LTSP-begin' and 'LTSP-end' were added
# on: ti syys   20 12:09:39 2005, by the ltspcfg configuration tool.
# For more information, visit the LTSP homepage
# at http://www.LTSP.org
#

10.26.64.204        lauritsala2699.laulultsp1d      lauritsala2699



I use Mandriva LE2005, LTSP 4.1 and dhcp-server-3.0.1-5mdk


-- 
Ilkka Koivistoinen <[EMAIL PROTECTED]>



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to