"리눅스 네트워크"의 두 판 사이의 차이

3번째 줄: 3번째 줄:
;Linux Network
;Linux Network


==네트워크 이름 규칙==
{| class='wikitable'
{| class='wikitable'
! 명칭 !! 설명 !! 비고
! 명칭 !! 설명 !! 비고
|-
|-
| eth || ethernet device || 이더넷
| eth[0-N] || 펌웨어에 인덱스 정보가 없는 경우. 전통적인 방식 ||
|-
| eno[1-N] || 펌웨어에 인덱스 정보가 있는 경우 ||
|-
| ens[1-N] || PCI Express hotplug 슬롯 ||
|-
| enp<PCI slot>s<card index no> || 특정 PCI 슬롯에 특정 슬롯 번호가 지정된 경우 ||  
|-
|-
| ppp || point to point protocol device || 모뎀
| ppp || point to point protocol device || 모뎀

2018년 10월 23일 (화) 22:52 판

1 개요

리눅스 네트워크
Linux Network

2 네트워크 이름 규칙

명칭 설명 비고
eth[0-N] 펌웨어에 인덱스 정보가 없는 경우. 전통적인 방식
eno[1-N] 펌웨어에 인덱스 정보가 있는 경우
ens[1-N] PCI Express hotplug 슬롯
enp<PCI slot>s<card index no> 특정 PCI 슬롯에 특정 슬롯 번호가 지정된 경우
ppp point to point protocol device 모뎀
lo loopback interface 루프백
tap virtual ethernet device 가상 이더넷

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}