Routing issues after upgrading to 5

gerdnl

Member
Oct 21, 2013
114
0
16
Hi guys,

Im having some routing issues.
I can ping all of my nodes on the internal network but im not able to ping google.com or any other domain
All my virtual machines work fine, its only from the nodes itself

10.90.7.* is my internal network on a seperated switch
the other bridge is my external network

/etc/network/interfaces
Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet manual

auto eth1
iface eth1 inet manual

auto vmbr159
iface vmbr159 inet manual
        bridge_ports eth0
        bridge_stp off
        bridge_fd 0

auto vmbr907
iface vmbr907 inet static
        address 10.90.7.10
        gateway 10.90.7.1
        netmask 255.255.255.0
        bridge_ports eth1
        bridge_stp off
        bridge_fd 0
        dns-namservers 8.8.8.8

iface vmbr907 inet6 static
        address fd11:824b:0024:87af::2
        netmask 64

/etc/resolv.conf is pointing to 8.8.8.8

ip route show
Code:
default via 10.90.7.1 dev vmbr907
10.90.7.0/24 dev vmbr907 proto kernel scope link src 10.90.7.10

I think its a routing issues,but im unsure how to solve it
i think routing should do trough vmbr159 instead of vmbr907

Can anyone guide me a bit?
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!