![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Selecting Interface based on Destination IP address | vijaypdp2006 | IP Networking | 5 | 07-23-2009 11:51 AM |
| Count total unique destination for source | new_buddy | Shell Programming and Scripting | 5 | 07-10-2008 06:50 AM |
| selecting only few lines from many based on a common pattern | damansingh | Shell Programming and Scripting | 2 | 05-28-2008 06:29 AM |
| Obtaining IP address from both my network interface | citiz3n | IP Networking | 2 | 05-28-2008 02:57 AM |
| Byte Rate to/from a source/destination | cubs0729 | UNIX for Advanced & Expert Users | 1 | 08-08-2005 04:55 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi all,
I have some doubts in selecting the interface to transfer packets and receive the packets. --> Multiple interfaces : -------------------- 1) 0.0.0.0 --------> wild card address. 2) x.x.x.x --------> valid address.(192.168.1.156) 3) ff.ff.ff.ff --------> broad cast address. 1) If an socket is binded to 0.0.0.0 and its destination ip address is ff.ff.ff.ff In order to transfer a packet, the packet should be transferred through all interfaces.(broadcasetd). 2) If an socket is binded to 0.0.0.0 and its destination ip address is x.x.x.x Based on destination ip address an inetrface will be selected to transfer the packet. Before receiving the packets, the selected interface is closed. Now the received packets consists of destination ip address as closed interfaces ip address. Whether the received packets are valid or not. Thanks in advance......... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|