Multicast Client Problem
When i try to send a
multicast packet from a client with this command.
>./iperf -c
224.0.10.10 -u --ttl 5 -t 5 -i 1
Or
>./iperf -c
224.0.10.10 -u -t 5 -i 1
Its returns a
"Multicast ttl failed: invalid argument" but it starts to send the
packet.
On the server side I
put:
>./iperf -s -u -B
224.0.10.10 -i 1
And recognize the
client but not recognize the packets from the client.
I'am using Solaris 8
(Sparc Version) and i have 5 ethernet interfaces (one is the internal
interface [eri0], and four is in a extra board
[qfe0,qfe1,qfe3,qfe4])