tuxed

joined 1 year ago
[–] [email protected] 2 points 2 weeks ago

Wont go inte networking, but assuming networking works between them you can manually specify an IP in the mobile app:

Add a device -> three dots in top right -> add devices by IP.

Bonus: This also works over tailscale and similar apps, making it so you can have an always on connection despite not being home.

[–] [email protected] 3 points 1 month ago

If your data is very important you should definitely prioritize implementing your backup for at least the most important stuff. You could probably move it over, but in case something happens your data will most likely be gone, or best case very hard to recover.

Fedora is a great distro, but they are decidedly bleeding edge on purpose and IMO not the best choice for a server hosting critical data.

A better option would be running a hypervisor like proxmox (you can even convert your existing Debian install, but I havent tried this personally) and passing your GPU to a virtual machine that runs fedora.

This gives you both a very stable environment for your data and and a bleeding edge environment where your hardware decoding likely works great. I do this exact thing personally and it works great.

[–] [email protected] 3 points 1 month ago

If you try it (which I very much recommend!), don't be afraid to ask for help and further try not to be discouraged if the wrong type of person (eg "read the manual noob" type people) respond. The Linux community is full of both the most helpful and most elitist type of people, and an unfortunate amount of new users get scared away by the second group.

[–] [email protected] 2 points 3 months ago

Glad to hear it seems to be working! Hoping you find the issue in the backups, would be interesting to know what went wrong haha

[–] [email protected] 1 points 3 months ago (2 children)

Probably a good idea sadly... There can be a lot of different things wrong, so will probably be faster doing that either way.

When rebuilding, try to verify each that each step works so you find the problem eventually, Im guessing it will be easier to find that way

[–] [email protected] 1 points 3 months ago (4 children)

Have you tried setting the gateway to one of your LAN interfaces? And what happens if you ping 10.99.1.254 from the firewall?

[–] [email protected] 1 points 3 months ago (6 children)

Okay, I think I know (at least one of) the problem(s).

It is sending the ping from the WLAN interface because that is your default route, and you either don't have a route specified for your 10.2.x.x network or you're overwriting it with a different route (I'm guessing the first option).

E.g. you need to tell your firewall "if you want to reach an ip-address in 10.2.x.x you need to go through here", with "here" probably being either your managed switch if it works as a gateway (10.6.1.254?) or an interface on your router if it works as a switch (10.6.1.41?).

[–] [email protected] 1 points 3 months ago (8 children)

If the firewall cant reach the LAN, either because of a firewall rule or bad routing, it will not be able to access the DNS server even if it works well for the rest of the LAN. I'm assuming that the rest of the LAN talks to the DNS server directly and not through the firewall.

It sounds like you would benefit from reading a bit about how routing and gateways work, as it seems like you're mostly trying stuff without really knowing what it does. Please save yourself some sanity and make some proper planning on your different subnets, their vlans and how they should route their traffic, ideally in a diagram of some sort.

Without knowing your exact setup I'm getting a feeling that your current configuration is both overly permissive and overly restrictive, meaning you cant access the things you want but any potential attackers can probably get around just fine.

I would seriously consider tearing it down and starting over with a more cohesive plan, but I know that might not be possible for you time-wise. On the other hand, having a well planned network that you understand would almost certainly save you time in the long run, especially if you want to keep doing more advanced and unorthodox stuff to it.

[–] [email protected] 2 points 3 months ago (10 children)

First off, if your firewall can ping 8.8.8.8 it can access the WAN, as 8.8.8.8 (hopefully, or you have bigger issues) is on the WAN. It not being able to do updates etc is probably a DNS issue in that case, probably caused by your firewall not being able to access your DNS server due to improper configuration on either the firewall, the switches or the DNS server itself.

Is your DNS server allowing clients coming from subnets other than its own? Can your Wireguard clients also ping 8.8.8.8? If so, they probably share the DNS issue with your firewall.

I would recommend trying to debug this iteratively, as this sort of problem has a lot of potential error sources that is hard to know of no matter how many screenshots you provide, like the configuration of your switches and DNS server. Try this:

  1. Computer A cant reach computer B. What is the IP of A? What is the subnet of A? If it is different from the subnet of B, what route should it take to reach B? What is the next step on that route? Can we successfully reach this next step? Does the next hop on the route know where to go to reach the subnet for B? If so, what is the next step? Repeat until we've reached B, ideally ensuring each step on the way is acting as it should either trough something like wireguard or the built in tools of your firewall/switch/gateway/etc.

  2. Assuming the problem hasnt been found, repeat from B to A, as responses might not reach us resulting in a broken connection even if we can reach B.

  3. If the routing makes sense, is there a firewall on the way that doesnt allow us to reach B from A? Can we instead reach A from B? If not, we've found the problem.

I would strongly reccomend drawing your network layout (or at least the route you are trying to debug) in a flowchart tool (diagrams.net being a good option), as it is extremely hard to keep track of everything otherwise.

34
I love you guys (sh.itjust.works)
 

I started using Linux when I was 12.

Getting my first computer I was excited to play games and just tinkering with it to see what I could make it do. Sadly, it came with an installation of Windows Vista, something I'm thankful for today since I learned a lot about troubleshooting but at the time was a major pain in doing what I wanted to do.

My school had a 10 week after-school program where you got to learn different programming languages, ranging from perl to JavaScript. Part of that program involved installing and using Linux.

I was immediately hooked. Trading the problems of Vista and everything that entailed with the problems of my Ubuntu installation were to me a godsend. Actual error messages?? People online with similar problems suggesting solutions that made sense?? What is this, and why isn't everyone using it??

Today it is foundation of my career, the reason of any academic success I've had, and a hobby that has brought me immense joy (and struggles with primarily Bluetooth, audio and getting games to work).

I'm so happy I found this amazing software, built in small and large contributions over many years by many of our times brightest minds and just regular people contributing solutions to their personal pet-peeves, fixations and use-cases. It is truly something that (for me) brings some much needed positivity and optimism of our future as a species and what we can accomplish.

Seeing how far we've come as a viable platform makes me very happy. Proton, KDE/Plasma, pipewire, Wayland and many more amazing projects we all use daily still give me an appreciation of what computers should be and what they are capable of.

So thank you. Whether you've contributed code or other things, interacted with the community, or just used this amazing software I hope you feel something similar to what I feel.

I love you all.

(And yes, I am very drunk right now.)

[–] [email protected] 32 points 7 months ago (17 children)

Everyone may deserve a living wage, but if im awful at art there are probably more useful things I could be doing for the betterment of all.

[–] [email protected] 1 points 7 months ago

Seems to be some cursor themes that do it that way, like this one for example: https://store.kde.org/p/2103612

[–] [email protected] 11 points 8 months ago (1 children)

Yes, its possible to check. Data has to be sent through some connection, and we are able to monitor all traffic going through connections we control. Its not happening on wifi and not on 4G/etc. So unless there is some other connection that is not a real issue.

view more: next ›