Results 1 to 2 of 2
Good Day!
I'm on a ubuntu machine and have set up virtual IPs on eth0.
/etc/network/interfaces read eth0
eth0:1
eth0:2
eth0:3 etc..
Now if i were to connect to a ...
- 08-05-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 58
Virtual IPs
Good Day!
I'm on a ubuntu machine and have set up virtual IPs on eth0.
/etc/network/interfaces read eth0
eth0:1
eth0:2
eth0:3 etc..
Now if i were to connect to a website ,say access www.google.com,which IP would the GET request be sent from?Secondly,how can i tailor the Http requests to be sent from the other virtual IPs?
I'm trying to script something in python to send multiple Http requests from different IPs,so just wanted to know how its done manually in the first place...Thanks in advance
CHeers
David
- 08-07-2008 #2
request wil be sent from your Public IP provided to you from your ISP


Reply With Quote