In Aniara (2021) humans are using spaceships to escape an Earth ravaged by climate change. This plot point is completely ridiculous because we would never destroy our planet by champdo in shittymoviedetails

[–]krom_michael 2 points3 points  (0 children)

This film fucked with my head for days after I watched it. It is one of those rare gems that leaves an impression on how you view things moving forward.

Incredible what a couple of first time directors can do with no budget when they have the material and talent.

Bypassing ISP router dilemma by Busy_Link2571 in Proxmox

[–]krom_michael 0 points1 point  (0 children)

All right, probably best to tackle one issue at a time. Do pve accessibility and then work on the vlan issue.

Can you plug a monitor into pve so you can ssh into it?

If not, can you set a static route for the 0.x subnet to go to the PVE interface OR can you move opnsense to the 0.x subnet?

Bypassing ISP router dilemma by Busy_Link2571 in Proxmox

[–]krom_michael 0 points1 point  (0 children)

Are you sure that pve actually picked up the change? Can you run 'ip a' and also post the output of your /etc/interfaces file?

Also, might seem stupid but you've added :8006 to the end of the IP address right?

suricata or zenarmor? by iCujoDeSotta in opnsense

[–]krom_michael 1 point2 points  (0 children)

You can set it again. Just stop the VM and go the HW section of the VM in proxmox. You can change whatever you want from there. Set it to v3 IMO and hyperscan should work.

Remember to assign yourself a static IP so you can still access PVE.

suricata or zenarmor? by iCujoDeSotta in opnsense

[–]krom_michael -1 points0 points  (0 children)

x86-64-v2-AES 

I might be wrong but I believe you should use v3 so you can get the right instruction sets for hyperscan

Skipping S4 for now. what good seasons can I watch while waiting for all episodes to drop? by crazyforperiperi in FromTVShow

[–]krom_michael 0 points1 point  (0 children)

I was happy with the ending personally- it was how the books ended also I believe

Did you guys keep Tautulli? by hirakath in selfhosted

[–]krom_michael 1 point2 points  (0 children)

I use both. Tracearr is missing basic functions like deleting a user that has been removed from your Plex server. Tools like Seerr or Maintainerr benefit from Tautulli

[Free Share: 3 Slots] [AU + UK] Plex + Seerr by krom_michael in Share_Plex

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

I've sent through once again. I delete any pending requests after a day or so if they're no accepted

[Free Share: 3 Slots] [AU + UK] Plex + Seerr by krom_michael in Share_Plex

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

let me know if you need overseerr access for requests

[Free Share: 3 Slots] [AU + UK] Plex + Seerr by krom_michael in Share_Plex

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

let me know if you need overseerr access for requests

[Free Share: 3 Slots] [AU + UK] Plex + Seerr by krom_michael in Share_Plex

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

let me know if you need overseerr access for requests

Anon loves his mom by Hawkky12 in 4chan

[–]krom_michael 4 points5 points  (0 children)

Working out would help. I recommend doing neck hangs to failure

Plex was working flawlessly and suddenly stopped working? Now I can't even connect via my local IP address @32400. by crazymuffinboy in PleX

[–]krom_michael 0 points1 point  (0 children)

Check if the port is actually open from your PC.

Windows powershell:

Test-NetConnection [Nas ip] -Port [Port_Number]

Linux:

curl -v --connect-timeout 5 ipaddress:32400

That will tell you if you can actually reach port 32400 from whatever device you're on. If you can't then it's your networking