=== y0sh| is now known as y0sh- === y0sh- is now known as y0sh_ [06:26] Good morning [09:57] yesterday my 20.04.2 LTS updated and got stuck on a grub install failure. Anyone else have that? [11:18] Hey folks o/` [11:18] I just set up a fresh ubuntu server 20.04 VM in VSphere on mac, just so i can get basic work done that isn't as painful as it is on mac [11:19] i installed docker from the installation screen, so it's installed from snap… aaaand, the containers cannot connect to the internet [11:20] there's no firewall (ufw) active, and docker has installed it's iptables rules [11:20] Including its nat rules? [11:21] i'm trying to read [11:21] oh wow [11:21] the official ubuntu:20.04 docker container has no ip command [11:22] That is right, they are meant to be as light as possible. [11:23] -A POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE [11:23] that looks like the NAT rule is in place [11:23] Your containers get an IP in that /16? [11:24] i don't know :D [11:24] Can you ping vm <-> container? [11:24] I'm not familiar enough with docker… 😬 [11:25] i usually do most of my server work with FreeBSD, but a Mac OS isn't actually a FreeBSD. and docker on Mac OS is painful, too [11:25] Most things on Mac OS are painful, to be perfectly fair [11:26] `sudo docker container inspect |grep IP` will likely tell you. [11:26] 172.17.0.2 [11:26] and the gateway is 172.17.0.1 [11:27] and the prefixlen is 16 [11:27] so, everything is in place [11:28] however, the nameserver is 172.16.130.1 and i suspect that's what's unreachable, or not directly reachable [11:28] "it was DNS" [11:30] Is there a route to 172.16? [11:30] 172.16.130.1 is the default gateway (of the docker host) [11:43] oh cool, i rebooted the host (multiple times) and now it works [11:43] don't you just love computers? [13:02] no [13:03] but avoiding docker makes things slightly more bearable === genii-core is now known as genii === genii is now known as genii-away === genii-away is now known as genii === StarHeart is now known as Edgan === crptodan_mobile is now known as cryptodan_mobile === genii is now known as genii-core [22:08] Hello. I have a fresh install of focal and I am trying to figure out where dhcp is configured. The netplan file does not exist. [22:14] nvm found it at 00-installer-config.yaml === Kamilion is now known as Kamilion|KV