You are not logged in.

#1 2017-09-19 14:23

danielboon
Member
Registered: 2017-09-18
Posts: 10

DNS Number?

How do you changed the dns number in Q4OS may I ask?

Observe I went into file /etc/systemd/resolved.conf as folows

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# See resolved.conf(5) for details

[Resolve]
DNS=8.8.8.8
DNS=8.8.4.4

made the change at the bottom as you can see with the google dns numbes

Usually in other debian systems I would have went into /etc/resolvconf but this system seems to be set up different.

Here is what is in that file as follows in /etc/resolvconf/update-libc.d/avahi-daemon

#!/bin/sh
#
# If we have an unicast .local domain, we immediately disable avahi to avoid
# conflicts with the multicast IP4LL .local domain

if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then
  exec /usr/lib/avahi/avahi-daemon-check-dns.sh
fi


I could reinstall resolvconf then it would show the folder I usually go into and change the dns but I am not sure of myself on this one. So what is the proper way?

Offline

#2 2017-09-20 07:39

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,247
Website

Re: DNS Number?

Network settings, including DHCP and DNS, in Q4OS are controlled by Network manager. You can force NM to drop control of a network device by configuring the device in /etc/network/interfaces file, please see https://wiki.debian.org/NetworkConfiguration

Offline

#3 2017-09-27 17:01

danielboon
Member
Registered: 2017-09-18
Posts: 10

Re: DNS Number?

that link that was sent was helpful. I was able to get my dns leak stopped after i changed the dns number. tks

Offline

Board footer

Powered by FluxBB