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
- 스프링 시큐리티
- d
- 자바편
- 친절한SQL튜닝
- 이터레이터
- 목록처리
- 페이징
- Kernighan의 C언어 프로그래밍
- ㅒ
- 선형대수
- 리눅스
- 자료구조와 함께 배우는 알고리즘 입문
- iterator
- 알파회계
- 데비안
- 구멍가게코딩단
- GIT
- 네트워크 설정
- 처음 만나는 AI 수학 with Python
- 처음 만나는 AI수학 with Python
- 스프링부트핵심가이드
- resttemplate
- 코드로배우는스프링웹프로젝트
- /etc/network/interfaces
- 서버설정
- 티스토리 쿠키 삭제
- 자료구조와함께배우는알고리즘입문
- baeldung
- 코드로배우는스프링부트웹프로젝트
- network configuration
Archives
- Today
- Total
bright jazz music
proxmox 본문
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enx00e04c51c620 inet manual
iface wlp1s0 inet manual
iface enx588694f74269 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.35.44/24
gateway 192.168.35.1
bridge-ports enx00e04c51c620
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168.35.90/24
bridge-ports enx588694f74269
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet static
address 10.10.10.1/24
bridge-ports none
bridge-stp off
bridge-fd 0
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '10.10.10.0/24' -o vmbr1 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '10.10.10.0/24' -o vmbr1 -j MASQUERADE
Linux zahive 5.15.102-1-pve #1 SMP PVE 5.15.102-1 (2023-03-14T13:48Z) x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Mar 26 21:12:39 KST 2023 on pts/0
root@zahive:~# iptables -t nat -A PREROUTING -i vmbr1 -p tcp --dport 57522 -j DNAT --to 10.10.10.15:22
root@zahive:~#
'OS 및 기타 > proxmox' 카테고리의 다른 글
proxmox NAT처리. (추가 아이피를 할당하지 않고 사용하기 위해) (0) | 2024.04.11 |
---|---|
VM의 루트 볼륨을 추가(증대)하기 (0) | 2023.04.21 |
1. 개발서버 구축 (0) | 2023.03.30 |
Proxmox VE에서 가상 머신들을 네트워크에 연결하기 위한 브릿지 인터페이스 설정 (0) | 2023.03.24 |
Comments