[ SlackList ] [ WkikiSlack ] |
Grung wrote:
>> znaczy sie ktory? cos z PXES Config czy PXES Base? tam mozna dosyc
>> duzo edytowac tylko nie wiem co :)
>
> PXES Base to jest zwykly initrd (spakowany ext2 gzipem) mozna to
> podmontowac pod LOOPa... i masz jakby linuksa w pelni dzialajacego :)
zapewne mowisz o czyms prostym a ja mam problem ze zrozumieniem :)
moze mowisz o czyms takim? :
mount -t iso9660 -o loop /sciezka/do/pxes-base-i586-0.8-9.tar.gz /tftp/
jeszcze nie probowalem, ale watpie czy to zadziala
bios karty sieciowej ciagle wyswietla: TFTP blabla timeout
z serwera DHCP oczywiscie bez problemu pobiera IP
zastanawiam sie czy tftp wogule dziala, w jadrze jest wkompilowane
(modul), czy trzeba dodatkowo jakos uaktywniac tftp?
w pliku /etc/inetd.conf mam:
tftp dgram udp wait nobody /usr/sbin/tcpd in.tftpd /tftpboot
bootps dgram udp wait root /usr/sbin/bootpd bootpd
w /etc/services mam:
bootps 67/tcp dhcps
bootps 67/udp dhcps
tftp 69/tcp
tftp 69/udp
zawartosc /tftpboot/pxes jest tu:
http://pgrajcarek.webpark.pl/term/pxes.zip
zawartosc pliku dhcpd.conf:
ddns-update-style ad-hoc;
allow booting;
allow bootp;
# Standard configuration directives...
option domain-name "your.domain";
option domain-name-servers ns1.your.domain, ns2.your.domain;
option routers 10.0.1.1;
option resource-location-servers server.your.domain;
option font-servers server.your.domain;
option x-display-manager server.your.domain;
option tftp-server-name "tftp.your.domain";
max-lease-time 120;
default-lease-time 120;
subnet 10.0.1.0 netmask 255.255.255.0 {
}
# Group the PXE bootable hosts together
group {
# PXE-specific configuration directives...
next-server tftp.your.domain;
server-name "dhcp.your.domain";
filename "/tftpboot/pxes/pxelinux.0";
get-lease-hostnames true;
use-host-decl-names on;
host pxes1 {
hardware ethernet 00:02:B3:9E:0E:B6;
fixed-address 10.0.1.2;
}
host pxes2 {
hardware ethernet 0:01:02:d2:1c:e6;
fixed-address 10.0.1.3;
}
}
rowniez sciagnalem DamnSmallLinux, zamountowalem do do /tftpboot/iso/ a
w dhcpd.conf zmienilem linijke:
filename "/tftpboot/iso/Knoppix/boot.cat";
i dalej to samo
--
pozdrowiska
piotrek
Received on Sat Apr 17 00:51:29 2004