I have created a new interface eth0:1 and assigned ip address using DHCP server. Now, i want my applications to use the internet of this new interface created. I am doing this because in out Institute, we have bandwidth limit on each IP address.
Now, i want to do something like:
if I try to use localhost:3129 as a proxy, this traffic gets forwarded to eth0:1 interface. How can I do so?
So that by using localhost:3129, i can actually use my interface eth0:1.. I only figured out this method because not many applications today have an option of binding to a particular interface.