2023. 6. 25. 21:12ㆍProxmox
Proxmox 사용중 메인보드를 변경할 일이 생겼다.
기존 사용하던 컴퓨터에서 HDD, SSD를 새로운 메인보드에 이전하고 부팅 완료를 확인했다.
짠.. 다른 컴퓨터에서 접속이 안된다.
Proxmox 는 설치시 기본옵션으로 설치하면 아래 처럼 노드의 네트워크 설정이
enp5s0 (숫자는 달라질수 있음) 을 vmbr0 라는 인터페이스에 bridge 된다.
메인보드를 교체하거나 네트워크 카드를 변경하는 경우 enp5s0 에 해당하는 인터페이스가 변경되어 접속이 되지 않는다.
proxmox 설치된 컴퓨터가 네트웍이 안되는 경우 웹UI에서 수정이 불가능 하므로
서버에 직접 접속하여 콘솔에서 설정 변경을 해야한다.
당연히 모두 root 권한으로 접속하여 진행해야 한다.
- 서버 접속
- 변경된 네트워크 인터페이스 확인 (ip a)
- /etc/network/interfaces 설정 변경 (vi, nano 등 편한 편집기로)
- networking 서비스 재시작
- 다른 컴퓨터에서 접속되는지 확인
참고 사이트
https://pve.proxmox.com/wiki/Network_Configuration#_apply_network_changes
Network Configuration - Proxmox VE
Proxmox VE does not write changes directly to /etc/network/interfaces. Instead, we write into a temporary file called /etc/network/interfaces.new, this way you can do many related changes at once. This also allows to ensure your changes are correct before
pve.proxmox.com
네트워크 변경 사항 적용 ( debian 기반이다 보니..)
https://wiki.debian.org/NetworkConfiguration
NetworkConfiguration - Debian Wiki
Translation(s): English - Español - Français - Italiano - Português (Brasil) - 简体中文 Reader Prerequisites: To get the most from this article, understand the following concepts before reading: basic unix command line tools, text editors, DNS, TCP/
wiki.debian.org
'Proxmox' 카테고리의 다른 글
[Proxmox] VM cpu 타입을 host 로 설정할 이유 (0) | 2023.09.17 |
---|---|
[Proxmox] 8이 드디어 출시되었습니다. (0) | 2023.06.25 |
[Proxmox] 제거한 스토리지 물음표 표시되는 현상 수정 (2) | 2023.04.30 |
[Proxmox] 무료 사용자는 테스트만 하세요 (1) | 2023.03.27 |
[Proxmox] root 비밀번호 분실 후 다시 설정하기 (2) | 2023.03.24 |