Hi, I have try almost 1000 time without result. Now, in the client have : Boot from (N)etwork or from (L)ocal? N Probing...[NE*000] NE2000 base 0x320, addr 00:40:95:34:40:a7 Searching for server (DHCP)... (after 1 minute) ... Me: 192.168.0.1, Server 10.74.32.200, Gateway 10.74.32.253 (this is really the dns server) Loading 10.74.32.200:/tftpboot/lts/vmlinux.ne2000........... (and wait)
Only one time I have been a little result with a error, after the kernel loading, but it was becouse I have not installe nfs server. PLEASE, ANYONE HELP ME! TANK YOU. giorgio rossi My Lan is 10.74.32. and i have cofigured : bootptab : ## LTS-begin ## # # The lines between the 'LTS-begin' and the 'LTS-end' were added # on: ven set 28 10:04:17 CEST 2001 by the ltsp installation script. # For more information, visit the ltsp homepage # at http://www.ltsp.org # .ltsp:\ :ht=ethernet:\ :ds=10.74.32.200:\ :gw=10.74.32.200:\ :lg=10.74.32.200:\ :sm=255.255.255.0:\ :hn:\ :hd=/tftpboot/lts/ltsroot:\ :rp=/tftpboot/lts/ltsroot: # # The following is an example of a line needed for a workstation # ws001:tc=.ltsp:ha=0040953440a7:bf=vmlinuz.ne2000:ip=192.168.0.1: ## LTS-end ## dhcpd.conf : # Sample configuration file for ISCD dhcpd # # Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd # once you adjusted this file and copied it to /etc/dhcpd.conf. # default-lease-time 21600; max-lease-time 21600; option subnet-mask 255.255.255.0; option broadcast-address 10.74.32.255; option routers 10.74.32.253; option domain-name-servers 10.74.32.253; option domain-name "yourdomain.com"; option root-path "/tftpboot/lts/ltsroot"; shared-network WORKSTATIONS { subnet 192.168.0.0 netmask 255.255.255.0 { } } group { use-host-decl-names on; option log-servers 10.74.32.200; host ws001 { hardware ethernet 00:40:95:34:40:a7; fixed-address 192.168.0.1; filename "/tftpboot/lts/vmlinuz.ne2000"; } host ws002 { hardware ethernet 00:00:ab:a1:22:d9; fixed-address 192.168.0.2; filename "/tftpboot/lts/vmlinuz.ne2000"; } } inetd.conf : .....dgram udp wait root internal # # These are standard services. # ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd # # Shell, login, exec, comsat and talk are BSD protocols. # #shell stream tcp nowait root /usr/sbin/tcpd in.rshd #login stream tcp nowait root /usr/sbin/tcpd in.rlogind #exec stream tcp nowait root /usr/sbin/tcpd in.rexecd #comsat dgram udp wait root /usr/sbin/tcpd in.comsat #talk dgram tcp wait root /usr/sbin/tcpd in.talkd #ntalk dgram udp wait root /usr/sbin/tcpd in.ntalkd #dtalk stream tcp wait nobody /usr/sbin/tcpd in.dtalkd # # Pop and imap mail services et al # #pop-2 stream tcp nowait root /usr/sbin/tcpd ipop2d #pop-3 stream tcp nowait root /usr/sbin/tcpd ipop3d #imap stream tcp nowait root /usr/sbin/tcpd imapd # # The Internet UUCP service. # #uucp stream tcp nowait uucp /usr/sbin/tcpd /usr/lib/uucp/uucico -l # # Tftp service is provided primarily for booting. Most sites # run this only on machines acting as "boot servers." Do not uncomment # this unless you *need* it. # tftp dgram udp wait root /usr/sbin/tcpd in.tftpd #bootps dgram udp wait root /usr/sbin/tcpd bootpd # # Finger, systat and netstat give out user information wh -- Giorgio Rossi Tech. - Dept. Brazzoli S.p.A. _____________________________________________________________________ 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.openprojects.net
