Hello,
        I downloaded and compiled the chat example (go). I run './go 100'
in one terminal, switched to another terminal, run './go 100', typed
something, hit return, and ... nothing. It didn't work. I got 'eth0:
Setting Rx mode to 2 addresses' and 'eth0: Setting Rx mode to 1 addresses'
messages when joining and leaving, respectedly. Any hints?
        I guess I have a configuration problem. This are my 'route' and
'ifconfig' outputs:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.1     *               255.255.255.255 UH    0      0        0 eth1
200.16.19.5     *               255.255.255.255 UH    0      0        0 eth0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth1
200.16.19.0     *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         gtwing.efn.unco 0.0.0.0         UG    0      0        0 eth0

-------------------------------------------------------------------------

eth0      Link encap:Ethernet  HWaddr 00:20:AF:D4:15:EB  
          inet addr:200.16.19.5  Bcast:200.16.19.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:30229 errors:275 dropped:0 overruns:0 frame:275
          TX packets:7289 errors:0 dropped:0 overruns:0 carrier:1
          collisions:10 txqueuelen:100 
          Interrupt:10 Base address:0x280 

eth1      Link encap:Ethernet  HWaddr 00:80:AD:19:55:4D  
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5722 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5229 errors:0 dropped:0 overruns:0 carrier:0
          collisions:3 txqueuelen:100 
          Interrupt:5 Base address:0x300 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:3924  Metric:1
          RX packets:841 errors:0 dropped:0 overruns:0 frame:0
          TX packets:841 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
---------------------------------------------------------------
And just in case, this is uname -a

Linux lcd.uncor.edu 2.2.5-15 #1 Fri Jul 23 10:14:38 ART 1999 i586 unknown


***********************************************************************
On Tue, 28 Mar 2000, kiran keshava wrote:

> Hi there,
> 
>  check out this page, it's a part of the web-page for one of the courses
> in my college. It has some code for writing code in C for multicasting.
> 
> http://www.cs.odu.edu/~cs476/multicasting/
> 
> The files chat.c, multicast.c, and multicast.h show multicast programming
> in depth.
> 
> Kiran
> 
> 
> U said :-> 
> > > allo
> > > 
> > >> >        As you'll notice I'm new to this. I want to read/write to/from
> > multicast adresses. I've followed the examples from Multicast-HOWTO, but I
> > must be missing something. I'm sending/receiving from the same host (don't
> > have access to another one yet) and I've tried LOOP on and LOOP off. There
> > are no assertion fails, but the receiver never gets anything.
> > These are the send and receive routines:
> > 


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

Reply via email to