Jupiter: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
=New Notes= | |||
==aptitude== | |||
keeping track until apt get script in dotfiles repo | |||
<pre> | |||
apt-get install \ | |||
aptitude \ | |||
apache \ | |||
build-essential \ | |||
git \ | |||
vim \ | |||
golang | |||
</pre> | |||
=Old Notes= | |||
linking internal and external networks through a gateway server, Jupiter | linking internal and external networks through a gateway server, Jupiter | ||
Revision as of 05:55, 17 January 2018
New Notes
aptitude
keeping track until apt get script in dotfiles repo
apt-get install \ aptitude \ apache \ build-essential \ git \ vim \ golang
Old Notes
linking internal and external networks through a gateway server, Jupiter
external IP
connecting with external VPN service, private internet access
works.
internal IP
connecting with wireless router, which is in turn connected to various other devices
wifi usb dongle. connected to Widy?
tunnel
idea here is to connect to the VPN via the external IP, creating a tunnel interface.
then connect the internal IP to the tunnel interface.