Hi all,
Checking system containers on GCP VM. OS is ubuntu 20.04 LTS.
name: lxdbr0
description: ""
type: bridge
managed: true
status: Created
config:
ipv4.address: 10.2.0.1/20
ipv4.dhcp.ranges: 10.2.1.2-10.2.15.254
ipv4.firewall: "false"
ipv4.nat: "true"
ipv4.nat.address: PUBLIC IP of VM
used_by:
- /1.0/instances/master
- /1.0/instances/master2
- /1.0/instances/w1
- /1.0/profiles/default
- /1.0/profiles/k8s
locations:
- none
This is how my lxd network bridge looks like.
On host VM - ufw is disabled. no firewalld. No Docker installed.
not rules configured for iptables either
Chain INPUT (policy ACCEPT)
target prot opt source destinationChain FORWARD (policy ACCEPT)
target prot opt source destinationChain OUTPUT (policy ACCEPT)
target prot opt source destination
Config looks like below
config:
core.https_address: '[::]:65443'
images.auto_update_interval: "24"
Any idea what might be wrong? Can not access internet from insdie any of the system containers.
I have similar setup on other metal server containers net access is working there fine .