My NIC has multiple virtual interfaces corresponding to 10 unique IPs from my network. I have an application which I would like to run 10 instances of; each instance utilizing a unique IP address. Assuming each of the 10 instances of the app knows which IP number it should be associated with:
- How can I instruct my NSMutableURLRequest's to send the requests off of the specified IPs?
- Is this something that can should be set at the NSURLConnection level?