From charlesreid1

(Created page with "linking internal and external networks through a gateway server, Jupiter external IP: connecting with external VPN service, private internet access internal IP: connecting w...")
 
m (Replacing charlesreid1.com:3000 with git.charlesreid1.com)
 
(20 intermediate revisions by the same user not shown)
Line 1: Line 1:
linking internal and external networks through a gateway server, Jupiter
Debian server machine.


external IP: connecting with external VPN service, private internet access
See [[Jupiter/Data]] for database schema.


internal IP: connecting with wireless router, which is in turn connected to various other devices
=installation=


idea here is to connect to the VPN via the external IP, creating a tunnel interface.
See [[Ubuntu/LiveUSB]] or [[Kali/LiveUSB]] for live USB installation steps.


then connect the internal IP to the tunnel interface.
==fixing problems with wifi interface names==
 
https://www.linuxquestions.org/questions/linux-networking-3/wireless-adapter-interface-renamed-to-long-string-instead-of-wlan0-4175556296/
 
<pre>
vi /etc/default/grub
</pre>
 
and change the following variable to:
 
<pre>
GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"
</pre>
 
==dotfiles and scripts==
 
See https://git.charlesreid1.com/dotfiles/debian
 
Contains:
* Dotfiles
* Install scripts
* Cleanup/de-bloat scripts
* Setup for Python
 
 
==flags==
 
[[Category:Machine]]
[[Category:Linux]]

Latest revision as of 03:34, 9 October 2019

Debian server machine.

See Jupiter/Data for database schema.

installation

See Ubuntu/LiveUSB or Kali/LiveUSB for live USB installation steps.

fixing problems with wifi interface names

https://www.linuxquestions.org/questions/linux-networking-3/wireless-adapter-interface-renamed-to-long-string-instead-of-wlan0-4175556296/

vi /etc/default/grub

and change the following variable to:

GRUB_CMDLINE_LINUX_DEFAULT="net.ifnames=0"

dotfiles and scripts

See https://git.charlesreid1.com/dotfiles/debian

Contains:

  • Dotfiles
  • Install scripts
  • Cleanup/de-bloat scripts
  • Setup for Python


flags