#21845: Ip rule / marked routing broken, again
-----------------------+------------------------
  Reporter:  makedir   |      Owner:  developers
      Type:  defect    |     Status:  new
  Priority:  normal    |  Milestone:
 Component:  packages  |    Version:  Trunk
Resolution:            |   Keywords:
-----------------------+------------------------

Comment (by makedir):

 My OpenVPN up script content:


 {{{
 ip route flush table $TABLE
 ip route add default via $route_vpn_gateway dev $dev table $TABLE
 iptables -w -t nat -A POSTROUTING -o $dev -j SNAT --to $ifconfig_local
 }}}

 Where $TABLE can be vpn1, vpn2, and so on same names as in rt_table

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