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
- 티스토리 쿠키 삭제
- 서버설정
- 선형대수
- 처음 만나는 AI수학 with Python
- 코드로배우는스프링웹프로젝트
- 리눅스
- GIT
- 스프링부트핵심가이드
- 알파회계
- Kernighan의 C언어 프로그래밍
- 자료구조와 함께 배우는 알고리즘 입문
- resttemplate
- 스프링 시큐리티
- 처음 만나는 AI 수학 with Python
- 구멍가게코딩단
- 데비안
- baeldung
- /etc/network/interfaces
- 페이징
- 네트워크 설정
- d
- 이터레이터
- 자바편
- 목록처리
- 자료구조와함께배우는알고리즘입문
- 코드로배우는스프링부트웹프로젝트
- network configuration
- 친절한SQL튜닝
- iterator
- ㅒ
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