L lonewolf New Member May 14, 2022 13 0 1 May 16, 2022 #21 Yeah I'm thinking about going with traditional ifupdown to fix this issue. Or getting the host to supply IP addresses that are actually within the subnet.
Yeah I'm thinking about going with traditional ifupdown to fix this issue. Or getting the host to supply IP addresses that are actually within the subnet.
K keeka Active Member Dec 8, 2019 198 23 38 May 16, 2022 #22 Not that it helps but this is interesting and also suggests why the hosting provider has gateway outside subnet.
Not that it helps but this is interesting and also suggests why the hosting provider has gateway outside subnet.
L lonewolf New Member May 14, 2022 13 0 1 May 16, 2022 #23 Hmm that is interesting but it didn't work. I'm raising another ticket now. Last edited: May 16, 2022
K keeka Active Member Dec 8, 2019 198 23 38 May 16, 2022 #24 lonewolf said: Hmm that is interesting but it didn't work. I'm raising another ticket now. Click to expand... Did you try the netplan config in the second answer? It would be good to know how it works out in the end.
lonewolf said: Hmm that is interesting but it didn't work. I'm raising another ticket now. Click to expand... Did you try the netplan config in the second answer? It would be good to know how it works out in the end.
B bingsin Member Dec 9, 2021 29 2 8 29 May 16, 2022 #25 Yam syntax is very strict. You can use VIM to edit again. I recommend you can use ubuntu-cloud https://cloud-images.ubuntu.com/ this images need cloud-init see https://pve.proxmox.com/wiki/Cloud-Init_FAQ
Yam syntax is very strict. You can use VIM to edit again. I recommend you can use ubuntu-cloud https://cloud-images.ubuntu.com/ this images need cloud-init see https://pve.proxmox.com/wiki/Cloud-Init_FAQ
B bingsin Member Dec 9, 2021 29 2 8 29 May 16, 2022 #27 If youe route not in subnet,you can see [Default routes] https://netplan.io/reference/ Code: eth0: [...] routes: - to: default # could be 0/0 or 0.0.0.0/0 optionally via: 10.0.0.1 metric: 100 on-link: true
If youe route not in subnet,you can see [Default routes] https://netplan.io/reference/ Code: eth0: [...] routes: - to: default # could be 0/0 or 0.0.0.0/0 optionally via: 10.0.0.1 metric: 100 on-link: true