0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Proxmox 7.3 セットアップメモ

Last updated at Posted at 2023-03-07

apt updateでエラーになる件の対応

[SOLVED] - Update Unauthorized, after latest update. | Proxmox Support Forum

- deb https://enterprise.proxmox.com/debian/pve bullseye pve-enterprise

+ deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription

/etc/network/interfaces の書き方が変わった

# 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

auto eno1
iface eno1 inet manual

auto enp2s0
iface enp2s0 inet manual

auto enx000000000000
iface enx000000000000 inet manual

auto enx000000000001
iface enx000000000001 inet manual

auto bond0
iface bond0 inet manual
	bond-slaves enx000000000000 enx000000000001
	bond-miimon 100
	bond-mode active-backup
	bond-primary enx000000000000

auto bond1
iface bond1 inet manual
	bond-slaves eno1 enp2s0
	bond-miimon 100
	bond-mode active-backup
	bond-primary eno1

auto vmbr0
iface vmbr0 inet static
	address 192.168.20.22/24
	gateway 192.168.20.1
	bridge-ports bond0
	bridge-stp off
	bridge-fd 0

auto vmbr1
iface vmbr1 inet static
	address 192.168.0.22/24
	bridge-ports bond1
	bridge-stp off
	bridge-fd 0

proxmox backup serverへの接続が出来ない

create storage failed: pbs-xxxx: Cannot find datastore 'backup', check permissions and existence! (500)

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?