goalmarketing / vigor2130

Automatically exported from code.google.com/p/vigor2130
0 stars 0 forks source link

No manual DNS setting in PPPoE mode. #68

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In WAN >> Internet 
Access Connection Type set to PPPoE and Fixed IP(IPCP) set to No
PPPoE working fine, but only with DNS servers automatically assigned by ISP, 
and no way to use any other (like google open dns).

Q1: Is it possible to add manual dns assigment in future firmware version?

Q2: How to mannualy assign custom DNS servers for PPPoE WAN connection via SSH?

Original issue reported on code.google.com by Polushki...@gmail.com on 17 Jan 2012 at 8:59

GoogleCodeExporter commented 8 years ago
Go to LAN >> General Setup
And on the right side you will see
Force DNS manual setting
Check the box to enable and enter your own DNS-Servers

Original comment by TheEvilO...@googlemail.com on 19 Jan 2012 at 4:25

GoogleCodeExporter commented 8 years ago
I have the same problem with WAN in DHCP mode. Manually forcing DNS servers 
doesn't work.

I am trying to configure the router to use the OpenDNS servers. But even when I 
enter the IPs in LAN > Generel Setup > Force DNS manual setting, the clients 
are still not using the OpenDNS Servers, which can be tested by visiting the 
OpenDNS welcome page (http://www.opendns.com/welcome/).

Before testing I cleared and flushed all possible IP caches in the OS, browser 
etc.

Any help would be highly appreciated.

Btw: When I google OpenWRT and OpenDNS there comes up a lot of "workarounding" 
and stuff, so there really might be an issue here, but I'm not an expert.

Original comment by fxre...@gmail.com on 29 Feb 2012 at 2:14

GoogleCodeExporter commented 8 years ago
Similar problem in PPPoE mode with firmware 1.5.2

DNS servers set to OpenDNS (208.67.222.222 etc.)under Force DNS manual Setting 
on LAN page. All works fine for a while then DNS lookups no longer go to 
OpenDNS but to ISP servers (even though DNS server IP addresses passed to PCs 
correctly).

It appears as if DNS requests are being rerouted to the ISP servers.

Setting back to using ISP servers by unticking the Force DNS Manual Check box 
and then re-inserting manual settings and starting again restores normal 
operation!

Original comment by paul.bij...@gmail.com on 16 Jun 2012 at 9:33

GoogleCodeExporter commented 8 years ago
Is possible to set DNS manually with telnet?

I tried, but no luck. 

root@Vigor2130:~# uci set network.wan.dns=8.8.8.8
root@Vigor2130:~# uci commit
root@Vigor2130:~# uci commit network        
root@Vigor2130:~# /etc/init.d/network restart
uci: Entry not found
RTNETLINK answers: Cannot assign requested address
killall: pppoe-relay: no process killed
29223 root      1312 S    /usr/sbin/pppd plugin rp-pppoe.so mtu 1492 mru 1492 n

Original comment by Gl...@musician.org on 2 Nov 2013 at 4:41