#18905: 3G connection with IPv6 should set accept_ra=2
----------------------+-----------------------------------
 Reporter:  jonas@…   |      Owner:  developers
     Type:  defect    |     Status:  new
 Priority:  normal    |  Milestone:
Component:  packages  |    Version:  Barrier Breaker 14.07
 Keywords:            |
----------------------+-----------------------------------
 I've just setup a 3G connection with a USB modem. The ppp interface
 created have forwarding enabled which is good, but it should have
 accept_ra=2 otherwise I don't get an IPv6 address.

 Currently I'm using this workaround.

 {{{
 # cat /etc/ppp/ip-up.d/set_accept_ra_telit-3g.sh
 #/bin/sh
 [ "3g-telit" = "$1" ] || exit 0
 echo 2 > /proc/sys/net/ipv6/conf/3g-telit/accept_ra
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/18905>
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