How do I disable DNS?
rypervenche, then you have to explain further?
OerHeks: He wants to connect to an internal network. OerHeks: And you still haven't answered the question. I want to disable DNS for the system. rypervenche: what do you mean by that? your network card shouldn't be using dns, period. oh right, you needn't dnsmasq for that, or you should make a special configuration for that purpose, but you should just not use any network traffic if this applies to you. dax: I mean my browser doesn't know how to reach google.com OerHeks: We know that it's possible. Can you explain it how to do it? !info iptables In component main, is standard. Version 1.6.conf
So there is no way to just remove everything to where it's like "oh, okay I just have these things to work with, I guess". I guess I'll just have to learn how to change the default setting back and hope that nothing else is messed up.
dnsmasq itself does not know what to do with it. You'd use a different name-to-IP mapper, maybe. `sudo apt install bind9` might be helpful for your particular use case, I don't know.
OerHeks: If you were able to help me, please.