서버 랜카드 설정 후 핑이 안갈 경우,
root@ubuntu:/etc/udev/rules.d# pwd
/etc/udev/rules.d
drwxr-xr-x 2 root root 4096 Jun 13 15:18 ./
drwxr-xr-x 3 root root 4096 Jun 13 04:07 ../
-rw-r–r– 1 root root 407 Jun 13 04:07 70-persistent-cd.rules
-rw-r–r– 1 root root 825 Jun 13 15:18 70-persistent-net.rules
-rw-r–r– 1 root root 735 Jun 13 15:15 70-persistent-net.rules.bak <- 백업 파일 복사
-rw-r–r– 1 root root 1157 Apr 18 07:53 README
위의 같이 70-persistent-net.rules 파일의 백업 파일을 만든 후
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:04.0/0000:07:00.0/0000:08:04.0 (tg3)
# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:04.0/0000:07:00.0/0000:08:04.1 (tg3)
SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{address}==”00:0a:e4:83:56:61″, ATTR{dev_id}==”0×0″, ATTR{type}==”1″, KERNEL==”eth*”, NAME=”eth1″
# PCI device 0x14e4:/sys/devices/pci0000:00/0000:00:04.0/0000:07:00.0/0000:08:04.0 (tg3)
SUBSYSTEM==”net”, ACTION==”add”, DRIVERS==”?*”, ATTR{address}==”00:0a:e4:83:56:60″, ATTR{dev_id}==”0×0″, ATTR{type}==”1″, KERNEL==”eth*”, NAME=”eth0″
위의 굷은 부분을 삭제후 리부링을 함
diff 으로 파일을 비교하여 내용을 확인해보고 다르다면 hardware 문제로 확인을 함
ifconfig와 ifconfig -a로 확인을 해보면 해당 포트가 확인 됨
'넋두리 > linux 이야기' 카테고리의 다른 글
CentOS 6.4 x86_64 ISPConfig (0) | 2013.10.01 |
---|---|
클라우드스택에서 젠서버(agent) 설치 방법 (0) | 2013.10.01 |
Ubuntu Cloudstack repo 구성 방법 (0) | 2013.10.01 |
Bacula 설정과 사용하기 -PartII (0) | 2013.10.01 |
Bacula catalog 백업 오류. (0) | 2013.10.01 |