Solaris multicast config

2007-12-24 20:03:00

OK, what am I missing here? I'm trying to configure multicast interfaces on a
couple of Solaris 2.7 machines.

Things "look" OK--'netstat -r' shows a reasonable looking route, ifconfig shows
reasonable interfaces...however. I cannot:
ping 224.0.0.1
ping 237.0.0.32

Using the Weblogic java test app utils.MulticastTest implies that the localhost
is seeing multicast traffic, but doesn't show any other group members (there
should be 2 machines).

Any suggestions?

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

weblogic1# ifconfig -a
lo0: flags=849<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
hme0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
inet 192.168.240.32 netmask ffffff00 broadcast 192.168.240.255
ether 8:0:20:c8:d9:a6
hme0:1: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
inet 192.168.240.42 netmask ffffff00 broadcast 192.168.240.255
qfe0: flags=863<UP,BROADCAST,NOTRAILERS,RUNNING,MULTICAST> mtu 1500
inet 172.28.1.12 netmask ffffffc0 broadcast 172.28.1.63
ether 8:0:20:f6:4f:ac
qfe1: flags=843<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.242.32 netmask ffffff00 broadcast 192.168.242.255
ether 8:0:20:f6:4f:ad
qfe1:1: flags=843<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 237.0.0.32 netmask f0000000 broadcast 239.255.255.255

weblogic1# netstat -rn

Routing Table:
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
12.110.173.101 192.168.240.1 UGH 0 0
192.168.240.0 192.168.240.32 U 3 14 hme0
192.168.240.0 192.168.240.42 U 3 0 hme0:1
192.168.242.0 192.168.242.32 U 4 6 qfe1
192.168.243.0 192.168.242.1 UG 0 1660
224.0.0.0 192.168.242.32 U 4 0 qfe1
224.0.0.0 237.0.0.32 U 4 0 qfe1:1
default 192.168.240.1 UG 0 10639
127.0.0.1 127.0.0.1 UH 0 0 lo0

weblogic1# netstat -g
Group Memberships
Interface Group RefCnt
--------- -------------------- ------
lo0 ALL-SYSTEMS.MCAST.NET 1
hme0 ALL-SYSTEMS.MCAST.NET 1
hme0:1 ALL-SYSTEMS.MCAST.NET 1
qfe0 ALL-SYSTEMS.MCAST.NET 1
qfe1 ALL-SYSTEMS.MCAST.NET 1
qfe1:1 ALL-SYSTEMS.MCAST.NET 1
-------------------------------------------------------------------------------

Mark Bergman

Comments

Got something to say?

You must be logged in to post a comment.