티스토리 뷰
반응형
CentOS7.5 x86_64에서 실행
eno1, eno2 이 두개의 랜카드 bond0
/etc/sysconfig/network-scripts/ifcfg-eth0 , /etc/sysconfig/network-scripts/ifcfg-eth4 파일을 수정합니다.
ifcfg-eth0 수정
[root@fendys]# cat ifcfg-eth0
DEVICE="eth0"
TYPE="Ethernet"
BOOTPROTO="none"
NM_CONTROLLED="no"
USERCTL="no"
ONBOOT="yes"
MASTER="bond0"
SLAVE="yes"
DEVICE="eth0"
TYPE="Ethernet"
BOOTPROTO="none"
NM_CONTROLLED="no"
USERCTL="no"
ONBOOT="yes"
MASTER="bond0"
SLAVE="yes"
ifcfg-eth4 수정
[root@fendys]# cat ifcfg-eth4
DEVICE="eth4"
TYPE="Ethernet"
BOOTPROTO="none"
NM_CONTROLLED="no"
USERCTL="no"
ONBOOT="yes"
MASTER="bond0"
SLAVE="yes"
[root@fendys]# cat ifcfg-eth4
DEVICE="eth4"
TYPE="Ethernet"
BOOTPROTO="none"
NM_CONTROLLED="no"
USERCTL="no"
ONBOOT="yes"
MASTER="bond0"
SLAVE="yes"
vi /etc/sysconfig/network-scripts/ifcfg-bond0 # 파일 생성
DEVICE="bond0"
TYPE="Ethernet"
BOOTPROTO="static"
NM_CONTROLLED="no"
USERCTL="no"
ONBOOT="yes"
IPADDR="192.168.200.30"
NETMASK="255.255.255.0"
GATEWAY="192.168.200.1"
BONDING_OPTS="mode=active-backup miimon=100 primary=eno1 "
BOOTPROTO="static"
NM_CONTROLLED="no"
USERCTL="no"
ONBOOT="yes"
IPADDR="192.168.200.30"
NETMASK="255.255.255.0"
GATEWAY="192.168.200.1"
BONDING_OPTS="mode=active-backup miimon=100 primary=eno1 "
*mode 참고 : mode=0(라운드 로빈), mode=1(엑티브백업) 모드 숫자로 사용 가능함
확인 방법
반응형
'linux' 카테고리의 다른 글
kickstart centos (0) | 2018.11.27 |
---|---|
PXE 서버 생성 (0) | 2018.11.27 |
Linux 7 chrony를 사용한 time 동기화 (0) | 2018.10.12 |
HP DL20 GEN9 장비에 CentOS 7 버전 설치 (0) | 2018.10.12 |
CentOS7 nfs mount fail (0) | 2018.04.04 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- ILO
- ISCSI 볼륨 RAC
- cisco ansible
- chrony
- 리눅스 커맨드 로그남기기
- CentOS 7 GUI
- cgroup
- nxos ansible
- centos7 ntp
- 윈도우 cmd 계정 관리
- ansible ios
- dl20
- DL20 GEN9 장비에 CentOS 7
- dl20 centos7
- nutanix rac
- vm rac
- ios ansible
- shell connmad log
- oracle linux8 kernel
- ipmi
- 특정 라인삭제
- cmd로 계정 생성
- linux command log
- dl20 g9 centos7 설치
- 특정 문구 치환
- windows.old 강제삭제
- ansible network
- cmd로 윈도우 계정 관리
- kernel 변경
- 윈도우서버 계정 관려
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함