System/OS
2014.04.05 22:32
[linux] CentOS 6.5 에서 "Bringing up interface eth0: Determining if ip address 121.78.127.197 is already in use for device eth0..."
조회 수 5230 댓글 0
CentOS 6.5 에서 아래와 같은 명령으로 네트워크 환경을 재시작하면 빨간색 메시지가 출력됩니다.
# service network restart
Bringing up interface eth0: Determining if ip address 121.78.127.197 is already in use for device eth0...
원인은 잘 모르겠지만, 해결 방법은 아래와 같이..
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
HWADDR=00:00:00:00:00:69
ONBOOT=yes
IPADDR=192.168.0.52
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
TYPE=Ethernet
ARPCHECK=no
DNS2=168.126.63.1
BOOTPROTO=none
DNS1=164.124.101.2
IPV6INIT=no
USERCTL=no
ARPCHECK=no <- 라인 추가
-
[ios] NSString URL Encode/Decode (인코딩/디코딩)
-
[ios] 커스텀 폰트 사용하기 (Custom Fonts)
-
[ios] iOS 의 인앱구매 소개
-
[js] Array.splice() 설명
-
[ios] 아이폰에서 진동(Vibrate) 기능 추가하기
-
[ios] iOS 사운드 관련 프레임워크
-
[ios] Sprite Kit & 사운드 재생시 백그라운드 진입시 앱이 비정상적으로 종료됨
-
[ios] DatePicker iOS 6.x 이하 디자인.
-
[ios] UIWebView 캐쉬 삭제
-
[ios] UITableView 특정 Row만 Update
-
[linux] resolv.con 초기화 되는 문제
-
[linux] CentOS 6.5 에서 "Bringing up interface eth0: Determining if ip address 121.78.127.197 is already in use for device eth0..."