WASTECH

joined 2 years ago
[–] WASTECH 1 points 10 months ago

That is what I ended up doing temporarily, but I think I will just make it temporarily permanent. I could likely set up another Docker container to run a DNS server connected to a DoH resolver, and use that container as the DNS server for Traefik, but that's a lot of work.

[–] WASTECH 2 points 10 months ago

I own 3 different domains and just today set up SSL services for them using Traefik (made another post for an issue I’m having with that).

I ended up doing a subnet router and that got me what I was looking for.

[–] WASTECH 1 points 10 months ago

Did some more testing to get some details. The error I am getting from Traefik is that Cloudflare cannot create the record because it already exists (PiHole already has the entries). If I delete the records from PiHole, Traefik can then create the TXT records in Cloudflare.

[–] WASTECH 1 points 10 months ago

That is almost the exact same thing I am doing. I have 2 Pi's running PiHole in HA and I just made one of them the subnet router to allow this access. Since I will be the only one using this, I don't care to use Funnel right now, but thanks for showing that to me. I am (obviously) new to using Tailscale, and that looks like a very neat feature.

[–] WASTECH 2 points 10 months ago* (last edited 10 months ago)

I set that up, but the issue now is that my DNS server is replying back with the private IP, which is not accessible from tailscale.

EDIT: Figured this one out. Need to advertise the routes from one of my machines. Set that up and I am good to go now. Thanks!

[–] WASTECH 14 points 10 months ago (1 children)

We are an enterprise manufacturing company. We have lots of hosts on process networks not connected to the internet. Seems like the subscription license won’t be compatible, so we plan to seriously look at Proxmox for those in the coming years as we replace hosts.

For our datacenter, we decided to move everything to Azure. This decision was in the works before the license change, but the acquisition by Broadcom and their track record certainly played a part in the conversation.

For our site hosts, we are looking into Azure HCI or possibly Hyper-V, especially since these sites don’t have many VM’s and don’t need features offered by VMware.

If you’re an Azure expert and are looking for a new job, send me a message. We’re hiring.

[–] WASTECH 1 points 1 year ago (1 children)

I tried that several times, but unfortunately it is 100% dead. I tried pulling power probably 10+ times, but same result every time. Ethernet strobes then goes dark, and only power pass through works.

[–] WASTECH 14 points 1 year ago (4 children)

Do they not still intermingle their stock? Last I remember, if a 3rd party seller lists a product that Amazon also sells, the stock is all put together in the Amazon warehouse. I’ve gotten counterfeit electronics even when it says “ships and sold by Amazon”. I’ve started buying from B&H.

[–] WASTECH 5 points 1 year ago (1 children)

I also had this issue after I finally got my AirPods paired to my steam deck. What fixes it for me is after launching the game, open the Steam menu, go to Settings, and change the output device to the built in speakers, then back to the AirPods.

[–] WASTECH 29 points 1 year ago* (last edited 1 year ago)

I had the same issue with mine, also in an airport. I ended up renaming them from my iPhone and was then able to pair them.

Edit to add: I thought pairing them from desktop mode may give me better luck, but it actually made things worse for some reason. Even after renaming them, I wasn’t able to pair them in desktop mode. Immediately after switching back to gaming mode, I was able to pair them.

[–] WASTECH 3 points 1 year ago

+1 for Veeam. I am a backup administrator and this is our tool of choice. I use it for my home machines as well and it works great.

Just remember, you don’t have a backup unless you have tested it.

[–] WASTECH 2 points 1 year ago

Terny has the correct answer here OP. While I have never used Docker in an enterprise environment (manufacturing applications aren’t known for supporting any technology from the last decade at least), I have used Docker extensively in my home lab. You don’t want to modify the container itself, but the image it was created from. The data doesn’t reside in the container itself anyway, but typically a volume attached to the container (assuming it stores anything in the first place). Your best bet will be to figure out what image the container was created from, and modify the image. From there, you can update the existing containers to use the new image, or move them elsewhere if you like.

You mentioned these VM’s are in the cloud. Depending on the hyperscaler, it is likely that you could migrate these to a native container service to save on cost since you wouldn’t have to pay for the overhead of a VM.

view more: ‹ prev next ›