What is the problem you are having with rclone?
On a Onedrive backend, I’m using –bind 0.0.0.0 for my rclone mount. Traffic (uploads and downloads) are using ipv4 as expected, but on Entra, ipv6 is still used in the enterprise app used by rclone. Is this normal ? Token refresh process are not honoring “bind” ? My guess is the token refresh process is using the web browser flow / localhost, and since localhost is resolving with ipv6 first, then it’s communicating with the apps in ipv6 ? Any way to change this ? Thx you ![]()
Run the command 'rclone version' and share the full output of the command.
rclone v1.73.0-beta.9407.824257583
- os/version: Microsoft Windows 11 Enterprise 25H2 25H2 (64 bit)
- os/kernel: 10.0.26200.7623 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.25.6
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using?
OneDrive Business with a dedicated apps created in my tenant.
The command you were trying to run (eg rclone copy /tmp remote:tmp)
C:\rclone-browser-1.2-a1156a0-win64\rclone.exe mount secure-vault: O: ^
--cache-dir t:\mountcache ^
--attr-timeout 8700h ^
--stats 10s ^
--buffer-size 256M ^
--vfs-cache-poll-interval 30s ^
--poll-interval 30s ^
--no-console ^
--dir-cache-time 30m ^
--vfs-cache-max-age 24h ^
--async-read=true ^
--vfs-cache-mode full ^
--vfs-read-chunk-size 64M ^
--vfs-read-chunk-size-limit 2G ^
--vfs-read-ahead 256M ^
--use-mmap ^
--local-no-check-updated ^
--multi-thread-streams=4 ^
--multi-thread-cutoff 250M ^
--transfers 8 ^
--fast-list ^
--vfs-case-insensitive ^
--vfs-cache-max-size 125G ^
--log-level ERROR ^
--log-file="c:\rclonelog\rclonemountunion.txt" ^
--rc ^
--rc-addr=127.0.0.1:5575 ^
--tpslimit 10 ^
--tpslimit-burst 0 ^
--vfs-refresh ^
--onedrive-delta ^
--network-mode ^
--bind 0.0.0.0 ^
--disable-http2 ^
--links ^
-o FileInfoTimeout=-1
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[onedrive-e5-2-user]
type = onedrive
client_id = XXX
client_secret = XXX
tenant = XXX
drive_type = business
token = XXX
drive_id = XXX
[onedrive-e5-3-user]
type = onedrive
client_id = XXX
client_secret = XXX
tenant = XXX
drive_id = XXX
drive_type = business
token = XXX
[onedrive-e5-4-user]
type = onedrive
client_id = XXX
client_secret = XXX
tenant = XXX
drive_id = XXX
drive_type = business
token = XXX
[onedrive-e5-user]
type = onedrive
tenant = XXX
drive_id = XXX
drive_type = business
client_id = XXX
client_secret = XXX
token = XXX
[secure-vault]
type = crypt
remote = union-rand:
password = XXX
filename_encryption = standard
directory_name_encryption = true
filename_encoding = base32768
[union-rand]
type = union
search_policy = ff
upstreams = onedrive-e5-user: onedrive-e5-2-user: onedrive-e5-3-user: onedrive-e5-4-user:
create_policy = mfs
action_policy = ff
A log from the command that you were trying to run with the -vv flag
No errors