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