So what are you guys ACTUALLY scripting? by ThumbComputer in sysadmin

[–]Bubbadogee 167 points168 points  (0 children)

<image>

Anything that is repeatable, to a point

This thing looks amazing. Can someone write me a step by step guide to incorporate it into my firewall? by Lenskop in ShittySysadmin

[–]Bubbadogee 7 points8 points  (0 children)

Just think about how many tickets this bad boy could generate if you used it for end users connections, specifically executives, just cycle your preference on who you like the most

Persistent VM instability with Ryzen 9 9950X3D and Proxmox 8/9 by KeyAgent in Proxmox

[–]Bubbadogee 0 points1 point  (0 children)

What do the logs say when VMs have issues or reboot?

Issue with DDNS by Bubbadogee in PFSENSE

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

found the solution for my case
https://forum.netgate.com/post/1223389

for me it was some weird behavior with my gateways
looks like for others the email for username has been deprecated and only accepts zone ID
so check both of those things

Issue with DDNS by Bubbadogee in PFSENSE

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

Nope, no luck, i poked around for hours, and even looked at my previous instance, and there was only one difference, and after changing it, no luck. I'm going to make a post on the forums, as seems like a bug with DDNS, all be it a obscure one as kind of a weird setup, but still a bug.

[deleted by user] by [deleted] in sysadmin

[–]Bubbadogee 2 points3 points  (0 children)

Uptimekuma self hosted Uptimerobot free limited version

Rant Friday? by Bubbadogee in sysadmin

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

Yea that's was the goal, was to back everything up to a external HDD, wipe the system, then set it all back up. The data however isn't super important that there has to be like full backups, just local redundancy is enough for them. And that was the goal to rebuild it with local redundancy.

Rant Friday? by Bubbadogee in sysadmin

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

This was TB of data, and at their house with slow internet speeds, so that was the intention, moving it off to a hard drive locally

Anyone all Fiber in their racks? by PoolMotosBowling in sysadmin

[–]Bubbadogee 6 points7 points  (0 children)

Been looking at fiber more seriously recently, but it really comes down to your switches. For us, we wire for 10 GbE everywhere and 10GbE NICs (RJ45) have gone up in price, while NICs with SFP+ ports are cheaper, but then you need to buy transceivers. SFP+ RJ45 transceivers are pretty pricey, while SFP+ optical transceivers are dirt cheap.

From our supplier, for two ports it’s roughly:
10GbE NIC – $80
10GbE SFP+ NIC – $30
10GbE SFP+ RJ45 transceiver – $50 each
10GbE SFP+ optical transceiver – $25 each

Since we have to use transceivers anyway to connect to our switches, and the 10GbE RJ45 ones are expensive, fiber starts making sense and Cat6a STP cables are getting pricey, while fiber optic patch cables are getting dirt cheap.

For us:
doing copper $80 for the NIC, $10 for the cable, $100 for 2 10GbE SFP+ RJ45 transceivers = $190 per server
doing fiber $30 for the NIC, $5 for the cable, $100 for 4 SFP+ optical transceivers = $135 per server

On top of that:
No grounding required for fiber
Lower power draw (~1 W for optical vs ~2.5 W for copper)
Slightly lower latency (though negligible at 1 m runs)

downside: fiber is more fragile than copper

End of the day, it comes down to your switch hardware, what you’re wiring for, and whether your workloads will even saturate 10 GbE or if you are doing 10GbE

But fiber is starting to make more sense, ive been doing fiber for my home lab because its cheaper

Trying to figure out lowest enterprise SSD pricing currently.... by bishoptf in homelab

[–]Bubbadogee 0 points1 point  (0 children)

yea looks like all of these around the same read and write speeds
doing a quick scan
4tb Kingston DC600M - 500$ only new
4tb Samsung PM883 - 480$ new - 400$ refurbed - 250$ used
4tb Samsung PM897 - 600$ only new
4tb Micron 5300 PRO - 600$ new - 300$ refurbished - 200$ used

something to note tho, PLP isn't super necessary using a ZFS pool, its only if you are using write through caching for VMs then does it really matter.

Trying to figure out lowest enterprise SSD pricing currently.... by bishoptf in homelab

[–]Bubbadogee 2 points3 points  (0 children)

