IP aliasing
Aa we know a single ethernet can use multiple IP addresses. I was wondering if there is a program (module) that could bind the chosen IP to a process TCP connection, much like ssh does with -b option. I.e. http browsing (via mozilla perhaps) would go through one IP whereas ssh would use a different one. This should be generalized to arbitrary number of processes of course.
|