#Kill and wait for VPN
/opt/etc/init.d/S88transmission kill
until [ $(nvram get vpn_client1_state) -gt 1 ]
do
logger "Waiting 5 seconds for VPN..."
sleep 5
done
/opt/etc/init.d/S88transmission start
Has anyone tried disabling transmission until the vpn is up in services-start?
Not exactly sure how to disable a service from boot in Entware, but killing it after Entware gets loaded and waiting until the VPN Client goes up might work..?
To be placed under the entware portion in services-start:
Code:#Kill and wait for VPN /opt/etc/init.d/S88transmission kill until [ $(nvram get vpn_client1_state) -gt 1 ] do logger "Waiting 5 seconds for VPN..." sleep 5 done /opt/etc/init.d/S88transmission start
do we have to remove ifconfig br0:0 192.168.1.10 ?use0 alias is used by the 5ghzCode:ifconfig br0:trans 192.168.1.10 up
br0:0 Link encap:Ethernet HWaddr 40:B0:76:xx:xx:xx
inet addr:169.254.39.55 Bcast:169.254.39.255 Mask:255.255.255.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
.....
step 2:
OpenVPN Client - set "Start with WAN" to "Yes"
OpenVPN Client - Redirect Internet traffic - Policy rules
Rules for routing client traffic through the tunnel
add IP 192.168.1.10 to the list
.....
Yes, that is what is needed in step 2.I know this is a very old thread, but maybe somebody still looking into it. On the step 2 listed here you have to add the Transmission client IP address as defined in the settings.json file. I did it as follows:
View attachment 26022
Is that what is needed? Should I chose VPN or WAN as the interface? Just leave the rest blank?
The setup is not working for me so far hence the question! Thanks!
I guess you mean routing all traffic through VPN and in that case I believe it should be enough. The point here is to make only transmission traffic go through it and have all other router clients use the wan.It you insert your credentials on web ui VPN client it's not enough for transmission?
I guess you mean routing all traffic through VPN and in that case I believe it should be enough. The point here is to make only transmission traffic go through it and have all other router clients use the wan.
The short answer is yes. Does it matter?I have a Rt ac68u, routing all traffic through VPN affects performance of the router?
The short answer is yes. Does it matter?
Only testing would tell you what is the real penalty, and if you can live with it or not.
I am not really sure what you are asking.I tested ubuntu.iso torrent with openvpn active, I can download at 3 mb/s maximum, without openvpn at 4 mb/s.With my pc i can download that torrent at 12 mb/s.There's a way to optimize transmission downloading?I have RT AC68U, with Rt AC86U I could download at maximum speed?
I am not really sure what you are asking.
You are saying in the previous post that you are routing everything through VPN in the router.
You are saying an active OpenVPN then gives your 3 Mbytes/s and inactive gives you 4 Mbytes/s. I assume you mean active OpenVPN client here.
You also mention you receive 12 Mbytes/s on your computer. Are you then using a VPN application on your computer or not?
Sorry, I am not following what internet speed your ISP is providing you since the speeds do not really match one another.
Anyway, normally you will not get higher than 50 Mbit/s on a RT-AC68U with an active OpenVPN client on the router. A RT-AC86U will get you to about 200 Mbits/s if your internet speed anf VPN provider can give you that.
Entware has nothing to do with it.My isp provider gives 200 Mbits/s so my pc can reach 12 Mbytes/s without vpn, my router with entware arrives maximum at 4 or 5 Mbytes/s depends on vpn active or not.
Maybe now if i want to increase speed with entware and torrent, it would be better to buy an asus router even with ax protocol.
I do not use Wireguard so I am not certain. But I do not see any difference.did anyone try to push Transmission traffic via WireGuard, installed on router? I believe the only difference will be IP binding and additional rule in iptables, no?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!