Posts: 12
cpufreak101
Joined: 14 Nov 2015
#16
just one small issue now, how do i change DNS servers, the default one doesn't work so i have to change it out, i tried changing it in Wicd network manager but it seems to have no effect as i still get an error (note, i'm using google DNS, 8.8.8.8 and 8.8.4.4)
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#17
I directly edited etc/dhcp/dgclient.conf

prepend domain-name-servers 208.67.222.222,208.67.220.220;
Posts: 12
cpufreak101
Joined: 14 Nov 2015
#18
anticapitalista wrote:I directly edited etc/dhcp/dgclient.conf

prepend domain-name-servers 208.67.222.222,208.67.220.220;
uhh... how would i go about doing that? sorry if it is actually easy and i'm just being annoying
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#19
Sorry a typo.

Open the file manager - navigate to etc/dhcp - right-click on the dhclient.conf file and choose Edit as root

Change send host-name = gethostname(); to
send host-name"antix1"; (presuming that antix1 is what you use)

and add this above the request line. (use the numbers you have for google spy)!

prepend domain-name-servers 208.67.222.222,208.67.220.220;
Posts: 12
cpufreak101
Joined: 14 Nov 2015
#20
anticapitalista wrote:Sorry a typo.

Open the file manager - navigate to etc/dhcp - right-click on the dhclient.conf file and choose Edit as root

Change send host-name = gethostname(); to
send host-name"antix1"; (presuming that antix1 is what you use)

and add this above the request line. (use the numbers you have for google spy)!

prepend domain-name-servers 208.67.222.222,208.67.220.220;
do i need 2 restart the PC? it doesn't appear to have worked
EDIT: nvm a restart did it
Posts: 12
cpufreak101
Joined: 14 Nov 2015
#21
hey uhh, sorry to come in here again but i seem to have lost audio randomly

EDIT: NVM again, clearing out the browser history fixed it somehow?