On 9/14/06, Massimiliano Masi <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Thursday 14 September 2006, alle 16:39, Chen Li Hu wrote:
> > eth0      Link encap:Ethernet  HWaddr 00:14:5E:7E:1A:EC
>
> > IP Address              : 172.30.1.222
> > Subnet Mask             : 255.255.255.0
> > MAC Address             : 00:14:5e:7e:b8:20
>
> I think the mac and ip addresses should be the same of eth0.
> (on some bmcs works)

That assumes that it's using eth0.  My guess is that in this situation
he has a seperate management port with the correct mac.

If you do have regular network traffic and IPMI traffic on the same
port then you may want to consider putting them on different IP
addresses.  That way if the BMC gets overloaded it doesn't affect the
OS.

For example, I had a BMC that wasn't responding to ARPs fast enough
and the OS didn't recieve the ARP requests because they were on the
same IP so NFS timed out on the OS.  Or another thing with SoL
sometimes the BMC couldn't keep up so packets would reach the OS which
would respond with bogus packets back to ipmitool killing the session.

What I suggest is put the IPMI traffic on a different subnet.
Network traffic:  192.168.1.42
IPMI traffic:  192.168.2.42
On the management system `ifconfig eth0:1 192.168.2.1`

regards,
dan carpenter

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to