1. 공유기 IP설정문제
PROXMOX 9.1.1 인터넷을 연결하지 않고 VM에 Pfsense, OPNsense UTM를 사용하여 설치하여 인터넷연결한다면
설치후에 proxmox에 인터넷이 되는 ip를 적어야지 인터넷이 됩니다.
apt update가 정상적으로 되지 않고 아래의 메시지가 나온다면 ping 8.8.8.8으로 되는지 확인해야 합니다.
Err:1 http://download.proxmox.com/debian/ceph-squid trixie InRelease Temporary failure resolving 'download.proxmox.com'
Err:4 http://deb.debian.org/debian trixie-updates InRelease Temporary failure resolving 'deb.debian.org'
Err:3 http://security.debian.org/debian-security trixie-security InRelease Temporary failure resolving 'security.debian.org'
Err:2 http://deb.debian.org/debian trixie InRelease Temporary failure resolving 'deb.debian.org' All packages are up to date.
Warning: Failed to fetch http://download.proxmox.com/debian/ceph-squid/dists/trixie/InRelease Temporary failure resolving 'download.proxmox.com'
Warning: Failed to fetch http://deb.debian.org/debian/dists/trixie/InRelease
Temporary failure resolving 'deb.debian.org'Warning: Failed to fetch http://deb.debian.org/debian/dists/trixie-updates/InRelease Temporary failure resolving 'deb.debian.org'Warning: Failed to fetch http://security.debian.org/debian-security/dists/trixie-security/InRelease Temporary failure resolving 'security.debian.org'Warning: Some index files failed to download. They have been ignored, or old ones used instead.
명령어를 쳐서 라우팅경로를 확인하고
# ip route show
라우팅이 없다면
# ip route add default via [공유기 IP] # 예: 192.168.0.1
--------------------------------------------------------------------------------------광고(Advertising)--------------------------------------------------------------------------------------------------------