Okay, no external software for DNS management present here. Is that ip a working DNS Server? Is it your server itself perhaps?
Informatik Student, lerne 日本語, Strategiespiele
Migrated to PlexSheep@infosec.pub due to feddit.de having various errors for a longer period now.
Okay, no external software for DNS management present here. Is that ip a working DNS Server? Is it your server itself perhaps?
From the output, you don’t have any routing rules for your machine that block outgoing traffic. The dig command confirms that you can talk to servers. 9.9.9.9 is a common DNS Server. Based off of this, it seems like your problem is that your system has a bad DNS configuration (it’s always DNS).
Can you parhaps cat /etc/resolv.con
? This file normally contains the used DNS servers for Linux systems, unless using special software.
Can you dig @9.9.9.9
? If so, its certainly DNS. If it’s not DNS, perhaps try to check your iptables iptables -L && iptables -t nat -L
.
deleted by creator
deleted by creator
deleted by creator
Company: Here is a security vulnerability in your OSS project, please fix our production is vulnerable.
Random Guy working on OSS library in his free time: Sure, I have some time next month.
Random Guy works full-time, has a family and friends. Random Guy is not your supplier and has no obligations and warranties WHAT SO EVER, even implied. That’s what the license of his project says.
If Company wants it fixed, they better allow him to work full time on it, or pay part time work. Or they pay someone else to maintain Project and send the changes to Project so Random Guy can take a little look and merge if he feels like it. Random Guy won’t just merge company code and be done with it, more code in a codebase needs to be maintained now after all.
This also works with features of course. The time of Random Guy is valuable and if Company wants Random Guy to work on something they use, they’d better pay good money for that time.
This. Fuck cars
This post is stupid for attacking a group of people who just likes to play a videogame. I don’t like it.
This thread is targeted toxicity on LoL players.
What do you mean bigger vulnerabilitirs to worry about in Debian stable?
Aren’t Rufus and balena media creation tools?
Thanks for the info, good read
I only use headscale. It just works and does not complain.
That’s totally alright, I know that I’m a computer freak. I actually managed to beat iptables and get it to work, thanks for your wishes.
You’re a pretty good techno potato if you managed to get on the fediverse, good on you. Recommendation: Use a password manager if you don’t already it makes everything a lot easier for you and vastly improves your security. Have a good time :)
Don’t host services with termux, it’s not made for that and nobody checks for termux related things. If you really want to host on an android device, look into chroot environments or virtualization. Generally, avoid hosting on android, in my experience at least.
Somewhat. I have a lxc container with a pinhole, but I have networking problems. The container has Internet now but I’m struggling to publish ports to my LAN.
Iptables broke me yesterday
I hope the first one. But the effect is real, stuff you know already was easy and stuff you don’t is hard. I’m feeling it with my migration to proxmox, it’s hard.
I’m migrating my homeserver from my old Debian install to proxmox right now, it’s become too janky and I hope to fix that with a clean rebuild. Wish me luck it’s rebooting right now.
Okay, so if that’s your actual DNS Server, can you confirm that it works?
dig @yourdns debian.org
, for example. Afterwards try to use the default DNS of your systemdig debian.org
. If both works, your DNS config should be fine. Try acurl debian.org -v
too.debian.org is just a random domain for this, use whatever you want. I don’t see anything badly configured so far.