본문 바로가기
리눅스

[putty] :원격접속 클라이언트-> telnet->ssh//[알드라이브] : ftp 클라이언트->ftp

by 딸기뚜왈기 2024. 3. 30.

[putty] -원격접속 클라이언트

-> telnet

->ssh

 

[알드라이브] - ftp 클라이언트

->ftp 

 

클라이언트

 

 

[50번 서버]

yum -y install vsftpd*
cd /etc
vi resolv.conf

8.8.8.8 은 google 의 dns 서버


systemctl restart vsftpd
systemctl restart telnet.socket

 

 

192.168.10.50 --- > 8.8.8.8로 수정한 이유는

우리가 구축한 dns 50 서버 말고,

다양한 서버에 접속할 수 있도록 하기 위해.

 

 

----------------------

[100번 서버]

 

yum -y install vsftpd*
yum -y install telnet-server*
systemctl restart vsftpd
systemctl restart telnet.socket
 systemctl stop firewalld
grubby --update-kernel ALL --args --selinux=0
systemctl restart vsftpd
 cd /etc/vsftpd
vi vsftpd.conf

systemctl restart vsftpd

-----------------------------

[150번 서버]

yum -y install vsftpd*
yum -y install telnet-server*
systemctl restart vsftpd
systemctl restart telnet.socket
systemctl status vsftpd

 

----------------------------------

[windows cmd] ftp

 

[windows cmd] telnet으로 r150.co.kr 접속

 

---------------------------------------

[알드라이브] r50.test.co.kr연결

 

[알드라이브] r50.test.co.kr연결

 

[알드라이브] r100.test.co.kr연결