Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0625cf7b
Commit
0625cf7b
authored
May 25, 2014
by
Leigh B Stoller
Browse files
openvpn notes
parent
3094d35a
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/genirack/Images.txt
View file @
0625cf7b
...
...
@@ -109,7 +109,13 @@ command to save the errors.
boss> exit
Grab (inner) boss:/usr/testbed/etc/elabman.pswd and store it in our
file. See Utah (outer) boss:~stoller/genirack/racks/pswd.txt.
file. See Utah (outer) boss:~stoller/genirack/racks/pswd.txt.
*** New: Grab /usr/testbed/etc/{emulab.pem,openvpn-client.pem} and put
them in the rack subdir (in a "vpn" subdir please) on outer boss.
This is what we need to connect to the VPN (openvpn) that will be
running on the control node, that allows you to access the ilo
managment interfaces remotely.
Now ssh (as root) into inner ops:
...
...
install/genirack/NOTES
View file @
0625cf7b
...
...
@@ -276,7 +276,18 @@ Setting up an InstaGeni Rack. First, we need the following info:
file "reverse/192.1.242.db";
};
Run named_setup. Tail /var/log/messages to look for errors.
Run named_setup. Tail /var/log/messages to look for errors.
* Copy the openvpn certs from boss over to the control node.
boss> scp -p /usr/testbed/etc/openvpn-server.pem elabman@control:openvpn
boss> scp -p /usr/testbed/etc/emulab.pem elabman@control:openvpn
* Start the openvpn server on the control node.
control> cd /etc/openvpn
control> sudo ln -s ~elabman/openvpn/openvpn.conf emulab.conf
control> sudo /etc/rc3.d/S16openvpn start
* Now it is time to power on the experimental nodes. If all goes well,
they will boot up into FreeBSD MFS and be in the hwdown experiment.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment