M
M
mrdrkot2019-10-10 23:53:59
Python
mrdrkot, 2019-10-10 23:53:59

Multiple ipv6 in parallel, perhaps?

Good afternoon.
There are vds on windows server 2012 r2. There are several ipv6 leased from the host of this vds. I figured out how to switch between available ipv6: network control center - adapter properties - ipv6 protocol - use the following ipv6 address.
I would like to choose from which ipv6 to call directly from python.requests. Is it possible? How to set it up?
Obviously, it's in the "additional tcp\ip parameters" window. There I will score ip, but how to choose in the script? The gateway for all ip, if it is important, is the same.
PS I mean work with all available ip at the same time. By stream per ip.
Thanks for the answer.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
rionnagel, 2019-10-11
@rionnagel

In the properties of the network card, in the same place where you configure the address, you can additionally add as many addresses as you like. If they have one gateway, then there are no problems at all.
From which address to send is already implemented in your application / script.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question