Memperbaiki Konfigurasi Jaringan Proxmox

Proxmox yang hasil upgrade dari Debian Jessie di tulisan https://ahmadharis.wordpress.com/2016/01/06/dari-debian-jessie-ke-proxmox-ve-4/, sambungan jaringanya pasti bermasalah. Karena konfigurasi proxmox  memang berbeda.

Untuk memperbaikinya bisa mencontek konfigurasi sederhana saya berikut ini:

auto lo
iface lo inet loopback

allow-hotplug eth0

auto eth0
iface eth0 inet static
address 192.168.1.220
netmask 255.255.255.0
gateway 192.168.1.1

auto vmbr0
iface vmbr0 inet static
address 192.168.1.221
netmask 255.255.255.0
bridge_ports none
bridge_stp off
bridge_fd 0

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s