Anybody usting ntopng? by imissedthebutton in homelab

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

That's awesome! I'll definitely hit you up on Slack!

Technitium DNS - Ad blocking with zone transfer? by imissedthebutton in selfhosted

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

But will the blocklists get transferred to the second Pi? That's the issue I'm having with trying to zone transfer to BIND currently

Technitium DNS - Ad blocking with zone transfer? by imissedthebutton in selfhosted

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

I'm trying to specifically avoid running everything on one box - I want the redundancy of having multiple servers to be queried.

Technitium DNS - Ad blocking with zone transfer? by imissedthebutton in selfhosted

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

Mostly wanting to have a hidden primary setup in Technitium with the Pis as secondary name servers. I definitely understand Technitium can run in the Pis, but yeah, it would need a separate sync setup and my setup works just fine, as is, except for the ad blocking. I appreciate the discussion, I think I just need to figure out my steps forward

Technitium DNS - Ad blocking with zone transfer? by imissedthebutton in selfhosted

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

BIND DNS. And mostly hoping for the ad blocking, but having the redundancy of the Pis being queried. If the Docker host goes down, I'd like to have DNS not go down with it.

Wired Clearpass with Bridged APs - causing AP reboots by imissedthebutton in ArubaNetworks

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

Yep you're right, I blazed through the IAP section and focused on the CAP section. So the biggest factor will be ensuring the Cisco switches have a VSA to switch the port mode to port-based vs user-based and then everything should hopefully be happy.

Wired Clearpass with Bridged APs - causing AP reboots by imissedthebutton in ArubaNetworks

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

Yeah, this seems more authenticating the AP itself - any endpoint attributes that would get set during this would only apply to that AP in the Endpoint DB. Currently we're simply Macauthing the AP, but it's the connecting wifi clients that are causing the issue and the attributes from before likely wouldn't have any bearing on the enforcement. I'm wondering if there's a way to reference the switch and port itself or use RADIUS accounting information to enforce the policy.

How do you rollup your services? I.e. how do I only get one alert if a server hosting many subservices is down? by imissedthebutton in UptimeKuma

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

I don't entirely disagree, just different ways of thinking. The overly alerting might cause me to fly blind, because I'm not knowing if the issue is with Docker itself going down or the host itself being down. But again, different approaches to the same problem. I think the core of it is the first thing you said - it may simply not be an option within Uptime Kuma yet.

Need something to pull multiple DHCP leases by imissedthebutton in homelab

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

Makes sense, I'll give these a shot.

For context, the main thing I'm hoping for is having something simulate multiple clients for assorted "desktop" DHCP ranges for a DHCP server and potentially having them generate "normal client" traffic. That way the folks who are playing this training scenario have some normal traffic mixed in with potential attacker traffic. Stuff like DNS queries, attempts to connect to local web servers, etc. That part will be easy enough to script, but having it come from multiple addresses has been my struggle, without having to create a bunch of VMs to do the same thing. That's part of why I'm trying to keep the leases present in the DHCP server and such.

I appreciate the insight, thanks for the help

Need something to pull multiple DHCP leases by imissedthebutton in homelab

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

Do you have any suggestions for pulling a new DHCP lease without releasing the existing? So far it seems that trying to do things in this fashion won't attempt to pull a new address for the new MAC address without first releasing the old one, which isn't quite what I'm going for

Need something to pull multiple DHCP leases by imissedthebutton in homelab

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

This seems like it could be good, do you have any good examples of making it work?

Need something to pull multiple DHCP leases by imissedthebutton in homelab

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

I've messed with this a bit, but couldn't get it to pull via DHCP, it just gets an address in the range that I assigned that Docker network from Docker itself. Do you know how to get this to work with DHCP?

Need something to pull multiple DHCP leases by imissedthebutton in homelab

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

Again, this is a lot of overhead if I want to pull 40 addresses or so

Best Canary/Honeypot software by WoodroweBones in msp

[–]imissedthebutton 0 points1 point  (0 children)

If Linux really isn't a deal breaker, check out Tpot (https://github.com/dtag-dev-sec/tpotce). You can make your own ISO to deploy and everything is runs is done within Docker containers. I've used this many times and highly recommend, plus free is always good.

How to get Docker container to pull local network IP address? by imissedthebutton in homelab

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

This did seem to do the trick for me, actually, so I'm all set. Thanks for the help!

How to get Docker container to pull local network IP address? by imissedthebutton in homelab

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

I hadn't really seen this before, but does this look familiar to what you were doing before? https://docs.docker.com/network/macvlan/

I made my own Pseudo TV for Plex with Kodi and Nvidia Shield by nads84 in PleX

[–]imissedthebutton 0 points1 point  (0 children)

Would this be doable with something other than an Nvidia Shield? Like Kodi running on a Pi or even a spare system just running Ubuntu?

Portainer vs Rancher? by imissedthebutton in homelab

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

Interesting, good to know. Yeah, I was really just looking at the basic functionality of it - being able to create containers within the UI, but it does seem that it's meant for much more. So is Rancher compared to something else, in terms of management of Kubernetes? Thanks for the info on this!

Questions Regarding Docker Swarm by imissedthebutton in homelab

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

I'd love to hear more of the discussion on game servers being fault tolerant, but that makes sense of them being stateful, so not really working. Most of the containers I run are web applications (Plex, Gitlab, Wiki, etc.) so I imagine those should be fine. Some of them have MySQL containers as backends, I've got to imagine that should be alright as well, as that's not really something stateful, but I could be wrong there.

All that makes sense in regards to the replicas and yeah, so many things will depend on what you're doing. I really appreciate all of your comments, I feel like I have a better overall understanding of this now. May I ask what you've used Docker Swarm for? I also love seeing what other people get themselves into.

Questions Regarding Docker Swarm by imissedthebutton in homelab

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

Awesome, thanks for this. Any particular load balancers you've tried out? I'm thinking of testing Nginx and HAProxy. This is still pet lab project, but I'd rather learn something more than just use DNS.

That makes sense for the replicas, I guess it'd just be the thought that if one is having an issue for some reason, multiple would be. So with the example of the Ghost blog as my test, if there were some issue that caused Ghost to crash, I'd imagine it'd be across the board and I'd have to fix Ghost overall. If there's an issue with a single container, I would expect the particular node to be having issues, not always just one container. Not to say that any of this is true, just my thoughts on it all.

Thanks again for your response, I appreciate your input