dmesg 메세지 중에 이상한 로그...

울트라슈퍼캡송짱의 이미지

간혹.. 한달에 한번 있을까 말까한....

dmesg 로그를 보면 하단에 아래와 같은 메세지가 출력됩니다.

웹서버
e100: eth0: e100_watchdog: link down
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
e100: eth0: e100_watchdog: link down
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
e100: eth0: e100_watchdog: link down
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
e100: eth0: e100_watchdog: link down
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
e100: eth0: e100_watchdog: link down
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex

디비서버
e1000: eth1: e1000_watchdog: NIC Link is Down
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
e1000: eth1: e1000_watchdog: NIC Link is Down
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
e1000: eth1: e1000_watchdog: NIC Link is Down
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
e1000: eth1: e1000_watchdog: NIC Link is Down
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
e1000: eth1: e1000_watchdog: NIC Link is Down
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
e1000: eth1: e1000_watchdog: NIC Link is Down
e1000: eth1: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex

웹서버와 디비서버가 크로스케이블로 연결되어 있습니다.

그래서 IDC에서 어떤분(?)이 선을 건드리는줄 알았는데...

웹서버
eth0 [211.xxx.xxx.xxx] ,   eth1 [192.168.0.1] 

디비서버
eth0 [192.168.0.2] ,  eth1 [211.xxx.xxx.xxx]

외부와 연결된 쪽이 문제네요..

저게 IDC쪽 문제인가요? 아니면 제 서버에 어떤일이 일어나고 있는건가요?

IDC쪽에 문의했었는데, 알 수 없다는 답변만 들었습니다.

혹시 알고 계시는 분이 계시다면 꼭~~ 부탁드립니다. _(__)_

sephiron의 이미지

크로스를 써야 할 때 다이렉트를 사용하면 연결이 됐다 안됐다를 반복하던 기억이 나는군요.

땡깡의 이미지

IDC에 서버가 있다면 duplex 충돌이 의심됩니다.

회선이 물려있는 스위치의 duplex 확인 한번 해보시기 바랍니다.

auto auto 가 가끔 말썽을 부리는 경우가 있더군요.

호스팅 회사에서 제공하는 거라면 이야기 하셔서

speed 100 duplex full로 셋팅해 달라고 하세요

what is my wish?