Well, to some extent, it is irrelevant. Once a TCP transaction is open, the data TENDS to flow back the same way it came, but not necessarily. That's justthe nature of TCP/IP.
If there is a certain block of addresses that you always want to contact via a particular gateway, you can set that up in either the host routing tables, or the gateway routing tables.
Main Topics
Browse All Topics





by: scraig84Posted on 2003-10-22 at 13:07:00ID: 9601783
It is not possible because routing decisions are made by the OS and are independant of any application. Routing decisions on any OS or router are made by routing tables and are have nothing to do with the source or the originally received packet. At that level of decision making, it is not concerned with where other packets came from or are going. It looks at the destination address, examines the routing table, and makes a decision based on this information ONLY.