HELP - Local DNS Cache for Faster Browsing

Status
Not open for further replies.

gary4gar

GaurishSharma.com
praka123 said:
/etc/ppp/peers/dsl-provider. or /etc/ppp/options -try any of them.

etc/ppp/peers/dsl-provider. does not exist:confused:
and in /etc/ppp/options there there is no such option relating to usepeerdns which i should comment


ATM using +i flag on /etc/resolve.conf
using chattr, but that a bad practice anyway .:D

-$cat /etc/interfaces
Code:
 auto lo
iface lo inet loopback


iface eth0 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1

auto eth0
 
Last edited:

praka123

left this forum longback
oh!ur using router dialer!i forgot ;)
I think you should read "man pppd" for some options.
even better,u remove network-manager and network-manager-gnome.that solves many such unexpected things!then try resetting /etc/resolv.conf using chattr -i command.
 
Last edited:

gary4gar

GaurishSharma.com
praka123 said:
oh!ur using router dialer!i forgot ;)
I think you should read "man pppd" for some options.
even better,u remove network-manager and network-manager-gnome.that solves many such unexpected things!then try resetting /etc/resolv.conf using chattr -i command.
removed network-manager and network-manager-gnome & did chattr -i /etc/resolve.conf

restarted networking & dnsmasq, and its working fine now!
thanks a lot :)
however i have not rebooted yet, but mostly likely is will works right;)
 
Status
Not open for further replies.
Top Bottom