[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RE: [Freeipmi-devel] BMC and RSH/NIS conflict
From: |
Albert Chu |
Subject: |
Re: RE: [Freeipmi-devel] BMC and RSH/NIS conflict |
Date: |
Fri, 30 Apr 2004 10:03:16 -0700 |
Hmmm, I was once able to setup a userspace UDP server on port 623 and
communicate to it. But I can't anymore. I wonder if I had something
configured differently or made a mistake ...
Well, nevermind then, my bad ... :-O
Al
--
Albert Chu
address@hidden
Lawrence Livermore National Laboratory
----- Original Message -----
From: address@hidden
Date: Friday, April 30, 2004 9:43 am
Subject: RE: [Freeipmi-devel] BMC and RSH/NIS conflict
> Am pretty sure that merely giving the BMC an IP address different
> from that
> of eth interface it uses did *not* solve the rsh hang problem at
> our site.
>
> Are we sure that at LLNL, the eth interface used by BMC was the
> same as that
> used by rsh traffic?
>
> -Anand
>
> -----Original Message-----
> From: Albert Chu [mailto:address@hidden
> Sent: Friday, April 30, 2004 12:36 PM
> To: Anand Babu
> Cc: freeipmi-devel; Iannotti, Jeff M (GE Energy); Manian, Anand (GE
> Energy, Non GE); address@hidden;
> address@hidden;address@hidden;
> address@hidden; Devarajan;
> address@hidden; address@hidden
> Subject: Re: [Freeipmi-devel] BMC and RSH/NIS conflict
>
>
> This may not be feasible for most institutions, but at LLNL, we
> gave the
> BMCs a different IP address than the NIC. Solves the problem AB
> mentions plus a handful of setup/management annoyances.
>
> Al
>
> --
> Albert Chu
> address@hidden
> Lawrence Livermore National Laboratory
>
> ----- Original Message -----
> From: Anand Babu <address@hidden>
> Date: Thursday, April 29, 2004 4:02 pm
> Subject: [Freeipmi-devel] BMC and RSH/NIS conflict
>
> > Remote-shell (rsh) and NIS connections to user-datagram-protocol
> (UDP)> port 623 and 664 will time out on the network interface used
> by the
> > BMC if LAN management is enabled on that interface.
> >
> > To avoid timeouts, configure your services to block the use of UDP
> > ports 623 and 664, or use an alternate network interface for that
> > traffic.
> >
> > Secure connections to BMC port 664 is not enabled on most BMC
> > implementations by default.
> >
> > Thanks to Anand Manian (GE Power Systems) for reporting this
> problem.>
> =====================================================================>
Solution: RESERVE RMCP PORTS THROUGH INETD
> > Some one please try this solution and report its correctness or
> > recommend a better solution:
> >
> > Under Debian GNU/Linux:
> >
> > Append the following to /etc/services:
> > # BMC IPMI/RMCP services
> > rmcp 623/udp # Aux Bus Shunt (Primary RMCP Port)
> > rmcp 623/tcp # Aux Bus Shunt (Primary RMCP Port)
> > rmcps 664/udp # Secure Aux Bus (Secondary RMCP Port)
> > rmcps 664/tcp # Secure Aux Bus (Secondary RMCP Port)
> >
> > Append the following to /etc/inetd.conf
> > # BMC IPMI/RMCP services
> > rmcp dgram udp wait root /bin/true
> > rmcp stream tcp nowait root /bin/true
> > rmcps dgram udp wait root /bin/true
> > rmcps stream tcp nowait root /bin/true
> >
> =====================================================================>
> > Redhat GNU/Linux users may have to configure xinetd service instead.
> >
> > --
> > Anand Babu
> > Free as in Freedom <www.gnu.org>
> >
> >
> > _______________________________________________
> > Freeipmi-devel mailing list
> > address@hidden
> > http://mail.nongnu.org/mailman/listinfo/freeipmi-devel
> >
>