doc: Update network commands
This commit is contained in:
parent
e9f140ab07
commit
75afb2fd11
1 changed files with 9 additions and 3 deletions
|
@ -2,9 +2,15 @@
|
|||
|
||||
## Usage
|
||||
|
||||
vagrant up --provider=libvirt
|
||||
ssh -L8080:192.168.56.21:80 debian@... -N
|
||||
On the host machine
|
||||
|
||||
# Other
|
||||
vagrant up --provider=libvirt
|
||||
ssh -L 8081:192.168.56.21:80 vagrant@control -N
|
||||
|
||||
On your local machine
|
||||
|
||||
ssh -L8081:127.0.0.1:8081 debian@xxxx -N
|
||||
|
||||
## References
|
||||
|
||||
* https://opendev.org/openstack/devstack-vagrant
|
||||
|
|
Loading…
Reference in a new issue