Update 'README.md'
This commit is contained in:
parent
aec03291ac
commit
6156a25d1b
11
README.md
11
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user