lvlint67

joined 11 months ago
[–] lvlint67@alien.top 7 points 10 months ago

I left Plex as soon as they made it a pain to not use cloud logins.

Wtf? Why are you asking me to look g into MY system through your server? Get outta here.

[–] lvlint67@alien.top 1 points 10 months ago

A simple syslog server is ready.

Look into ELK stack. I personally hate it but if you can learn it there's a chance you can build a career on it.

[–] lvlint67@alien.top 1 points 10 months ago

never liked pfsense.. the interface usually got in the way more than it helped. Ran a linux router for years..

These days i have mikrotik gear at the edge. (no they aren't insecure... all of the cve's you've heard about were publicly exposed admin interfaces...).

[–] lvlint67@alien.top 1 points 11 months ago

Bind, powerdns, dnsmasq.... You COULD do it with windows DNS server or even something like a mikrotik router....

AWS has route53.. but depending on your clients someone would be paying money...

Id probably look for someone like digitalocean or cloudflare that has an API and use that.... DNS is pretty simple... Until it's not.

[–] lvlint67@alien.top 1 points 11 months ago

I can’t get anything actually running!

Most of my time in my sysadmin work is sitting there staring at the screen reading error logs about why some new product isn't working.

make sure you ACTUALLY have a solid grasp of networking. dig into the osi model or the 3 layer dod model. Go further than "yup. encapsulation. got it". Look at the actual headers in layer 2 and layer 3. Figure out how packets get routed and how frames get forwarded. Look at how NAT actually mangles packets.

Understanding hos the traffic flows will make troubleshooting much easier.

[–] lvlint67@alien.top 1 points 11 months ago

Docker is really ruining you kids....

Dockerizing this app would be trivial.. but so many people here saying, "I can't run this because it's not in docker"....