USER GUIDE
EdgeSafe 40G Bypass Modular Network TAP | M40GBP
Version 1.6 Page 149 of 159
Garland Technology reserves the right to make changes without further notice to any products or data herein to improve reliability, function or design.
Confidential -This document is
Garland Technology
.'s property. This document may not be copied, duplicated and transferred to electronic or mechanized
media or used for any other purpose, including any part thereof or attachment thereto, except as authorized in advance and in writing by
Garland Technology.
10.2 TFTP server installation and configuration.
10.2.1 Windows TFTP server installation and configuration
Use any TFTP server utility to create TFTP server (for example: tftpd32 which is a free utility):
1)
Create \tftp directory
2)
Create \tftp\tftpboot directory. (The working directory for the TFTP software should be
the \tftp)
10.2.2 Linux TFTP server installation and configuration
1)
Connect the host computer to Internet
2)
Install tftp-server (yum –y install tftp-server)
3)
Disconnect the host computer from the Internet
4)
Turn off firewall. Run the following command: iptables -F or type "setup"
5)
Create the tftboot directory:
mkdir /tftpboot
6)
For FC4 edit file /etc/sysconfig/selinux: SELINUX=PERMISSIVE
7)
Disable iptable and ip6table in services
8)
Edit /etc/xinetd.d/tftp to enable tftp:
{
disable =
no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = /tftpboot
}
9)
Restart the tftp servers on your host:
/etc/init.d/xinetd restart