Contents

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
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   <- 라인 추가

?

  1. [PHP] Mac OS에서 PHP 7 설치하기

  2. [linux] CentOS 6.5 에서 "Bringing up interface eth0: Determining if ip address 121.78.127.197 is already in use for device eth0..."

  3. [android] 안드로이드 동영상 스트리밍 예제

  4. [ios] UITableView 특정 Row만 Update

  5. [ios] Objective-C 프로퍼티의 strong, weak, assign

  6. [ios] UUID 생성 + Key Chain 연동

  7. [linux] resolv.con 초기화 되는 문제

  8. [linux] CentOS Apache Httpd에 https 적용

  9. [linux] 초간단 SquirrelMail 설치/설정 (다람쥐 메일)

  10. [ios] 앱딜리게이트 라이프사이클 (AppDelegate Lifecycle)

  11. [ios] URL Scheme 이용하여 앱 설치 확인

  12. [linux] split 명령어

Board Pagination Prev 1 ... 68 69 70 71 72 73 74 75 76 77 ... 98 Next
/ 98