On Mon, December 3, 2007 11:40 am, 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.
You don't use the socket interface to do this. The networking stack is
supposed to automatically figure out which interface to send the packet
out, based on the destination IP address you specify for the packet, and
the configuration of the interfaces and routing tables as established by
ifconfig and route.
--M
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/
|