#12277: pppd demand does not work
------------------------+---------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:  Bugs Paradise
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:
------------------------+---------------------------

Comment (by anonymous):

 I had the same problem in Barrier Bratker 14.07. I solved the problem by
 changing 2 files:
 1. /etc/config/network, disable IPv6 because my ISP doesn't support IPv6

 {{{
 config interface 'wan'
         option ipv6 0
 }}}


 2. /lib/netifd/proto/ppp.sh: change nodefaultroute to defaultroute in the
 function of ppp_generic_setup()


 {{{
         proto_run_command "$config" /usr/sbin/pppd \
                 nodetach ipparam "$config" \
                 ifname "$pppname" \
                 ${keepalive:+lcp-echo-interval $interval lcp-echo-failure
 ${keepalive%%[, ]*}} \
                 ${ipv6:++ipv6} \
                 defaultroute \
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/12277#comment:9>
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