![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ask Linux.com: Lost passwords, lost files, and terminal tricks redux | iBot | UNIX and Linux RSS News | 0 | 08-31-2008 09:10 AM |
| multicast config | Frank2004 | SUN Solaris | 0 | 09-09-2007 11:14 PM |
| How to config NSAP address??? | hhquan | UNIX for Dummies Questions & Answers | 0 | 08-02-2006 05:38 AM |
| Lost Data Lost Admin | murphsr | Filesystems, Disks and Memory | 3 | 09-07-2005 02:35 PM |
| How to assign multicast IP address | krishan | SUN Solaris | 0 | 07-20-2005 01:45 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Multicast address config lost
On Solaris OS, We use the following command to config the multicast address for NIC in order to process the multicast packets:
# route add 228.228.228.228 10.101.10.2 Where " 228.228.228.228 " is the multicast for specified NIC ip 10.101.10.2 . Also use the netstat -nr, the above set could been displayed as the following: Code:
Routing Table: IPv4 Destination Gateway Flags Ref Use Interface -------------------- -------------------- ----- ----- ---------- --------- 228.228.228.228 10.101.10.2 U 1 1020 e1000g0 setsockopt(sockfd,IPPROTO_IP,IP_ADD_MEMBERSHIP,&mreq,sizeof(mreq)) to join the multicast group and receive the packets. At the begining, all runs ok. But after about two days later, the multicast address 228.228.228.228 was lost, which cause our program run unnormmally. What confuse us is that the above phenomena do not exist on the other UNIX/Linux OS. anyone can fix it,thanks. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|