From: Matt Birkholz Date: Tue, 27 Feb 2024 00:40:39 +0000 (-0700) Subject: Punt unnecessary default route for Test Core. X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=36e34cba4f8a9aeb7b329cbbc64387a2ef7bcfb4;p=Institute Punt unnecessary default route for Test Core. --- diff --git a/README.org b/README.org index c19feb2..6810366 100644 --- a/README.org +++ b/README.org @@ -7079,12 +7079,11 @@ VBoxManage modifyvm core --nic1 hostonly --hostonlyadapter1 vboxnet0 #+END_SRC After ~core~ boots up with its new network connection, its primary NIC -is temporarily configured with an IP address and default route (to -~gate~). (Ansible will install a Netplan soon.) +is temporarily configured with an IP address. (Ansible will install a +Netplan soon.) #+BEGIN_SRC sh sudo ip address add 192.168.56.1/24 dev enp0s3 -sudo ip route add default via 192.168.56.2 dev enp0s3 #+END_SRC Finally, the administrator authorizes remote access by following the