On Mon, 25 Sep 100, Allen Ahoffman wrote:
> Hi: > with kernel 2.2.14 and varying hardware I have seen messages on boot like > this: > neighbor table overflow > neighbor table overflow > > and when trying to manually configure the ethernet interface which is > using eepro100 module > no buffer space available > can't ping self in this condition. > anybody know what this is? > Is it some results of a hack? You forgot to ifconfig the 'lo' interface - do ifconfig lo 127.0.0.1 netmask 255.0.0.0 And all will be fine.