블로그 이미지
redkite

카테고리

분류 전체보기 (291)
00.SI프로젝트 산출물 (0)
00.센터 운영 문서 (0)
01.DBMS ============.. (0)
01.오라클 (117)
01.MS-SQL (15)
01.MySQL (30)
01.PostgreSql (0)
01.DB튜닝 (28)
====================.. (0)
02.SERVER ==========.. (0)
02.서버-공통 (11)
02.서버-Linux (58)
02.서버-Unix (12)
02.서버-Windows (2)
====================.. (0)
03.APPLICATION =====.. (11)
====================.. (0)
04.ETC =============.. (0)
04.보안 (5)
====================.. (0)
05.개인자료 (1)
06.캠핑관련 (0)
07.OA관련 (1)
Total
Today
Yesterday

달력

« » 2024.4
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

공지사항

최근에 올라온 글

 

Posted on March 30, 2006

The error when starting and restarting sshd :
Mar 30 23:35:11 x sshd[9151]: Server listening on :: port 22.
Mar 30 23:35:11 x sshd[9151]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.
Mar 30 23:38:07 x sshd[9151]: Received signal 15; terminating.
Mar 30 23:38:07 x sshd[1977]: Server listening on :: port 22.
Mar 30 23:38:07 x sshd[1977]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.

A successful connection made to the server despite the issue :
Mar 30 23:40:46 x sshd[2421]: Accepted publickey for root from ::ffff:xxx.xxx.xxx.xxx port 13586 ssh2

The fix : disable IPv6 :
echo "alias net-pf-10 off" >> /etc/modprobe.conf
restart the machine

Restarting the machine with IPv6 disabled :
Mar 30 23:47:57 x sshd[1957]: Server listening on 0.0.0.0 port 22.
Mar 30 23:48:46 x sshd[2470]: Accepted publickey for root from xxx.xxx.xxx.xxx port 13600 ssh2

Posted by redkite
, |

최근에 달린 댓글

최근에 받은 트랙백

글 보관함