I have a server with access to 9 different IP addresses that I want to use for different purposes and I wish to keep them separated. I am going to be doing my work using UrlLib2, is there a way I can specify which IP address I am using through Python?
I am not sure if I am being completely clear, let me try and give an example. Let's say I have 9 programs that connect to the web and retrieve data each hour running automatically as a scheduled task. If I want each program to run on a separate IP address, is there a way within Python I could specify which IP each program connects to when it goes to retrieve data from the web?
Thanks,
Rob