[Linux] Re: ltsp

---------

New Message Reply About this list Date view Thread view Subject view Author view

From: Mike Peters (mpeters@superonline.com)
Date: Sun 08 Sep 2002 - 20:05:30 EEST


On Sat, 7 Sep 2002 18:27:01 +0300
"Senkron Bilgisayar" <senkron@farma.net.tr> wrote:

>
> merhaba.. ltsp için bir pdf çekip inceledim. ama maalesef yeterli
> ingilizcem yok. ama www.rom-o-matic.net diye bir siteden bahsediyordu.
> oradan ethernet kartimi seçtim ve bootp kullanmak istedim. aslinda
> dhcp kullanma demek istemistim. dosyayi çekip diskete yazdim. boot
> sirasinda karti buldu ve bootp server aradi. bu bootp server nedir
> açikcasi bilmiyorum. birde ayni dosyayi dhcp için çektim. bu seferde
> normal olarak dhcp server aradi. bu seferde sorunum su ki unix de dhcp
> nasil kurulur bilmiyorum (aslinda linuxda da bilmiyorum :) )
> arkadaslar biliyorum simdi faq lari incele diyeceksiniz ama yardima
> ihtiyacim var. su unix makinayi bitirmem lazim. tesekkür ederim
> herkese

Acikcasi, ben ltsp hic kullanmadim, cok diskless terminal/server yaptim
ama sifirdan ayarladim. Yine de sanarim bunu yardimci olur.
dhcp install ettikten sonra, asagadaki ornek kullanarak /etc/dhcpd.conf
dosyasi ayarlayin ve dhcpd calistir. Bir de tftpd ayarla ve
calisiyor olmasi lazim.

# example dhcpd.conf file
#======================================================================
==

default-lease-time 600;

max-lease-time 7200;

option subnet-mask 255.255.255.0;

option broadcast-address 157.151.7.0;

option routers 157.151.7.10;

option domain-name-servers 157.151.1.4, 157.151.1.15;

option domain-name "test.edu";

host client01 {

  hardware ethernet 00:00:D0:C4:24:D6;

  fixed-address 157.151.7.220;

  filename "/tftpboot/client01";

}

# end of dhcpd.conf

dhcpd calistirmak:

touch /etc/dhcpd.leases

ve:

if [ -f /usr/sbin/dhcpd ] then

/usr/sbin/dhcpd ; echo "Starting up the DHCP server"

fi

rc.local ya da benzeyen bir startup script'e ekleyin

-- 
Mike

Registered Linux User #247123

Death was familiar with the concept of the eternal, ever-renewed hero, the champion with a thousand faces. He'd refrained from commenting. (The Last Continent) ----------------------------------------------------------------------- Liste üyeliğiniz ile ilgili her türlü işlem için http://liste.linux.org.tr adresindeki web arayüzünü kullanabilirsiniz.

Listeden çıkmak için: 'linux-request@linux.org.tr' adresine, "Konu" kısmında "unsubscribe" yazan bir e-posta gönderiniz. -----------------------------------------------------------------------


New Message Reply About this list Date view Thread view Subject view Author view

---------

Bu arsiv hypermail 2b29 tarafindan uretilmistir.