FreeBSD:
# cd /usr/ports/ftp/tftp-hpa/
# make install clean
# mkdir /tftpboot
# touch /tftpboot/預計存檔的檔名
# chmod -R 777 /tftpboot (雖然知道這樣很危險,但真的不知道怎樣才是適當的權限XD)
# vi /etc/rc.conf
tftpd_enable="YES"
tftpd_flags="-l -s /tftpboot"
# /usr/local/etc/rc.d/tftpd start
Cisco Switch:
login as: cisco
Using keyboard-interactive authentication.
Password:
lab>en
Password:
lab#copy running-config tftp
Address or name of remote host []? 192.168.1.1
Destination filename [lab-confg]?
!!
6982 bytes copied in 1.426 secs (4896 bytes/sec)
lab#
文章標籤
全站熱搜
留言列表