Search Results
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
VMware Workstation is a virtual machine software suite for x86 and x86-64 computers from VMware.
0
votes
2
answers
588
views
Wan emulation on linux
I have to connect two different geographic networks with an OpenVPN (for instance)
Before doing that "in the real world", I wish I could test my configuration.
My main idea is the emulation of "pri …
2
votes
1
answer
4k
views
lxc vm access outside the host
On Debian 64bit, I configured a lxc like this :
host ip : 172.16.0.25
vm guest on this host : 172.16.0.44
I've done the bridge on my host
auto eth0
iface eth0 inet manual
up …