I have two ethernet card(lan card)in my system.
they have varient IPs.My OS(FreeBSD 4.4) known them as
rl0 ,rl1.
I want send data from the card that i like but data
only sent from rl0.
In my program i act as below:
...
 bind(....);//bind in rl1
 sendto(....);//send from a socket that bind at rl1  
...
but my packets are sent from the rl0. 
Note: I use DGRAM socket for my program.
please guide me for this problem. 

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to