- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- rarp daemon not responding to multicast mac addres...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-20-2006 10:15 PM
тАО06-20-2006 10:15 PM
rarp daemon not responding to multicast mac address
has the destination ethernet address set to 01:00:5e:00:00:01
The same process responds when the same request is sent to either the
ethernet broadcast address or to its ethernet address.
Any clarification in this regard will help.
FYI, ping to 224.0.0.1 (from linux) goes out with the ethernet
destination address set to 01:00:5e:00:00:01 for which the same solaris
box is responding, indicating that multicast is working. Infact the
ifconfig lan0 shows MULTICAST for that interface. Only the rarpd is
not responding to the request. FYI, nettl shows that the packet is
being received.
Thanks
optimist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 01:50 AM
тАО06-21-2006 01:50 AM
Re: rarp daemon not responding to multicast mac address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 01:08 PM
тАО06-21-2006 01:08 PM
Re: rarp daemon not responding to multicast mac address
Are you sure that the HP-UX box has joined the multicast group that would have it's NIC listening to that multicast address?
You might run tcpdump on the HP-UX system to see if the rarp request actually arrives in the host.
Ifconfig showing MULTICAST for an interface does not mean that a specific multicast address is enabled, only that the interface is capable of receiving multicasts.
Also, when you say the rarp request has the destination of 01:00:5e:00:00:01 is that a MAC in the rarp header (i'm not overly familiar with rarp packet headers), or is that the destination MAC in the Ethernet header?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 04:39 PM
тАО06-21-2006 04:39 PM
Re: rarp daemon not responding to multicast mac address
u asked to check some files
>Some files to check: /var/tmp/rarpd.db and syslog. Debugging option -d.
/var/tmp/rarpd.db says:
Dumping configuration file /etc/rarpd.conf as of Thu Jun 15 18:51:48 2006
hardware=0x00:11:25:bf:61:f9 ip=9.124.101.92
hardware=0x08:00:09:26:ec:19 ip=15.13.136.68
hardware=0x08:00:09:17:0a:93 ip=15.13.136.74
Dump complete
and syslog says:
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
how does that help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2006 05:02 PM
тАО06-21-2006 05:02 PM
Re: rarp daemon not responding to multicast mac address
>You seem to have three systems here? A linux box, a Solaris box and an HP-UX box.
-right.
Are you sure that the HP-UX box has joined the multicast group that would have it's NIC listening to that multicast address?
>yes i am because all hp, solaris reply when i run multicast ping on linux:ping 224.0.0.1
then why doesn't it for rarp..
>You might run tcpdump on the HP-UX system to see if the rarp request actually arrives in the host.
>Also, when you say the rarp request has the destination of 01:00:5e:00:00:01 is that a MAC in the rarp header (i'm not overly familiar with rarp packet headers), or is that the destination MAC in the Ethernet header?
-No, the destination of 01:00:5e:00:00:01 is a MAC in the destination MAC in the Ethernet header.
The destination MAC address in rarp header is of the source mac so that it replies back to it!
FYI the HP-UX box dos receive the rarp request packet as it shows the foll dump on nettl:
=======Ethernet==========================
=
Source : 00-11-25-bf-61-f9 [I] [ ]
Dest : 01-00-5e-00-00-01 [M] [ ] TRACED LEN: 60
Date : Thu Jun 22 10:14:31.718397 IST 2006
================================ RARP PROBE (inbound -- [ICS]) ============
Source: 255.255.255.25500-11-25-bf-61-f9
Requesting: 0.0.0.0
But still end of the day rarpd replies only to unicast or broadcast but not to multicast..why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2006 04:19 AM
тАО06-22-2006 04:19 AM
Re: rarp daemon not responding to multicast mac address
ftp://ftp.cup.hp.com/dist/networking/tools/
I think there is a copy on the developer resources site as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2006 08:03 PM
тАО06-22-2006 08:03 PM
Re: rarp daemon not responding to multicast mac address
> no it does not arrive at the rarpd at all!!
But nettl shows it arrived at the system
but what does that mean...is there any sort of software that hp os uses that prevents any multicast packet to reach rarp daemon??
if yes, plz suggest some work around..how to get it going through the s/w filter..
plz help ..i'm on a roadblock!! (* *)
} {
^ ^
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2006 04:55 AM
тАО06-23-2006 04:55 AM
Re: rarp daemon not responding to multicast mac address
Also, at this point you may need to open an official call with the Response Centre.
Of course, it would be helpful to your case to have chapter and verse from the RARP specs showing an expectation that a rarpd implementation should respond to requests carried in multicast MACs in the first place :) I cannot say I've looked at the specs myself, but from what I've heard over the years, I was under the impression that RARP was a "unicast" kind of thing. I guess at this point I'll be shown wrong and will have to read the specs :) :) :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2006 05:57 AM
тАО06-23-2006 05:57 AM
Re: rarp daemon not responding to multicast mac address
If so, that Solaris rarpd is behaving the same way suggests a number of possibilities:
*) RARP isn't meant to be multicast
*) HP-UX and Sun rarpd have a common ancestor
*) Linux rarpd is broken
*) others I've not thought of :)
One of the Sun people there had a good point - make sure you do the packet sniffing in "non-promiscuous" mode. There should be an option for that in tcpudmp just like in snoop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-25-2006 02:42 AM
тАО06-25-2006 02:42 AM
Re: rarp daemon not responding to multicast mac address
-I am not getting any help with tusc..it just doesn't enter the rarpd daemon
>Also, at this point you may need to open an official call with the Response Centre.
-srry i don't know the process
BTW, are you also the person asking the same sort of question about Solaris 10 in comp.unix.solaris?
>yup! i am deepak the same person...the problem is same with solaris and hp but linux works!
*) RARP isn't meant to be multicast
>probably, but why not?
make sure you do the packet sniffing in "non-promiscuous" mode.
There should be an option for that in tcpudmp just like in snoop.
>i am using nettl in hp for tcpdump but i don't know how to do nettl in non promiscuous mode...
BTW on solaris when i tried using snoop -P command it gave the same result..:(
I still don't understand why sholdn't rarp work for multicast..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2006 04:56 AM
тАО06-26-2006 04:56 AM
Re: rarp daemon not responding to multicast mac address
If that is the case, you may have just found yourself an opportunity to contribute something to the IETF :)