리눅스를 설치하고 네트워크도 그런데로 잘 됩니다.
그런데 원격으로 telnet 접속을 하면 "Connected to xxx.xxx"라는
메시지는 금방 뜨는데 "login:" 메시지가 뜰 때까지 상당히 오래 걸립니다.
ftp도 마찬가지이구요.
또 어디에서 telnet을 실행시키느냐에 따라 다음과 같이 나오기도 합니다.
$ telnet xxx.xxx
Trying xxx.xxx
Connected to xxx.xxx
Escape character is '^]'.
[SSL not available]
Password:
어디에서 세팅이 잘못되었는지 알고 싶습니다. 고수님들의 도움 부탁드립니다.
참고로 접속한 뒤 리눅스에서 ifconfig와 netstat -nr을 실행시킨 결과는
다음과 같습니다.
[root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:C0:26:E1:84:2C
inet addr:143.248.220.17 Bcast:143.248.220.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:115927 errors:0 dropped:0 overruns:0 frame:0
TX packets:1021 errors:0 dropped:0 overruns:0 carrier:0
collisions:30 txqueuelen:100
Interrupt:11 Base address:0x6100
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:14 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
[/root]# netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
143.248.220.17 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
143.248.220.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 143.248.220.1 0.0.0.0 UG 0 0 0 eth0