Update 'README.md'

This commit is contained in:
alban 2020-09-24 13:10:06 +00:00
parent aec03291ac
commit 6156a25d1b
1 changed files with 6 additions and 5 deletions

View File

@ -195,7 +195,8 @@ 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:
* 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}