aboutsummaryrefslogtreecommitdiff
path: root/examples/vpn.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vpn.py')
-rwxr-xr-xexamples/vpn.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/vpn.py b/examples/vpn.py
index b2f3c81..28de09e 100755
--- a/examples/vpn.py
+++ b/examples/vpn.py
@@ -44,7 +44,8 @@ d = Node("d",
dif_registrations = {n1 : [e3], n2 : [n1]})
tb = qemu.Testbed(exp_name = 'example1',
- username = 'sander')
+ username = 'root',
+ password = 'root')
exp = our.Experiment(tb, nodes = [a, b, c, d])