티스토리 뷰
#ls /sys/class/net
eth0 lo wlan0
ethernet 모듈 확인
#dmesg |grep eth 또는 #dmesg |grep -i eth
#lsmod |grep b5700 <-- nic 모델명
#lspci |grep Ethernet <--pci 드라이버 확인
네트워크 설정 모두 초기화
[root@youtu.kr /]# rm /etc/sysconfig/networking/profiles/default/*
[root@youtu.kr /]# rm /etc/sysconfig/networking/devices/*
[root@youtu.kr /]# cd /etc/sysconfig/network-scripts/
여기서 ifcfg-eth로 시작하는 파일을 삭제, 예로 ifcfg-eth0, ifcfg-eth1 등
[root@youtu.kr /]# rm /etc/udev/rules.d/70-persistent-net.rules
[root@youtu.kr /]# reboot
[root@youtu.kr /]# cd /etc/sysconfig/network-scripts/
[root@youtu.kr network-scripts]# vi ifcfg-eth0
DEVICE=eth0
HWADDR=00:00:00:00:00:69
ONBOOT=yes
IPADDR=192.168.0.2
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
- Total
- Today
- Yesterday
- i/oscan
- gcc 4.8.5
- hpe g9
- rhel
- devicemapper
- 원격 리부팅
- G9
- 네트워크카드인식안될때
- remotecopy
- 멀티패스
- gcc 9.1.0
- 멀티매스
- 디스크성능
- 원도우 서버 원격 종료
- 리눅스
- 성능분석
- multipath
- 3par
- lun삭제
- redhat gcc
- Linux
- HPE
- 네트워크카드
- Environment Modules
- dracutshell
- linux module
- lundelete
- IOMeter
- hp서버에 vmware
- 디스크성능분석
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |