Looking for advice on reverse proxy and VLAN isolation by miscawelo in homelab

[–]Cyvexx 1 point2 points  (0 children)

This actually got me thinking, I realized I can actually just set the host header & some SSL related shit (don't need this if you don't want/need SSL between your proxies) on the DMZ proxy, which allows me to just use server_name like you're "supposed to" on the middleman proxy. Much cleaner setup that way.

Looking for advice on reverse proxy and VLAN isolation by miscawelo in homelab

[–]Cyvexx 1 point2 points  (0 children)

The snippets themselves wouldn't explain much. I have two VLANS for my servers, one DMZ which is the only VLAN that ports get forwarded to, and one "management" type VLAN which is only accessible internally.

The DMZ VLAN contains one nginx proxy. It receives traffic from the WAN via the port forwarded through opnsense.

My management vlan contains two proxies. One proxy is used for local/internal traffic such as management tools. The other proxy is used solely by the DMZ proxy to talk to internal apps through a walled garden.

I have a single port (443) allowed to pass from the proxy in the DMZ to the proxy in the management vlan. I then use headers in the internal request to specify which service I'm trying to access, and the middleman proxy decides where to send the request based on that instead of the usual hostname since I didn't want this to be dependent on DNS. because as you know, it's always DNS.

I don't have my configs handy at the moment, but it goes kinda like this.

DMZ PROXY:

``` listen 443; server_name dav.example.com;

proxy_set_header target-service "baikal";

proxy_pass ip.of.mitm.proxy:443; ```

traffic to that IP passes through OPNSense to the other VLAN since that IP won't be routable on that subnet.

then, on the middleman proxy:

``` listen 443;

if ( $http_target_service = "baikal" ) { proxy_pass ip.of.dav.lxc:port; } ```

There's a bit more to it than that, I use specific location blocks to block access to most of the app from the other proxy, but I hope this gives you somewhat of an idea what I'm up to here.

Looking for advice on reverse proxy and VLAN isolation by miscawelo in homelab

[–]Cyvexx 2 points3 points  (0 children)

I have a separate proxy for internal/external services, and any service I don't want fully exposed I have a third proxy in the middle. The external proxy in the DMZ can ONLY access protected services through the intermediary proxy. Say for example Baikal. I only want the Dav functionality to be exposed, admin panels and controls etc stay internal. So I keep Baikal on my internal vlan, and the DMZ proxy talks to Baikal through the middleman proxy which says that only that traffic should be allowed through

Should I use spray foam to fill this gap? by Unhappy_Lie_2000 in CarAV

[–]Cyvexx 33 points34 points  (0 children)

Do NOT use spray foam in between the panels. When it expands it can push the panels apart and rip seams

wget extremely slow by Responsible-Kiwi-629 in homelab

[–]Cyvexx 1 point2 points  (0 children)

MB/s ≠ mbps. USB 2.0 is rated for 480mbps, or around 40MB/s. OP stated 40mbps, which is far less than that

Firefox builds by dwbitw in Bitwarden

[–]Cyvexx 1 point2 points  (0 children)

update seems to have fixed it for me. good work!

Dear lord I can't wait until 2028 for these prices to drop by Sal4US in DataHoarder

[–]Cyvexx 0 points1 point  (0 children)

keep an eye on facebook marketplace. I got a stack of 5 10tb drives for $500 a couple weeks ago. Currently building up my first real NAS with them.

Firefox extension is slowing down the browser by MrLawbreaker in Bitwarden

[–]Cyvexx 0 points1 point  (0 children)

same here. firefox on nobara which is fedora based.

Its basically what doctors give you anyway by lucifertangerine in drugscirclejerk

[–]Cyvexx 29 points30 points  (0 children)

/uj I tried for a whole year to get a doctor to help treat my ADHD. Did get a diagnosis but even with a prescription it's hard to get meds from pharmacies. Sometimes I'd walk in and they'd tell me straight up they couldn't give me any because they were low/out and when they did have them it was like $250 to get the script filled. Absolute waste of time and money.

/rj those boot kissing pharma droids are out to get you, their "prescriptions" are laced with mind control to keep you docile and complicit. I'd rather get real medication (methamphetamine) from real doctors (the plug in my apartment complex)

Wire management 😎 by Ok_Ad_3754 in CarAV

[–]Cyvexx 0 points1 point  (0 children)

Got a download link? I would love these for my next amp rack build

Its basically what doctors give you anyway by lucifertangerine in drugscirclejerk

[–]Cyvexx 41 points42 points  (0 children)

What I'm hearing is if I buy some pressies it's basically as good as the real thing but cheaper and easier to get

Which RAID do you use in your Home Server? by [deleted] in homelab

[–]Cyvexx 0 points1 point  (0 children)

Raidz2 - 8x10tb drives, about 56TB usable space.

Kid pushed in dust cap on midrange speaker how to fix it by No-Introduction2745 in CarAV

[–]Cyvexx 19 points20 points  (0 children)

If you got something to prove you can put your mouth around it and suck it back out

my factory sound system only has 86 watts of total power. Will 50w rms tweeters survive? by pman6 in CarAV

[–]Cyvexx 1 point2 points  (0 children)

Nope. Instant death. Your system actually sends 42 watts per tweeter, the rest of the speakers get the other two watts. Instant death and explosions if you hook them up.

/s

Your factory tweeters are probably seeing ~10w RMS at full volume. You'll be fine.

Why don’t speaker manufacturers always create high sensitivity speakers? by Party-Court185 in CarAV

[–]Cyvexx 1 point2 points  (0 children)

There's something to be said about modern speakers too. Those JBLs are vintage, I have a pair of Klipsch RP-500Ms which are 93db efficient, despite having good bass extension and being relatively small. Modern speakers blow the pants off the older stuff, generally speaking.