Quantcast
Channel: SNBForums
Viewing all articles
Browse latest Browse all 95216

VPN SSID SLOW COMPARED TO MANGLE METHODsed

$
0
0
Using
ip route add default via $tun_ip dev $tun_if table 10
ip rule add fwmark 10 table 10

iptables -t mangle -A PREROUTING -i br0 -s 192.168.0.51 -j MARK --set-mark 10

I get 30 to 40 mbps throughput over the vpn when tagging particular clients for vpn use.

I have been trying to dedicate an SSID guest network to use the vpn in addition to this and have got it working but throughput is a lot slower and I was wondering if anyone knew why this might be?

These are the commands used:...

VPN SSID SLOW COMPARED TO MANGLE METHODsed

Viewing all articles
Browse latest Browse all 95216

Trending Articles