Re: [qubes-users] How to make sys-firewall broadcast a local qube as the system-wide DNS server?

2023-07-05 Thread Leo28C
Did I use the right command? `sudo iptables -t nat -A PR-QBS -p tcp --dport 53 -j DNAT --to-destination 10.137.0.50` (repeat for udp) Apparently DNS requests reach the DNS qube, but the response gets stuck somewhere midway... On Thu, Jun 8, 2023 at 8:58 AM unman wrote: > On Tue, Jun 06, 2023

Re: [qubes-users] How to make sys-firewall broadcast a local qube as the system-wide DNS server?

2023-06-08 Thread 'unman' via qubes-users
On Tue, Jun 06, 2023 at 01:24:18PM -0500, Leo28C wrote: > I managed to set up a pi-hole qube and make it my network's DNS > filtering/caching server. Ironically, it works flawlessly across my network > EXCEPT it completely breaks DNS for all other qubes in the same system. On > Debian-based qubes

[qubes-users] How to make sys-firewall broadcast a local qube as the system-wide DNS server?

2023-06-07 Thread Leo28C
I managed to set up a pi-hole qube and make it my network's DNS filtering/caching server. Ironically, it works flawlessly across my network EXCEPT it completely breaks DNS for all other qubes in the same system. On Debian-based qubes I figured out I can simply edit /etc/resolv.conf, while making