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. [linux] ipchains 옵션

    Date2003.04.23 CategorySystem/OS Byhooni Views13611
    Read More
  2. [linux] ipchains 사용예(패킷 필터링)

    Date2003.04.23 CategorySystem/OS Byhooni Views14171
    Read More
  3. [linux] iconv를 이용하여 euc-kr 문서를 utf-8로 대량으로 변환하기

    Date2014.01.09 CategorySystem/OS Byhooni Views12217
    Read More
  4. [linux] GD 라이브러리 설치 방법..

    Date2013.04.23 CategorySystem/OS Byhooni Views11367
    Read More
  5. [linux] DNS(Domain Name System) 설치, 설정

    Date2003.04.23 CategorySystem/OS Byhooni Views12438
    Read More
  6. [linux] DHCP(Dynamic Host Configuration Protocol) 서버

    Date2003.04.23 CategorySystem/OS Byhooni Views13023
    Read More
  7. [linux] CentOS 터미널 언어 설정(한글/영어)

    Date2013.12.22 CategorySystem/OS Byhooni Views18511
    Read More
  8. [linux] CentOS 에 APM 설치하기

    Date2015.01.02 CategorySystem/OS Byhooni Views1686
    Read More
  9. [linux] CentOS Apache Httpd에 https 적용

    Date2014.03.05 CategorySystem/OS Byhooni Views4478
    Read More
  10. [linux] CentOS 6.x Cati 설치 (yum)

    Date2014.01.17 CategorySystem/OS Byhooni Views48592
    Read More
  11. [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 Views4834
    Read More
  12. [linux] awk 명령어

    Date2014.03.11 CategorySystem/OS Byhooni Views4953
    Read More
Board Pagination Prev 1 ... 8 9 10 11 12 13 14 15 16 17 Next
/ 17