본문 바로가기

넋두리/linux 이야기

서버 랜(hardware) 포트 확인 시

서버 랜카드 설정 후 핑이 안갈 경우,

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로 확인을 해보면 해당 포트가 확인 됨