![]() |
![]() |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|
|||
|
Hi, When figuring out the next hop, does it consider source as well as destination? I thought that Routing only looks at destination. But, Linux routing info entry(in TCP/IP stack) consists of source+destination+TOS. Any comment? |
|
#2
|
|||
|
|
|||
|
|When figuring out the next hop, does it consider source as well as destination? | |I thought that Routing only looks at destination. |But, Linux routing info entry(in TCP/IP stack) consists of source+destination+TOS. | |Any comment? Consider a multihomed host... (you fill in the rest). |
|
#3
|
|||
|
|
|||
|
Yes, Linux looks the route to the source address to find out whether there is IP Spoofing. Ida Young Support of ITShield firewall www.itshield.com "Paul" <(E-Mail Removed)> wrote in message news:(E-Mail Removed) om... > Hi, > > When figuring out the next hop, does it consider source as well as destination? > > I thought that Routing only looks at destination. > But, Linux routing info entry(in TCP/IP stack) consists of source+destination+TOS. > > Any comment? |
|
#4
|
|||
|
|
|||
|
(E-Mail Removed) wrote in message news:<NzQJa.647$(E-Mail Removed)>... > |When figuring out the next hop, does it consider source as well as destination? > | > |I thought that Routing only looks at destination. > |But, Linux routing info entry(in TCP/IP stack) consists of source+destination+TOS. > | > |Any comment? > > Consider a multihomed host... (you fill in the rest). Still, routing is just to find a nexthop and send over to it. Why source matters? |