Hi!
I would like to use openDNS as default, but how to do that on Porteus?
Thanx for any help...
how to change default dns-server *in* porteus - not modem?
how to change default dns-server *in* porteus - not modem?
Last edited by RainerD on 07 Apr 2011, 10:51, edited 2 times in total.
- Blaze
- DEV Team
- Posts: 3727
- Joined: 28 Dec 2010, 11:31
- Distribution: ⟰ Porteus current ☯ all DEs ☯
- Location: ☭ Russian Federation, Lipetsk region, Dankov
- Contact:
Re: how to change default dns-server in porteus?
hi RainerD,
type this url http://192.168.1.1/ in your browser
and set up your settings.
for my modem ZyXEL RT2 it looks so


type this url http://192.168.1.1/ in your browser
and set up your settings.
for my modem ZyXEL RT2 it looks so


Linux 5.15.11-porteus #1 SMP Sat Dec 25 13:08:57 MSK 2021 x86_64 Intel(R) Core(TM) i5-6600K CPU @ up to 4.60GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16
Re: how to change default dns-server in porteus?
Thanx, but I need to configure Porteus, as I am running it from a usb-drive in different internet-shops in India.
With Porteus I have my own virus free OS always with me.
The problem is that the configured Indian default dns-servers are very slow and sometimes completely down.
So, I would like to configure Porteus to use only the openDNS servers as default, instead of getting the dns-server from the network.
With Porteus I have my own virus free OS always with me.
The problem is that the configured Indian default dns-servers are very slow and sometimes completely down.
So, I would like to configure Porteus to use only the openDNS servers as default, instead of getting the dns-server from the network.
Re: how to change default dns-server *in* porteus - not mode
Hi RainerD
add to your rc.local script:
If IP adress return to your home number you can uncomment only first line.
Cheers
add to your rc.local script:
Code: Select all
# killall dhcpcd
echo "nameserver 208.67.222.222" > /etc/resolv.conf
echo "nameserver 208.67.220.220" >> /etc/resolv.conf
Cheers