Rclone bound to particular interface/IP

Hey all,

rclone is such a fantastic tool

I have a quick question regarding a use case i have.

I run an NAS that is permanently connected to a VPN. rclone using the VPN to google drive is extremely slow and I was wondering if I could force rclone to connect via eth1 instead of tun0

In lftp, I achieve this using set net:socket-bind-ipv4 192.168.1.100 , is there a similar function on rclone?

thank you
-transverse

Not at the moment.

It wouldn’t be too difficult to implement - make an issue on github if you’d like to see it supported. Even better if you’d like to implement it I’ll talk you through it there.