We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1. tftp 설치 및 설정
sudo apt-get install tftp tftpd vi /etc/xinetd.d/tftp
내용을 다음과 설정해야 한다.
service tftp { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /srv/tftpboot per_source = 11 cps = 100 2 flags = IPv4 }
하지만 이미 설정이 잘 되어 있을 것이다. ftp서버의 루트 디렉토리는 /srv/tftpboot 이므로 원격 부팅을 위한 파일을 여기에 카피하면 된다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. tftp 설치 및 설정
내용을 다음과 설정해야 한다.
하지만 이미 설정이 잘 되어 있을 것이다.
ftp서버의 루트 디렉토리는 /srv/tftpboot 이므로 원격 부팅을 위한 파일을 여기에 카피하면 된다.
The text was updated successfully, but these errors were encountered: