I have a m/c with the following IP configurations :

    en0 : 192.9.205.217

    en1 : 192.9.2.217

I want to send a multicast packet using socket (SOCK_DGRAM) calls (sendto)
through the "en1" interface. How can I tell the system that it should send
the multicast packets thru en1 and not en0 ? Linux by default sends through
the en0 interface. Binding to a particular interface using bind call didn't
help!!

PS: As I'm not a member of this news group, please mark a copy to
"[EMAIL PROTECTED]" in response to this query.

tia
Radhakrishna 
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to