가지고 있는 Linux(CentOS 5) 가상 머신에서 포트 21을 열어야 합니다. 여러 가지 Google 솔루션을 시도했지만 그 중 아무 것도 작동하지 않았습니다. 누군가 나에게 무엇을 해야할지 말해 줄 수 있는지 궁금합니다.
출력은 다음과 같습니다 netstat -tulpn
.
tcp 0 0 127.0.0.1:2208 0.0.0.0:* LISTEN 3576/hpiod
tcp 0 0 0.0.0.0:611 0.0.0.0:* LISTEN 3397/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 3365/portmap
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 3020/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3629/sendmail: acce
tcp 0 0 127.0.0.1:2207 0.0.0.0:* LISTEN 3582/python
tcp 0 0 :::22 :::* LISTEN 3595/sshd
udp 0 0 0.0.0.0:68 0.0.0.0:* 3278/dhclient
udp 0 0 0.0.0.0:605 0.0.0.0:* 3397/rpc.statd
udp 0 0 0.0.0.0:608 0.0.0.0:* 3397/rpc.statd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 3729/avahi-daemon:
udp 0 0 0.0.0.0:111 0.0.0.0:* 3365/portmap
udp 0 0 0.0.0.0:57333 0.0.0.0:* 3729/avahi-daemon:
udp 0 0 0.0.0.0:631 0.0.0.0:* 3020/cupsd
udp 0 0 192.168.201.90:123 0.0.0.0:* 3611/ntpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 3611/ntpd
udp 0 0 0.0.0.0:123 0.0.0.0:* 3611/ntpd
udp 0 0 :::5353 :::* 3729/avahi-daemon:
udp 0 0 :::52217 :::* 3729/avahi-daemon:
udp 0 0 fe80::20c:29ff:fe66:123 :::* 3611/ntpd
udp 0 0 ::1:123 :::* 3611/ntpd
udp 0 0 :::123 :::* 3611/ntpd
출력은 다음과 같습니다 iptables -L -n
.
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
답변1
나는 그것에 대해 생각했다. 연결하려는 컴퓨터에서 실행 중인 FTP 서버가 없습니다.