Probleem met de TFTP server,
als ik probeer te connecten: TFTP 172.16.20.200, krijg ik na een tijdje: Er is een time-out opgetreden.
[root@localhost lib]#nano /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transf$
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download configuration files to network-aware print$
# and to start the installation process for some operating systems.
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /var/lib/tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
[root@localhost lib]#nano /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
iptables -A INPUT -p udp --dport 69 -j ACCEPT
[root@localhost lib]# chown nobody:nobody /var/lib/tftpboot/
[root@localhost lib]# chmod ug+rwx /var/lib/tftpboot/
Wat gaat er fout, of wat moet ik er nog bij configureren?
als ik probeer te connecten: TFTP 172.16.20.200, krijg ik na een tijdje: Er is een time-out opgetreden.
[root@localhost lib]#nano /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transf$
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download configuration files to network-aware print$
# and to start the installation process for some operating systems.
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /var/lib/tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
[root@localhost lib]#nano /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Targeted processes are protected,
# mls - Multi Level Security protection.
SELINUXTYPE=targeted
iptables -A INPUT -p udp --dport 69 -j ACCEPT
[root@localhost lib]# chown nobody:nobody /var/lib/tftpboot/
[root@localhost lib]# chmod ug+rwx /var/lib/tftpboot/
Wat gaat er fout, of wat moet ik er nog bij configureren?