Rahul <(E-Mail Removed)> wrote:
> David Schwartz <(E-Mail Removed)> wrote in
> news:7af58078-aa68-45c3-a04c-(E-Mail Removed):
> > Did you properly configure the BMC with a default route, netmask,
> > and so on?
> Yup. I think so.
> ipmitool lan set 1 ipsrc static
> ipmitool lan set 1 ipaddr 172.16.0.3
> ipmitool lan set 1 netmask 255.255.0.0
> I think this was sucessful because the same set of steps do work if
> I just change the 172.16.0.3 to 10.0.4.3.
> Also, even if I use the 172.16.0.3 subnet the arp on the remote
> machine does recognise the correct mapping between the IP and the
> MAC.
Keep in mind that routing is symmetric - for traffic to be exchanged
not only does System A need to know how to reach System B, System B
needs to know how to reach System A. The above simply suggests that
your remote machine is configured for Proxy ARP and knows how to reach
your BMC. It says nothing about your BMC knowing how to reach your
remote system.
> i.e. arp figures out that 172.16.0.3 is associated with 00:26:B9:58:E6:48
> (the right MAC)
> There is one thing that I wasn't sure about though: "the default gateway".
> Not sure what to set it to. i.e. in the command
> ipmitool lan set 1 defgw ipaddr ??
> ipmitool lan set 1 defgw netmask ??
> But I was thinking that was not really required since when I use the
> 10.0.x.x subnet it just works without setting this.
Ostensibly the stack in the BMC will assume that anything other than
172.16.X.X is remote and will want to use a gateway to reach it. If
there is no (default) gateway, the IP code in the BMC stack will not
now how to get back to anything outside of 172.16.X.X.
That the system from which you are pinging gets an IP/MAC mapping in
the ARP table suggests it is using its own local IP address as the
default gateway and relying on Proxy ARP.
You could try that - setting the default gateway in the BMC to the
BMC's own local IP and have it rely on Proxy ARP too. Otherwise, I
suspect you will need to find another system in the 172.16.X.X subnet
to act as a gateway.
rick jones
--
It is not a question of half full or empty - the glass has a leak.
The real question is "Can it be patched?"
these opinions are mine, all mine; HP might not want them anyway...

feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...