728x90
    
    
  https://pve.proxmox.com/wiki/Proxmox_Node_Management
참고 블로그: https://it-svr.com/proxmox-ve-wol-enable/
BIOS설정
메인보드마다 설정이 다르므로 설명 생략
WoL 설정
NIC 확인 : ip a | ifconfig

NIC wol 설정
ethtool enp6s0 |grep Wake-on
Wake-on: d # 비활성화. 활성화일 경우 'g'
ethtool -s enp6s0 wol g
# vi /etc/network/interfaces 
iface enp6s0 inet manual 
        post-up /usr/sbin/ethtool -s enp6s0 wol g # 추가 
auto vmbr0 
...(생략)
WoL 실행
WoL을 실행하는 방법은 여러가지지만 iptime을 활용 예시. 앱도 있으니 핸드폰으로도 가능

성공
728x90
    
    
  'Infra > Cloud' 카테고리의 다른 글
| [Proxmox] GPU Passthrough (0) | 2023.12.09 | 
|---|---|
| [iptime] VPN - wireguard 설정 (0) | 2023.10.25 | 
| [Azure] NSG 정책 문서화 - powershell, python (0) | 2023.02.22 | 
| [Azure] Backup Center 자동 확인 스크립트 (0) | 2023.01.11 | 
| [NCP] CLI - 서버이미지 조회 (0) | 2021.05.17 |