Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
At the moment I'm having difficulty getting a thin-client to boot using PXE. Here's the setup:
Server: I have a server running Redhat 9 at 192.168.1.1. It has a D-link DGE-530T card in it.
Client: The thin client is an ancient Pentium-133 with 16 MB RAM and a 3com 3C905CX-TX-M card.
Both the client and server are plugged into a Linksys EG005W gigabit switch.
When I try to boot the client, it fails with a PXE-E51 error: No DHCP or BOOTP offers received. For some reason the client is not "hearing" the DHCP offers broadcast by the server. The following session illustrates the setup for my DHCP server. /var/log/messages shows that the server hears a DHCP request and broadcasts an offer, but the client is not picking it up. I don't think the cabling can be bad since the server hears the request. The communication is working one-way. Why can't the client hear the server? Any help would be greatly appreciated.
[root@kubugam:~]# uname -a
Linux kubugam 2.4.20-8 #1 Thu Mar 13 16:42:56 EST 2003 i586 i586 i386 GNU/Linux
[root@kubugam:~]# tail /var/log/messages
Mar 11 20:35:21 kubugam dhcpd: DHCPDISCOVER from 00:04:75:ad:4d:7c via eth0
Mar 11 20:35:21 kubugam dhcpd: DHCPOFFER on 192.168.1.3 to 00:04:75:ad:4d:7c via eth0
Mar 11 20:35:23 kubugam dhcpd: DHCPDISCOVER from 00:04:75:ad:4d:7c via eth0
Mar 11 20:35:23 kubugam dhcpd: DHCPOFFER on 192.168.1.3 to 00:04:75:ad:4d:7c via eth0
Mar 11 20:35:27 kubugam dhcpd: DHCPDISCOVER from 00:04:75:ad:4d:7c via eth0
Mar 11 20:35:27 kubugam dhcpd: DHCPOFFER on 192.168.1.3 to 00:04:75:ad:4d:7c via eth0
Mar 11 20:35:35 kubugam dhcpd: DHCPDISCOVER from 00:04:75:ad:4d:7c via eth0
Mar 11 20:35:35 kubugam dhcpd: DHCPOFFER on 192.168.1.3 to 00:04:75:ad:4d:7c via eth0
Mar 11 20:47:35 kubugam sshd(pam_unix)[30450]: session opened for user cwh by (uid=500)
Mar 11 20:47:43 kubugam su(pam_unix)[30486]: session opened for user root by cwh(uid=500)
Hi there, try to use my dhcpd.conf and see if it works. Change the hosts and server ip to suite u.:
NOTE: Pls make sure that, the /tftpboot is your "/" directory. So all ur files such as "pxelinux.0", kernel image, ramdisk and "pxelinux.cfg" folder should be there.
Quote:
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.