Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

following https://docs.digitalocean.com/products/networking/vpc/how-to/configure-droplet-as-gateway/ I run into the problem that I cannot get urls to be resolved on the backend droplet. I can ping external ip’s like 8.8.8.8 but not google.com
ubuntu 20.4
(eth0 = public)
Chain POSTROUTING (policy ACCEPT 8459 packets, 575K bytes)
pkts bytes target prot opt in out source destination
4934 397K MASQUERADE all -- * eth0 10.110.0.0/20 0.0.0.0/0
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.110.0.5 0.0.0.0 UG 0 0 0 eth1
10.18.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
10.110.0.0 0.0.0.0 255.255.240.0 U 0 0 0 eth1
159.223.208.0 0.0.0.0 255.255.240.0 U 0 0 0 eth0
169.254.169.254 159.223.208.1 255.255.255.255 UGH 0 0 0 eth0
50-cloud-init.yaml:
network:
version: 2
ethernets:
eth0:
addresses:
- 159.223.214.1/20
- 2A03:B0C0:0002:00D0:0000:0000:005C:9001/64
- 10.18.0.6/16
match:
macaddress: 2a:99:79:eb:6e:62
nameservers:
addresses:
- 67.207.67.3
- 67.207.67.2
search: []
set-name: eth0
eth1:
addresses:
- 10.110.0.3/20
match:
macaddress: c6:27:e5:74:28:70
nameservers:
addresses:
- 67.207.67.3
- 67.207.67.2
search: []
routes:
- to: 0.0.0.0/0
via: 10.110.0.5
set-name: eth1
ip route get 8.8.8.8
8.8.8.8 via 10.110.0.5 dev eth1 src 10.110.0.3 uid 0
cache
ping google.com
... nothing
oh… and by the way, when I do netplan apply --debug then my routes change in the sence that the line
169.254.169.254 159.223.208.1 255.255.255.255 UGH 0 0 0 eth0
is removed
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.110.0.5 0.0.0.0 UG 0 0 0 eth1
10.18.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
10.110.0.0 0.0.0.0 255.255.240.0 U 0 0 0 eth1
159.223.208.0 0.0.0.0 255.255.240.0 U 0 0 0 eth0
any help is highly appreciated thanks Eric
gerard
gerard
tysonvanover
helpdeskdeba0b8
office546117
huntybunz
1e6b823ea20d4cb189a34a922f5588
Mario Hennenberger
PWA-Bazaar
4fdb9eec40714ec3950003a4ca1347
4fdb9eec40714ec3950003a4ca1347