Re: this guy talks to ff01a8c0 from loopback

1999-02-01 Thread Carey Evans
[EMAIL PROTECTED] writes: > /etc/init.d/network (stripped of comments) > route add -host 127.0.0.1 lo > ifconfig lo 127.0.0.1 netmask 255.0.0.0 > ifconfig eth0 192.168.1.1 netmask 255.255.255.0 up > route add -net 192.168.1.0 netmask 255.255.255.0 eth0 > /usr/local/bin/socks5 -i -t You shouldn't

Re: this guy talks to ff01a8c0 from loopback

1999-01-29 Thread Nils Rennebarth
On Thu, Jan 28, 1999 at 08:08:13PM -0500, [EMAIL PROTECTED] wrote: > I did see some SIO. type error whiz by during boot. I had the > /etc/init.d/network script in verbose mode and it occured after the > 'route add -host 127.0.0.1 lo' line. Thanks for taking a peek at this. > > route add -ne

Re: this guy talks to ff01a8c0 from loopback

1999-01-29 Thread servis
*- On 29 Jan, Carey Evans wrote about "Re: this guy talks to ff01a8c0 from loopback" > [EMAIL PROTECTED] writes: > >> I have upgraded to the 2.2.0 kernel and am getting lots of these >> messages from the kernel: >> >> this guy talks to ff01a8c0 from

Re: this guy talks to ff01a8c0 from loopback

1999-01-29 Thread Carey Evans
[EMAIL PROTECTED] writes: > I have upgraded to the 2.2.0 kernel and am getting lots of these > messages from the kernel: > > this guy talks to ff01a8c0 from loopback ff01a8c0 is 192.168.1.255. This message comes from the IP routing code in the kernel. I can't see exactly what conditions lead t