반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 스택
- 구현
- 이분 탐색
- 문자열제곱
- LeetCode 83번
- 임의 정밀도 / 큰 수 연산
- 정렬
- 큰 수 연산
- LeetCode Remove Duplicates from Sorted List in c
- 해시를 사용한 집합과 맵
- 사칙연산
- 수학
- 다이나믹 프로그래밍
- 실패함수
- 연결리스트 정렬
- 브루트포스 알고리즘
- 별 찍기
- 프로그래머스
- Queue
- 자료 구조
- 조합론
- 유클리드 호제법
- 문자열
- KMP알고리즘
- 재귀
- 연결리스트 중복제거
- 시뮬레이션
- 정수론
- 큐
- LeetCode 83 c언어
Archives
- Today
- Total
hahn
Promiscuous mode, Mac address changes, Forged transmit 본문
728x90
반응형
Physical Environment
L2 switch with 4 ports and a NIC(MAC 2) connected
How to capture traffic( Source MAC 1, Dest MAC 3 ) at MAC 2
Solutions : Port Mirroring, Promiscuous Mode
Promiscuous Mode : allow and disallow all traffic to be forwarded, regardless of the destination
Virtual enviroment
1. Packet Capture Tools
2. IDS / IPS (VM)
3. Hypervisor on VM
Nested Virtualization Enviroment
external vSwitch(ESXi) doesn't recognize that MAC addr of internal NIC
therefore needed promiscuous mode
MAC Address Changes, Forged Transmits
How to Change MAC addr : NIC properties > Advanced > Locally Administered Address > Value
728x90
반응형
'가상화 > VMware' 카테고리의 다른 글
Virtual Network (0) | 2024.03.19 |
---|---|
vSphere+ (0) | 2024.03.18 |
Resolving CPU Architecture diff in Virtualization (0) | 2024.03.18 |
Datacenter Infrastructure : Software Defined (0) | 2024.03.18 |