- 2-0-0. Linux Networking (netns, lo, eth, iptables, bridge fdb, neigh)2024년 03월 13일
- yeongki0944
- 작성자
- 2024.03.13.:31
0. Predictable Network Interface Names
[ZETA WIKI] 리눅스 네트워크
[flavono123 블로그] ip: 리눅스 네트워크 장치
명칭 설명 예 eth[0-N] Classic, unpredictable kernel-native ethX naming eth0 eno[1-N] Names incorporating Firmware/BIOS provided index numbers for on-board devices
펌웨어에 인덱스 정보가 있는 경우eno1 ens[1-N] Names incorporating Firmware/BIOS provided PCI Express hotplug slot index numbers
PCI 익스프레스 핫플러그 슬롯ens1 enp<PCI slot>s<card index no> Names incorporating physical/geographical location of the connector of the hardware
특정 PCI 슬롯에 특정 슬롯 번호가 지정된 경우
p : PCI의 버스
s : PCI 슬롯 위치enp2s0 enx Names incorporating the interfaces’s MAC address enx78e7d1ea46da ppp point to point 프로토콜 장치 모뎀 lo 루프백 인터페이스 루프백 tap 가상 이더넷 장치 gre Generic Routing Encapsulation
GRE : 라우팅 프로토콜이나 터널링을 위해 사용되는 프로토콜
gre0 : GRE 터널 인터페이스gretap GRE Tunneling with Enhanced Privacy
GRE와 유사하지만 추가적인 개인 정보보호 기능이 있는 프로토콜ip6tnl IPv6 Tunnling
IPv6 터널링을 위한 프로토콜ip6gre IPv6 GRE Tunnneling
IPv6를 사용한 GRE터널링 인터페이스erspan Encapsulated Remote Switched Port Analyzer
네트워크에서 트래픽을 모니터링하고 분석하기 위한 스위치 포트 분석 프로토콜1. netns
[Hostway Blog] [토막] Network Namespace 간단한 구성
Digging into Linux namespaces - part 1
Create a Linux Network Namespace
- Namespace : 격리된 환경을 제공하는 리눅스 커널의 기능
- Network Namespace : linux host networkstack (set of network interfaces, routing rules, set of netfilter hooks 등)
Digging into Linux namespaces - part 1
2. lo
- loop back
- virtual interface
- communicate with itself
- 문제해결 및 진단에 유용
- loop back IP 예약 주소 - 127.0.0.0/8
- localhost
/ect/hosts - localhost lo 사용 예시1 lo 사용 예시2 # OS : Amazon Linux2 ifconfig
[Baeldung] What Is the Loopback (lo) Device?
3. eth, veth
4. iptables
5. bridge fdb
6. neigh
Reference
[Baeldung] What Is the Loopback (lo) Device?
[WhaTap Blog] 리눅스 네트워크 관리에 필요한 <ifconfig> 사용법 11가지
[Hostway Blog] [토막] Network Namespace 간단한 구성
다음글이전글이전 글이 없습니다.댓글
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)