Phil Frisbie, Jr.
07-24-2004, 09:02 PM
mooseshoes wrote:
> All:
>
> I am trying to figure out why a client can't see UDP packets generated from
> my Multicasting server. Here are the facts:
The first fact you need to understand is that most ISPs still do not support
multicast.
> Server-
>
> - Mandrake Linux v9.1 OS
> - Perl UDP Socket
> - DSL/ppp0 interface to Internet
Second is that of those ISPs that DO support multicast only support it to their
broadband customers, so dialup customers cannot access multicast.
> - Destination, 234.x.x.x:PortB
> - TTL = 255
>
>
> Client (across Internet)-
>
> - Java app./socket
> - Linksys DSL router (DMZ - no security settings for testing purposes)
> - DSL connection to Internet
> - Multicast Group added through Java app.
>
> Verify
>
> - Ethereal sniffer on both server and client
> - Packet Length = 104 bytes
> - TTL verified
> - frame captured - sent 88 bytes from 207.x.x.x:PortA to 234.x.x.x:PortB
>
> The client can't see the messages!
You both need to check for multicast support with your ISP and either change
ISPs to get multicast support or use a multicast tunnel.
> Any suggestions of what to try would be greatly appreciated.
>
> Thank you in advance,
>
> Moose
--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com
> All:
>
> I am trying to figure out why a client can't see UDP packets generated from
> my Multicasting server. Here are the facts:
The first fact you need to understand is that most ISPs still do not support
multicast.
> Server-
>
> - Mandrake Linux v9.1 OS
> - Perl UDP Socket
> - DSL/ppp0 interface to Internet
Second is that of those ISPs that DO support multicast only support it to their
broadband customers, so dialup customers cannot access multicast.
> - Destination, 234.x.x.x:PortB
> - TTL = 255
>
>
> Client (across Internet)-
>
> - Java app./socket
> - Linksys DSL router (DMZ - no security settings for testing purposes)
> - DSL connection to Internet
> - Multicast Group added through Java app.
>
> Verify
>
> - Ethereal sniffer on both server and client
> - Packet Length = 104 bytes
> - TTL verified
> - frame captured - sent 88 bytes from 207.x.x.x:PortA to 234.x.x.x:PortB
>
> The client can't see the messages!
You both need to check for multicast support with your ISP and either change
ISPs to get multicast support or use a multicast tunnel.
> Any suggestions of what to try would be greatly appreciated.
>
> Thank you in advance,
>
> Moose
--
Phil Frisbie, Jr.
Hawk Software
http://www.hawksoft.com