moved and restructured files

This commit is contained in:
TristanAncelet 2022-01-02 14:09:23 -06:00
parent cbc38e84a5
commit b4073fd4c5
3 changed files with 31 additions and 4 deletions

View File

@ -0,0 +1,5 @@
CREATE IF NOT EXISTS schedule_book (
entry_id INTEGER AUTOINCREMENT PRIMARY KEY,
date_of_entry DATE DEFAULT (SELECT DATE('now')),
start_of_day TIME DEFAULT (SELECT TIME('now', 'localtime')),

View File

@ -0,0 +1,21 @@
# IBM System x3650 M4
![Picture of Server Closed](images/IBM_x3650_M4_Closed.jpg)
![Picture of Server Open](images/IBM_x3650_M4_Open.jpg)
I bought this off of Ebay in May 2021.
[Info Sheet (IBM)](https://www.ibm.com/support/pages/overview-system-x3650-m4-hd-5460)
## Setup
**Main OS :** Fedora 35 (Server Edition)
**Purpose :**
The main purpose of this is to function as a VM Server with it allowing me to virtualize most of my linux boxes (VPN, Git Server, Docker Server, etc) to cut down on the clutter around my lab.
| VM | |
|----|-|

View File

@ -1,9 +1,10 @@
# Setting up a VPN
| Details | |
|-----------------------|---------------------------------------------------|
| Machine Used | [Dell Wyze][Dell Wyze File] |
| VPN Service Used | [OpenVPN][OpenVPN Download] |
| Machine Used | [IBM System x3650 M4][server file] |
| VPN Service Used | [OpenVPN Access Server][OpenVPN Download] |
## Steps
@ -12,7 +13,7 @@
2) Followed the [instructions][configuration page] on getting it installed and on how to finish the initial setup.
3) Opened OpenVPN operating ports of 443, 1194 on my routers NAT.
3) Opened OpenVPN operating ports of 443, 1194 on my routers NAT
4) Opened the OpenVPN management console, and changed the hostname to my external ip address to allow for external clients to connect.
@ -24,5 +25,5 @@ Once I have a windows server I plan to find out how to implement LDAP authorizat
[OpenVPN Download]: https://openvpn.net/download-open-vpn/
[Dell Wyze File]: Dell_Wyze.md
[server file]: Hardware/IBM_System_x3650_M4.md
[configuration page]: https://openvpn.net/vpn-server-resources/finishing-configuration-of-access-server/