From 36e34cba4f8a9aeb7b329cbbc64387a2ef7bcfb4 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 26 Feb 2024 17:40:39 -0700 Subject: [PATCH] Punt unnecessary default route for Test Core. --- README.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.25.1