moved and restructured files
This commit is contained in:
parent
cbc38e84a5
commit
b4073fd4c5
5
Development/SQL/local_schedule_tracking.sql
Normal file
5
Development/SQL/local_schedule_tracking.sql
Normal 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')),
|
||||||
|
|
21
Home_Lab/Hardware/IBM_System_x3650_M4.md
Normal file
21
Home_Lab/Hardware/IBM_System_x3650_M4.md
Normal 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 | |
|
||||||
|
|----|-|
|
||||||
|
|
@ -1,9 +1,10 @@
|
|||||||
# Setting up a VPN
|
# Setting up a VPN
|
||||||
|
|
||||||
|
|
||||||
| Details | |
|
| Details | |
|
||||||
|-----------------------|---------------------------------------------------|
|
|-----------------------|---------------------------------------------------|
|
||||||
| Machine Used | [Dell Wyze][Dell Wyze File] |
|
| Machine Used | [IBM System x3650 M4][server file] |
|
||||||
| VPN Service Used | [OpenVPN][OpenVPN Download] |
|
| VPN Service Used | [OpenVPN Access Server][OpenVPN Download] |
|
||||||
|
|
||||||
|
|
||||||
## Steps
|
## Steps
|
||||||
@ -12,7 +13,7 @@
|
|||||||
|
|
||||||
2) Followed the [instructions][configuration page] on getting it installed and on how to finish the initial setup.
|
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.
|
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/
|
[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/
|
[configuration page]: https://openvpn.net/vpn-server-resources/finishing-configuration-of-access-server/
|
Loading…
Reference in New Issue
Block a user