Okay, so my server that I have duplicati installed on runs a VPN 24/7. I’ve used bind.so to configure several applications to use the non-VPN IP in order to increase speeds. Is there a way to do that for duplicati?
I’m on Ubuntu 14.04 LTS, using the standard init script to run duplicati as a service.
BTW: A good way of showing your appreciation for a post is to like it: just press the button under the post.
If you asked the original question, you can also mark an answer as the accepted answer which solved your problem using the tick-box button you see under each reply.
All of this also helps the forum software distinguish interesting from less interesting posts when compiling summary emails.
Unfortunately, it doesn’t work for me using --server-listen-interface. If I specify --server-listen-interface to my local LAN IP (192.168.x.x), the traffic is still routed through the VPN (tun0). You can check that using ìftop`. Do you have another idea ?
Advanced option --server-listen-interface does exactly what the name indicates: you specify which interface the Duplicati webserver listens on by specifying its IP address.
How IP traffic is routed, is not configured in Duplicati, but in your router (static routes) or VPN settings (route all traffic through VPN).
The route tables could shine a light on how IP traffic is routed.