On 28 Aug 99 at 4:22, Pawel S. Veselov wrote:
> I have internal net C313E605, and 3 interfaces: 0xDD01, 0xDD02, 0xDD03, that
> have different types.
> I bind a socket and send broadcast packet through it, for example to 0x452
RIP & SAP sockets are handled specially because of Netware internal router
complains (and it have good reason to complaint) if it receives IPX frame
with source or destination network different from wire's one.
And for RIP/SAP sockets if you send frame to existing network, source
address will be set to outgoing interface address regardless of your bind
address. Sending these (RIP/SAP) frames to default network is just
nonsense, except when you are doing network number detection.
> port.The problem, that this packet never leaves the internal net. Neigher
> tcpdump on a nearby box shows it, nor kernel tells the packet was released. I
> that's all. Looks weird. Or I have to find all ipx interfaces (if I want to do
> a full broadcast) and bind sockets to all of them?
Yes. And send these frames with SO_DONTROUTE (after some changes in ipx code)
to be on safe side...
Best regards,
Petr Vandrovec
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]