Page 1 of 1

How to Bind Multiple IPv4 using bind-address-ipv4 settings?

Posted: Wed May 04, 2016 11:21 am
by san3roy
Hello,

How can I bind multiple IP address with IPv4 socket using bind-address-ipv4
i have tried with multiple IPv4 like

Code: Select all

"bind-address-ipv4": "10.10.10.10,10.10.10.11,10.10.10.12",
"bind-address-ipv4": "10.10.10.10","10.10.10.11","10.10.10.12",
Even I added multiple bind-address-ipv4 like

Code: Select all

"bind-address-ipv4": "10.10.10.10",
"bind-address-ipv4": "10.10.10.11",
"bind-address-ipv4": "10.10.10.12",
but binding with all Ips as default settings. Please help to add only Ips i want...

I am building transmission from source so i can edit and rebuild if necessary

Re: How to Bind Multiple IPv4 using bind-address-ipv4 settings?

Posted: Wed May 04, 2016 8:07 pm
by san3roy
x190 wrote:I think you are missing the point - that setting is there so that you can bind to only one specific address.
I need to bind more than one IP address or is it possible to add a range of Ips like 10.10.10.10 to 10.10.10.20 or may be a subnet like 10.10.10.1/29