Punt unnecessary default route for Test Core.
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 27 Feb 2024 00:40:39 +0000 (17:40 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 27 Feb 2024 00:40:39 +0000 (17:40 -0700)
README.org

index c19feb2322f6f909b7798a5c9f29e98b8cf0f304..681036655d3421cb3387d00ac130f988847b26d8 100644 (file)
@@ -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