ts-7000
[Top] [All Lists]

Re: [ts-7000] Simple application example using eth1 on TS7300?

To:
Subject: Re: [ts-7000] Simple application example using eth1 on TS7300?
From: David Hawkins <>
Date: Mon, 03 Dec 2007 10:59:56 -0800
Hi Fred,

> 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?

I don't believe the application code deals with this,
it just works in terms of IP addresses, not interfaces.
The OS maps the IP addresses to interfaces.

If you try to open an IP address that the OS believes
is on eth0, you'll get an eth0 socket.

If you try to open an IP address that the OS believes
is on eth1, you'll get an eth1 socket.

Try

ifup eth0 192.168.1.1

and open a socket on 192.168.1.2,
and then

ifdown eth0
ifup eth1 192.168.1.1

and try again. Your packets should head for eth0 in the
first case, and then eth1 in the second case.

Note that I haven't actually done this, but its a reasonable
guess :)

Cheers,
Dave


 
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/
 

<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU