[Soekris] tftp net4801 configuration

Jordan Share jshare at krotus.com
Sat Sep 25 00:23:14 UTC 2004


MrUmunhum at popdial.com wrote:

> OK, guys,
> 
>  I need help with the configuration for dhcp and tftp to do a network 
> install.
> 
>  The error from tcpdump is:
> 
> arp who-has 10.1.1.200 tell 10.1.1.50
> arp reply 10.1.1.200 is-at 0:0:24:c1:d1:28
> 10.1.1.200.2079 > 10.1.1.50.69:  57 RRQ 
> "X86PC/UNDI/linux-install/pxelinux.0"
> 10.1.1.50 > 10.1.1.200: icmp: 10.1.1.50 udp port 69 unreachable [tos 0xc0]
> 
>  10.1.1.50 is my network server, 10.1.1.200 is the address assigned by 
> dhcp.
> 
>  The dhcpd.conf looks like this:
> 
> # dhcpd.conf
> allow booting;
> allow bootp;
> ddns-update-style interim;
> ignore client-updates;
> option subnet-mask 255.255.255.0;
> filename "X86PC/UNDI/linux-install/pxelinux.0";
> subnet 10.1.1.0 netmask 255.255.255.0 {
>  range 10.1.1.99  10.1.1.200;
>  default-lease-time 86400;
>  max-lease-time 86400;
> }
> }
> 

Is your tftp server configured properly?  You didn't mention how you had 
set that up.

Jordan



More information about the Soekris-tech mailing list