You installed tftpd-hpa (not tftpd) right?
yes but without special configuration
# apt-get install tftpd-hpa
i've tried to understand what is happen in my syslog file, but without succes.
following the details of my server configuration,please, what am I
doing wrong or what have i left undone.
first: the output of ifconfig
###################"
debian:/home/hajar# ifconfig
eth0 Link encap:Ethernet HWaddr 00:1d:92:a9:3e:de
inet adr:192.168.1.200 Bcast:192.168.1.255 Masque:255.255.255.0
adr inet6: fe80::21d:92ff:fea9:3ede/64 Scope:Lien
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:49026 errors:0 dropped:0 overruns:0 frame:1
TX packets:45649 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:56412997 (53.7 MiB) TX bytes:7831265 (7.4 MiB)
Interruption:18
######################
------>> so mi IP is 192.168.1.200 is it = ip of the dhcp server ?
second:the configuration of my dhcp is :
########################
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.200 192.168.1.253;
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option domain-name-servers 192.168.1.1;
}
host hjr {
hardware ethernet 00:00:24:C9:5A:D0;
filename "pxelinux.0";
next-server 192.168.1.200;
}
########################
------>> i precise the mac of my soekris , the path of my filename .......
third: the route
########################################
Table de routage IP du noyau
Destination Passerelle Genmask Indic Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
######################################
my combios
CLIENT MAC ADDR: 00 00 24 C9 5A D0
CLIENT IP: 192.168.1.201 MASK: 255.255.255.0 DHCP IP: 192.168.1.104
GATEWAY IP: 192.168.1.1
in syslog file i see that the server attribue the adress 192.168.1.201
to the soekris but after !!! .
Apr 8 21:35:42 debian dhcpd: DHCPDISCOVER from 00:00:24:c9:5a:d0 via eth0
Apr 8 21:35:43 debian dhcpd: DHCPOFFER on 192.168.1.201 to
00:00:24:c9:5a:d0 via eth0
Apr 8 21:35:43 debian dhcpd: DHCPREQUEST for 192.168.1.201
(192.168.1.104) from 00:00:24:c9:5a:d0 via eth0
Apr 8 21:35:43 debian dhcpd: DHCPACK on 192.168.1.201 to
00:00:24:c9:5a:d0 via eth0
Apr 8 21:35:43 debian in.tftpd[6111]: tftp: client does not accept options
Apr 8 21:35:52 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port 67
Apr 8 21:36:11 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port 67
Apr 8 21:36:25 debian dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Apr 8 21:36:25 debian dhcpd: Wrote 0 deleted host decls to leases file.
Apr 8 21:36:25 debian dhcpd: Wrote 0 new dynamic host decls to leases file.
Apr 8 21:36:25 debian dhcpd: Wrote 4 leases to leases file.
Apr 8 21:36:25 debian dhcpd: DHCPREQUEST for 192.168.1.203 from
00:1d:92:a9:3e:de via eth0
Apr 8 21:36:25 debian dhcpd: DHCPACK on 192.168.1.203 to
00:1d:92:a9:3e:de via eth0
Apr 8 21:36:36 debian dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Apr 8 21:36:36 debian dhcpd: DHCPREQUEST for 192.168.1.203 from
00:1d:92:a9:3e:de via eth0
Apr 8 21:36:36 debian dhcpd: DHCPACK on 192.168.1.203 to
00:1d:92:a9:3e:de via eth0
Apr 8 21:36:48 debian dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Apr 8 21:36:48 debian dhcpd: DHCPREQUEST for 192.168.1.203 from
00:1d:92:a9:3e:de via eth0
Apr 8 21:36:48 debian dhcpd: DHCPACK on 192.168.1.203 to
00:1d:92:a9:3e:de via eth0
Apr 8 21:37:01 debian dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Apr 8 21:37:01 debian dhcpd: DHCPREQUEST for 192.168.1.203 from
00:1d:92:a9:3e:de via eth0
Apr 8 21:37:01 debian dhcpd: DHCPACK on 192.168.1.203 to
00:1d:92:a9:3e:de via eth0
Apr 8 21:37:04 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port 67
Apr 8 21:37:07 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port 67
Apr 8 21:37:10 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port 67
Apr 8 21:37:13 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port 67
Apr 8 21:37:15 debian dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Apr 8 21:37:15 debian dhcpd: DHCPREQUEST for 192.168.1.203 from
00:1d:92:a9:3e:de via eth0
Apr 8 21:37:15 debian dhcpd: DHCPACK on 192.168.1.203 to
00:1d:92:a9:3e:de via eth0
Apr 8 21:37:21 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port 67
Apr 8 21:37:29 debian dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Apr 8 21:37:29 debian dhcpd: DHCPREQUEST for 192.168.1.203 from
00:1d:92:a9:3e:de via eth0
Apr 8 21:37:29 debian dhcpd: DHCPACK on 192.168.1.203 to
00:1d:92:a9:3e:de via eth0
Apr 8 21:37:30 debian dhclient: DHCPREQUEST on eth0 to 192.168.1.104 port 67
thank you for any help
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech