On Mon, 3 Dec 2007, Fred wrote:
> Greetings!
>
> I've got eth0 working perfectly on my TS7300 and I've managed to
> configure Linux to get eth1 pingable. Using Berkeley sockets, how can
> I send and receive using eth1 instead of eth0? making a socket() call
> returns a handle to send and receive via eth0 however I couldn't find
> anything in my current set of documentation which describes how I
> might easilly select eth1.
>
> Can someone point me to the correct document and page number?
Google is your friend - try "linux socket prgramming".
This is standard IP unix/linux socket programming, which, as others have
pointed out works on IP addresses, not interfaces. The Kernel works out
which interface to send a packet based on the destination IP address and
the routing table.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|