The gateway IP will most certainly not be the culprit, as this is very common. Also, the destination IP can and almost guaranteed will be the routable IPv6 of your client, so instead of "destination" = 192.168.x.0/24 you would use whatever destination IPv6 network(s) you have.
Also, instead of using subnet addresses, you can use the "interface 2" instead like so:
You cannot view this attachment.
This way, you can leave the destination "any".
I tried it via:
#iperf3 -6 -c paris.bbr.iperf.bytel.fr -p 9207 -R -i10
Connecting to host paris.bbr.iperf.bytel.fr, port 9207
Reverse mode, remote host paris.bbr.iperf.bytel.fr is sending
[ 5] local 2001:a61:524:xxxx:e5db:5a2d:dbaf:xxxx port 47370 connected to 2001:864:f003::2:1 port 9207
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-10.01 sec 113 MBytes 94.7 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.06 sec 118 MBytes 98.3 Mbits/sec 3513 sender
[ 5] 0.00-10.01 sec 113 MBytes 94.7 Mbits/sec receiver
As you can see, it works just fine.
Also, instead of using subnet addresses, you can use the "interface 2" instead like so:
You cannot view this attachment.
This way, you can leave the destination "any".
I tried it via:
#iperf3 -6 -c paris.bbr.iperf.bytel.fr -p 9207 -R -i10
Connecting to host paris.bbr.iperf.bytel.fr, port 9207
Reverse mode, remote host paris.bbr.iperf.bytel.fr is sending
[ 5] local 2001:a61:524:xxxx:e5db:5a2d:dbaf:xxxx port 47370 connected to 2001:864:f003::2:1 port 9207
[ ID] Interval Transfer Bitrate Retr Cwnd
[ 5] 0.00-10.01 sec 113 MBytes 94.7 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bitrate Retr
[ 5] 0.00-10.06 sec 118 MBytes 98.3 Mbits/sec 3513 sender
[ 5] 0.00-10.01 sec 113 MBytes 94.7 Mbits/sec receiver
As you can see, it works just fine.
"