#17799: uqmi: peerdns option has no effect
--------------------------+------------------------
 Reporter:  raver@…       |      Owner:  developers
     Type:  defect        |     Status:  new
 Priority:  normal        |  Milestone:
Component:  packages      |    Version:  Trunk
 Keywords:  uqmi peerdns  |
--------------------------+------------------------
 Hi,[[BR]]

 I noticed that setting 'option peerdns 0' with qmi protocol (uqmi package)
 has no effect. The DNS servers provided by the ISP are always added to
 /tmp/resolv.conf.auto.[[BR]]
 However, the same option works fine with the DHCP protocol, which is
 partially used by uqmi.[[BR]]
 Here's my setup,

 {{{
 config interface 'wwan'
         option proto 'qmi'
         option device '/dev/cdc-wdm0'
         option ifname 'wwan0'
         option apn 'myapn'
         option peerdns '0'
         option ipv6 '0'
         option metric '20'
         list dns '208.67.222.222'
         list dns '208.67.220.220'
 }}}
 And /tmp/resolv.conf.auto contents

 {{{
 # Interface wan
 nameserver 192.168.1.1
 search office.local
 # Interface wwan
 nameserver 208.67.222.222
 nameserver 208.67.220.220
 # Interface wwan_dhcp
 nameserver x.x.x.x
 nameserver x.x.x.x
 }}}

 I'm available to provide more info and do further testing if needed.

 TIA

--
Ticket URL: <https://dev.openwrt.org/ticket/17799>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to