From 2d2c923c261b9624544b069bd2c9c6df2a381600 Mon Sep 17 00:00:00 2001 From: doomedraven Date: Sun, 9 Nov 2025 10:04:40 +0100 Subject: [PATCH] Update routing.rst --- docs/book/src/installation/host/routing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/src/installation/host/routing.rst b/docs/book/src/installation/host/routing.rst index 165e374f68c..8d5ea79b474 100644 --- a/docs/book/src/installation/host/routing.rst +++ b/docs/book/src/installation/host/routing.rst @@ -574,9 +574,9 @@ Manually testing Internet connection ==================================== You can manually test the Internet connection from inside the VMs without the need of performing any analysis. To do so, you have to use the . This utility allows you to enable or disable specific **routes** and debug them. It is a "Standalone script to debug VM problems that allows to enable routing on VM". -First, **stop** the ``cape-rooter`` service with:: +First, **start** the ``cape-rooter`` service with:: - $ sudo systemctl stop cape-rooter.service + $ sudo systemctl start cape-rooter.service Assuming you already have any VM running, to test the internet connection using ``router_manager.py`` you have to execute the following commands::