shadowsocks / shadowsocks-libev

Bug-fix-only libev port of shadowsocks. Future development moved to shadowsocks-rust
https://github.com/shadowsocks/shadowsocks-rust
GNU General Public License v3.0
15.81k stars 5.7k forks source link

udp rule break openvpn server #1544

Closed odkrys closed 7 years ago

odkrys commented 7 years ago

when I add this line to relay udp packet, openvpn server feature is not working properly.

ip route add local 0.0.0.0/0 dev lo table 100

external pc (openvpn client) -----> router (openvpn server, ss-redir) -----> ss-server (VPS)

ss-redir is not full transparent mode, I set it to access some geo-blocking sites with ipset, dnsmasq.

Any solution?

madeye commented 7 years ago

I don't think it's an issue of shadowsocks-libev.

You have to figure out these kind of routing setup by yourself.