newbie - How to setup bridge network on Google Cloud

babushka

New Member
Nov 22, 2020
1
0
1
34
Hello, I need your help
I created one virtual machine on GGC (with nested virtualization enabled) as my proxmox Host machine
Installed proxmox, created VM client successful . But how to setup bridge network beacause of my VM on proxmox cannot access to internet
Here is my "ip a" command from host machine

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: ens4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP group default qlen 1000
link/ether 42:01:0a:80:00:0f brd ff:ff:ff:ff:ff:ff
4: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1460 qdisc pfifo_fast master fwbr100i0 state UNKNOWN gro
up default qlen 1000
link/ether 7e:d4:16:bc:4d:a6 brd ff:ff:ff:ff:ff:ff
5: fwbr100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UP group default qlen 1000
link/ether 26:76:63:ee:61:c8 brd ff:ff:ff:ff:ff:ff
6: fwpr100p0@fwln100i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UP group default qlen 1000
link/ether 4a:1c:87:d5:79:9c brd ff:ff:ff:ff:ff:ff
7: fwln100i0@fwpr100p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue master fwbr100i0 state UP group de
fault qlen 1000
link/ether 26:76:63:ee:61:c8 brd ff:ff:ff:ff:ff:ff
8: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1460 qdisc noqueue state UP group default qlen 1000
link/ether 42:01:0a:80:00:0f brd ff:ff:ff:ff:ff:ff
inet 10.128.0.15/32 brd 10.128.0.15 scope global dynamic vmbr0
valid_lft 3014sec preferred_lft 3014sec
inet6 fe80::4001:aff:fe80:f/64 scope link
valid_lft forever preferred_lft forever

Below is my /etc/network/interfaces

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
# Cloud images dynamically generate config fragments for newly
# attached interfaces. See /etc/udev/rules.d/75-cloud-ifupdown.rules
# and /etc/network/cloud-ifupdown-helper. Dynamically generated
# configuration fragments are stored in /run:
source-directory /run/network/interfaces.d
auto lo
iface lo inet loopback
auto vmbr0
iface ens4 inet manual
iface vmbr0 inet dhcp
bridge_ports ens4
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes

What did i wrong here?
Thank in advance!!
 
Last edited:

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!