mirvine2387

joined 11 months ago
[–] [email protected] 0 points 10 months ago

Doable.

Create access vlan 200 on port 1 and 2. Create access vlan 100 on port 3 and 4+.

Isp modem to port 1 Mesh Wan to port 2 Mesh LAN to port 3 Rest of LAN on 4+

Only question is, do you need to do that? You can just go from isp to orbi and then from orbi to switch. Only reason to set this up this way would be if you did home labs with static ips.

[–] [email protected] 1 points 10 months ago

I would go with Amp. It is good and supports Windows servers (Windows 10, 11, and server) as well. It does have some quirks. The cost is $20 for a lifetime license. The reason for windows is that some dedicated servers do not run on Linux. For example, Space Engineers.

 

Hi all,

I am trying to find if there are any scripts that can be used to upload files, download with direct link, download with latest tag and have basic access control.

Goal is the have a copy of all software that we use to deploy software to clients via script. This script will always call for the latest file via the default link. We will upload the files to the site. I know we can just create the new file with the same name and call it a day. My goal is to have a running archive of the previous versions just in case there is an issue with the latest software. My install script has an argument to select the version number if needed.

Most of my files are single executables either in msi or exe form. ill have zipped anything that has multiple files.

Example:

/softwareA/latest
/softwareA/v1.0.0.1
/softwareA/v1.0.1

/softwareB/latest
/softwareB/v2.0
/softwareB/v3.0.1

Currently we have to updated the script with the latest URL link.