[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

TFTP: Access violation



День добрый. Настроил dhcpd:

subnet 192.168.1.0 netmask 255.255.255.0 {
       range 192.168.1.20 192.168.1.250;
       option subnet-mask 255.255.255.0;
       option broadcast-address 192.168.1.255;

       option routers 192.168.1.1;

       authoritative;

       filename "tftpboot/debian-installer/i386/pxelinux.0";
       next-server 192.168.1.1;
}


/etc/inetd.conf:
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /tftpboot

Запускаю tftp клиент:
tftp> get /debian-installer/i386/pxelinux.0
Error code 2: Access violation

Если указывать полный путь:
tftp> get /tftpboot/debian-installer/i386/pxelinux.0 Received 15987 bytes in 0.0 seconds


В чем проблема?


Reply to: