Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 172095

Proxmox 3 Bridge config not working

$
0
0
Hi all,

i had installed a Proxmox 3 on Dedicated Solutions Cloud, i have problems configuring the network on de VM, heres my config

/etc/netwrok/interfaces on proxmox host

HTML Code:

auto lo
iface lo inet loopback

iface eth0 inet manual
    broadcast  67.219.147.223
    network 67.219.147.216
    dns-nameservers 8.8.8.8
    dns-search localhost.local
# dns-* options are implemented by the resolvconf package, if installed

iface eth1 inet manual

auto vmbr0
iface vmbr0 inet static
    address  67.219.147.218
    netmask  255.255.255.248
    gateway  67.219.147.217
    bridge_ports eth0
    bridge_stp off
    bridge_fd 0

auto vmbr1
iface vmbr1 inet static
    address  67.219.147.219
    netmask  255.255.255.248
    bridge_ports eth1
    bridge_stp off

On the VM

HTML Code:

iface eth0 inet static
    address 67.219.147.219
    netmask  255.255.255.248
    gateway 67.219.147.217
    dns-nameservers 8.8.8.8

Here are the routes

On the host
HTML Code:

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
localnet        *              255.255.255.248 U    0      0        0 vmbr0
localnet        *              255.255.255.248 U    0      0        0 vmbr1
default        67.219.147.217  0.0.0.0        UG    0      0        0 vmbr0

On the vm

HTML Code:

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
 default        67.219.147.217  0.0.0.0        UG    0      0        0 eth0
localnet              *          255.255.255.248    U  0    0  0 eth0

How i get my VM reaching the internet?

Cheers,

Viewing all articles
Browse latest Browse all 172095

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>