기술노트
TFTP를 이용한 auto backup | |
---|---|
작성자 : 관리자(jieun@ehostidc.co.kr) 작성일 : 2020-06-19 조회수 : 3890 | |
1) xinetd, tftp-server 설치
[root@localhost ~]# yum install tftp-server xinetd
2) /etc/xinetd.d/tftp 수정 Disable=no server_args = -c -p -u tftpd -U 117 -s /var/lib/tftpboot3) demon시작 및 udp port 확인 [root@localhost ~]# systemctl start xinetd [root@localhost ~]# systemctl start tftp [root@localhost ~]# netstat -anu 4) switch 설정 archive path tftp://10.10.100.2/test write-memory time-period 5 (time option) 5) wr memory 및 archive 확인 Switch#wr memory Switch#show archive6) tftp 서버 내 configuration 파일 확인 [root@localhost tftpboot]# cd /var/lib/tftpboot/ [root@localhost tftpboot]# ls7) 구성도 |
|
이전글 | Synology알림 텔레그램으로 받기 |
다음글 | 다음 오류가 발생하여 네트워크 드라이브를 연결할 수 없습니다. |