Hello,
don't know what I am doing wrong, but my proxmox server itself has no gateway to the internet - the vm's do have access! I can't downloading templates, updating the system or ping a website. But just from the proxmox server itself. The internet access within the virtual machines (kvm & openvz) works well.
The network setting should be standard. Heres my /etc/network/interfaces:
Did I miss something?
don't know what I am doing wrong, but my proxmox server itself has no gateway to the internet - the vm's do have access! I can't downloading templates, updating the system or ping a website. But just from the proxmox server itself. The internet access within the virtual machines (kvm & openvz) works well.
The network setting should be standard. Heres my /etc/network/interfaces:
Code:
# network interface settingsauto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
Did I miss something?