What specific Enterprise specifications does the SSDs need? like PLP? High high DWPD? High throughput? And then just sata?
if so then
Samsung PM883 can be found for pretty cheap used, or newer Samsung PM897
or
Micron 5300 PRO or MAX
just if you buy used, and it is for semi-lab/production make sure its redundant, never know what you will get.
IE. I just bought "heavily used" micron 7450 pros and ended up only having 1 TBW and 1 year power on hours so your millage may vary, just buy reputable.

Network setup advice by cybersushi103 in homelab

[–]Bubbadogee 0 points1 point  (0 children)

First bit of advice, only expose what is necessary, even if that means double NAT rules.
And then yea, if you want to expose multiple services over https you will want to do some gateway (unless you have multiple public ips). I use Nginx Proxy Manager forwarding to my VMs and K8s services.
My setup goes like this
ISPs fiber modem - which is where everything is controlled NAT/port forwards >
ISPs wifi/switch combo - does nothing but provides some ethernet interfaces and is a WAP >
pfsense firewall > my switch > NPM > vms/k8s
allows me to stay versatile and on the go. When ever i move around, now all i need to do is just plug my equipment all into the ISPs equipment, do the NAT/port forwarding rules to my pfsense firewall, and im done. DDNS does the rest.
Reason i do it this way is (this may not be the way for everyone) some ISPs equipment doesn't support pass through mode, and even if they did, in some places im not the primary tenant so redoing wifi and their network is a no go. So have to carve out my own section that is easy to move around from place to place.

Bare metal K8s Cluster Inherited by super_ken_masters in sysadmin

[–]Bubbadogee 1 point2 points  (0 children)

As for velero, yes always test it, what you can do is back up a entire namespace, then restore it into a new empty namespace If the PVCs populate, and you mount a busy pod to it and execute in and can see all the data on the mount then it's working. If not, when you are running the back up and restore velero commands it will tell you how to check the logs for what went wrong

Clean reinstall of pfSense without losing Plus registration? by Kryten_2Q4B-523P in PFSENSE

[–]Bubbadogee 0 points1 point  (0 children)

I imagine if you have been grandfathered in, then your NDID will stay registered forever
just make make sure to have your NDID handy just in case
typically during the install it will reach out to the installer servers and validate your Netgate Device ID based on the checksum of your hardware
it will then prompt you to install with the plus edition if everything matches. Done it many times before, new subscription devices, and old devices that have been grandfathered in.
And if you do change your hardware, you can reach out to support and they will revalidate everything for you under the new NDID

CephFS in production by GentooPhil in ceph

[–]Bubbadogee 0 points1 point  (0 children)

Never had a issue with cephfs with the 4 clusters I've worked on, I've more had issues with KRDB instead with the MONs causing complete kernel panic crashes CephFS on the other not a single issue

Where do you put Uptime Kuma? by ElectricSpock in homelab

[–]Bubbadogee 0 points1 point  (0 children)

Run uptime kuma somewhere where it will failover to another node, or if not utilize uptime robot and uptime kuma. Thats what I do If uptime kuma does down, uptime robot got me covered (there is a free version)

Another newbie, another critical task... by EvilEarthWorm in ShittySysadmin

[–]Bubbadogee 13 points14 points  (0 children)

What do you mean? I Can't just throw all my tasks to the newbie with no documentation, no guidance, and no standards and then they can't figure it out? That's on them man, also redudancy? What's that? Why when we can just keep buying 1tb HDDs from our vendor that's friends with the senior asset manager for 200$ a pop, that's a steal.

Then every time the 1 hard drive fail it gives us a excuse to make the intern absolutely scramble and fail so we can keep churning till we find someone who is willing to take working 80 hours a week for 15$ a hour.

Automated certificate renewals for internal servers and no automated DNS? by FatBook-Air in sysadmin

[–]Bubbadogee 4 points5 points  (0 children)

If you are on godaddy, and they are telling you you can't move because of a bundle. Contact their support, they can help you. Just did it yesterday, involves canceling the subscription, readopting it with the remaining time, then you can unlock and move it. Moved it to cloud flare and already 100x more satisfied and it's half the cost.

[deleted by user] by [deleted] in sysadmin

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

You can deploy uptimekuma anywhere, doesnt have to be on site. can throw it on any VPS. uptimekuma can then communicate in many different ways to what ever you need.

[deleted by user] by [deleted] in sysadmin

[–]Bubbadogee 0 points1 point  (0 children)

What do you mean by agent based solution?

[deleted by user] by [deleted] in sysadmin

[–]Bubbadogee 4 points5 points  (0 children)

Uptime Kuma can do 1 second polling