From 6156a25d1b44968fe4c6505ac0451b4e4446be37 Mon Sep 17 00:00:00 2001 From: alban Date: Thu, 24 Sep 2020 13:10:06 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 63eb68d..c692201 100644 --- a/README.md +++ b/README.md @@ -195,11 +195,12 @@ According to its output, * to provide the GUEST_IP/RANGE and the GUEST_GW to use. - GUEST_IP/RANGE are depending on your HOST_IP in the LAN - GUEST_GW is your HOST_IP - * Also, can do things by yourself with the following commands: - ``` - ip address add ${GUEST_IP}/${IP_RANGE} dev ${GUEST_IF} - ip route add default via ${HOST_IP} - ``` + * Also, can do things by yourself with the following commands on GUEST: + + ``` + ip address add ${GUEST_IP}/${IP_RANGE} dev ${GUEST_IF} + ip route add default via ${HOST_IP} + ``` ### kvm:bridge 4. Connecting