Her er min hosts.deny
#
# hosts.deny This file describes the names of the hosts which are
# *not* allowed to use the local INET services, as decided
# by the \'/usr/sbin/tcpd\' server.
#
# The portmap line is redundant, but it is left to remind you that
# the new secure portmap uses hosts.deny and hosts.allow. In particular
# you should know that NFS uses portmap!
Her er min hosts.allow
#
# hosts.allow This file describes the names of the hosts which are
# allowed to use the local INET services, as decided
# by the \'/usr/sbin/tcpd\' server.
#
## LTS-begin ##
#
# The lines between the \'LTS-begin\' and the \'LTS-end\' were added
# on: Tue Nov 20 15:49:49 CET 2001 by the ltsp installation script.
# For more information, visit the ltsp homepage
# at
http://www.ltsp.org#
bootpd: 0.0.0.0
in.tftpd: 192.168.0.
portmap: 192.168.0.
in.tftpd: 192.168.0.1
## LTS-end ##
Min /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \\
# protocol. The tftp protocol is often used to boot diskless \\
# workstations, download configuration files to network-aware printers, \\
# and to start the installation process for some operating systems.
service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -l -s /tftpboot
}
Skriver jeg ps -ef|grep inetd så får jeg undertegnede:
root 652 1 0 11:44 ? 00:00:00 xinetd -stayalive -reuse -pidfi
Skriver jeg netstat -a|grep tftp så får jeg undertegnede:
udp 0 0 *:tftp *:*
hmmmm
hvor kan jeg se min tftp log fil?
Ser det ikke ud som om tftp ikke lytter?
Asbjørn Morell