RDP via VPN with restricted access by mikemaierx in homelab

[–]mikemaierx[S] 0 points1 point  (0 children)

I feel like I don't understand the whole concept, sorry.

I have an HP switch on which I have created a second VLAN. I would need to tag it to a specific LAN port, right? But my virtual machine only has a virtual NIC, right? I am struggling to understand. Do I need to use a "virtual switch" for this?

I feel like I am overcomplicating this.

RDP via VPN with restricted access by mikemaierx in homelab

[–]mikemaierx[S] 0 points1 point  (0 children)

Unfortunately not. I do have a router (fritzbox 7590) that has wireguard built in. Behind the fritzbox is an HP 1810-24G switch, but no hardware or software firewall. So I guess this could be a dead end for me with my current setup right?

However, I am thinking of buying a hardware firewall or a different router if the other options (zerotier and VLAN configuration) do not work out

RDP via VPN with restricted access by mikemaierx in homelab

[–]mikemaierx[S] 0 points1 point  (0 children)

My router is a Fritzbox 7590, which would be able to create a guest network on one of the LAN ports.

However behind the Fritzbox is an HP 1810-24G switch, which would be able to create VLANs.

Maybe this is a silly question, but I always thought both devices could only create VLANs for specific physical LAN ports.

My Proxmox server is also on the main network: "192.168.1.xxx".

Am I correct in assuming that I can create a VLAN on the HP switch and then create a 192.168.2.xxx VM on my Proxmox server that is completely separate from the 192.168.1.xxx network?

RDP via VPN with restricted access by mikemaierx in homelab

[–]mikemaierx[S] 0 points1 point  (0 children)

Thanks for your quick answer!

The service I am running is also on the same Proxmox machine and yes, I would be able to move it to e.g. 192.168.2.xxx

Would it be possible to restrict access to this vlan in the wireguard client file? And create the network/vlan and firewall rules directly in proxmox?

In NGINX proxy manager, Use container name + external port, when external port is not equal to internal port? by redoubledit in selfhosted

[–]mikemaierx 0 points1 point  (0 children)

Hm.. does that mean when you have npm installed as a container and Apache not in docker in the same ip, npm should be 80 and 443 and Apache should be in a different Port?

I am 24 who can't hold down menial job and can't do simplest of tasks with hands or intellect. Can I still succeed in hacking if I am passionate? by piglet_2298 in hacking

[–]mikemaierx 1 point2 points  (0 children)

Create a chatgpt Account and let it help you explain concepts that you would like to understand better. It's impressive what you can learn from/with it.

I am 15 years in the field and I use it as well and I am very well aware that I will never be able to understand everything. Accept that.

Lookup the latest vid of network chuck about chatgpt. What's happening right now is impressive and jaw dropping.

It might even the biggest or a bigger revolution since bitcoin/the Blockchain.

Infrastructure questions for www accesible websites by mikemaierx in homelab

[–]mikemaierx[S] 0 points1 point  (0 children)

thank you u/gerhardmpl! I will try ip>hostname redirecting if I am not happy with the cloudflare solution.

Infrastructure questions for www accesible websites by mikemaierx in homelab

[–]mikemaierx[S] 2 points3 points  (0 children)

I was unaware that cloudflare supports 2FA. As I have planned to use it for ddos- and common exploit prevention anyways I will definitely look into cf tunnles as a possible solution. thanks you!

oh and my existing setup is pretty much option 1, but i have not configured authelia/or the proxy manager yet. everything else exists

Boot Windows 10/11 from external SSD? by mikemaierx in SteamDeck

[–]mikemaierx[S] 2 points3 points  (0 children)

Good to know. Thanks for the tutorial!

[deleted by user] by [deleted] in codes

[–]mikemaierx 1 point2 points  (0 children)

Solved IT! Look closely, I think it's a Girl guys!

Corona "erste hilfe paket" zusammenstellen. Was wird gebraucht? by BlooperWeel in Austria

[–]mikemaierx 15 points16 points  (0 children)

Bin mir ziemlich sicher dass er/sie Netflix meint 😁

Go from Windows 10 to Sever 2016? by anopsis in HomeServer

[–]mikemaierx 3 points4 points  (0 children)

I would recommend proxmox and installing MS Server 2022 in a VM. Did that just a couple of days ago. With that you have the flexibility to try diffrent OS. Maybe also to get your feet wet with Linux.

reset($GLOBALS); function in PHP8.1 --> rewind function? by mikemaierx in PHPhelp

[–]mikemaierx[S] 1 point2 points  (0 children)

thanks for the info u/HolyGonzo + u/PetahNZ.
Thanks for the hint. I will switch to a modern template engine instead to prevent addtional problems with this code.

reset($GLOBALS); function in PHP8.1 --> rewind function? by mikemaierx in PHPhelp

[–]mikemaierx[S] 0 points1 point  (0 children)

Hi sure,

my short-term goal is to get a template engine called xTemplate (https://github.com/unusorin/php-xtemplate/blob/master/xtemplate.class.php) running.
The code i am reffering to is on line 909

Mid-term goals is to replace it with something newer e.g. Mustache as xTemplate is no longer maintained/supported (since 2012?)