?

단축키

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. [linux] CentOS Apache Httpd에 https 적용

    Date2014.03.05 CategorySystem/OS Byhooni Views4577
    Read More
  2. [linux] 쉘스크립트 expr

    Date2014.03.11 CategorySystem/OS Byhooni Views15701
    Read More
  3. [linux] awk 명령어

    Date2014.03.11 CategorySystem/OS Byhooni Views5031
    Read More
  4. [linux] split 명령어

    Date2014.03.11 CategorySystem/OS Byhooni Views4373
    Read More
  5. HTTPS와 SSL 인증서

    Date2014.03.11 CategorySystem/OS Byhooni Views7628
    Read More
  6. [mac] 맥OSX에서 NTFS 쓰기 기능 활성화

    Date2014.03.12 CategorySystem/OS Byhooni Views4358
    Read More
  7. [mac] 맥(OSX)에서 NTFS, 윈도우에서 HFS+ 사용하기

    Date2014.03.12 CategorySystem/OS Byhooni Views5176
    Read More
  8. [linux] CentOS 6.5 에서 "Bringing up interface eth0: Determining if ip address 121.78.127.197 is already in use for device eth0..."

    Date2014.04.05 CategorySystem/OS Byhooni Views4958
    Read More
  9. [linux] resolv.con 초기화 되는 문제

    Date2014.04.05 CategorySystem/OS Byhooni Views4691
    Read More
  10. [linux] yum 업데이트 시 커널 제외하기

    Date2014.09.11 CategorySystem/OS Byhooni Views1401
    Read More
  11. SVN(Subversion) 설치와 설정 (sasl 인증 적용 포함)

    Date2014.09.11 CategorySystem/OS Byhooni Views5824
    Read More
  12. [svn] SVN trunk 변경사항 되돌리기 (SVN Rollback)

    Date2014.11.27 CategorySystem/OS Byhooni Views1697
    Read More
  13. [svn] Can't convert string from native encoding to 'UTF-8' 메시지가 나오는 경우

    Date2014.12.18 CategorySystem/OS Byhooni Views1149
    Read More
  14. iptime 공유기 해킹 기술문서

    Date2015.01.01 CategorySystem/OS Byhooni Views2073
    Read More
  15. [svn] 하나의 SVN에서 멀티 저장소 (One svnserve, multiple repositories)

    Date2015.01.02 CategorySystem/OS Byhooni Views1782
    Read More
  16. CentOS 에서 Cacti 설치하기

    Date2015.01.02 CategorySystem/OS Byhooni Views1922
    Read More
Board Pagination Prev 1 ... 8 9 10 11 12 13 Next
/ 13