Re: Linux 2.1.28

1997-03-20 Thread Christian Leutloff
Peter Iannarelli [EMAIL PROTECTED] writes:

 What I have in my /etc/init.d/network is
 
 ifconfig lo 127.0.0.0 netmask 255.0.0.0
 route add -net 127.0.0.0 netmask 255.0.0.0

 Hi Peter, and listers, This is my /etc/init.d/network  
 
 #!/bin/sh
 ifconfig lo 127.0.0.1
 route add -net 127.0.0.0

the original one is the right one - if testet it today ;-)

you can verify that with ifconfig and netstat -nr:

[EMAIL PROTECTED]:[run] #ifconfig 
loLink encap:Local Loopback  
  inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
  UP BROADCAST LOOPBACK RUNNING  MTU:3584  Metric:1
  RX packets:22 errors:0 dropped:0 overruns:0
  TX packets:22 errors:0 dropped:0 overruns:0

[EMAIL PROTECTED]:[run] #netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt Iface
127.0.0.0   0.0.0.0 255.0.0.0   U  3584 0  0 lo

hope it helps
Christian

-- 
Christian Leutloff, Aachen, Germany
   eMail: [EMAIL PROTECTED]   http://www.oche.de/~leutloff/

Debian/GNU Linux! Mehr unter http://www.debian.org/



pgpj6Q1Si67Di.pgp
Description: PGP signature


Re: Linux 2.1.28

1997-03-18 Thread Richard Morin
On Wed, 12 Mar 1997, Peter Iannarelli wrote:

 2.The pppd reports a netmask error once LCP negotiation is
   complete even if a netmask is provided in either of the options 
   files.
 
 3.The /etc/init.d/network file is not compatible between 
   2.1.2 and 2.1.28. A netmask must be provided for network
   interface and route definitions or the system will hang on boot.
 

Hi Peter, and listers, This is my /etc/init.d/network  

#!  /bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0

what should I add to define the netmask?
Just add   netmask 255.0.0.0 to the end of my route line?
I use diald and whenever a link is brought up or comes down, it complains
about the netmasks
Any suggestions most appreciated.  

If anyone is curious, I've managed to get my sb16 pnp working just fine
now.  My kernel woes were linked to binutils, which for some reason,
either I upgraded or it happened in dselect without my really taking
notice.  Going back to the stable version of binutil allowed me to compile
my now 2.1.20 kernel just fine.  Quake anyone?


Richard Morin
[EMAIL PROTECTED]
===
   Minds, like parachutes, only function when they are open.


RE: Linux 2.1.28

1997-03-18 Thread Peter Iannarelli
Hi Richard:

What I have in my /etc/init.d/network is

ifconfig lo 127.0.0.0 netmask 255.0.0.0
route add -net 127.0.0.0 netmask 255.0.0.0

When the system boots and I run a netstat, my lo network interface
doesn't show up. Why?, I don't know. However when I issue
a ifconfig, the lo interface shows up. In a nutshell
any route or interface definition in networks seems to need a 
netmask.

I didn't experience these conditions on 2.1.2.

I hope this helps.

Regards,



Peter Iannarelli

Richard Morin responded on Tues. Mar. 18, 1997:
--

On Wed, 12 Mar 1997, Peter Iannarelli wrote:

 2.The pppd reports a netmask error once LCP negotiation is
   complete even if a netmask is provided in either of the options 
   files.
 
 3.The /etc/init.d/network file is not compatible between 
   2.1.2 and 2.1.28. A netmask must be provided for network
   interface and route definitions or the system will hang on boot.
 

Hi Peter, and listers, This is my /etc/init.d/network  

#!  /bin/sh
ifconfig lo 127.0.0.1
route add -net 127.0.0.0

what should I add to define the netmask?
Just add   netmask 255.0.0.0 to the end of my route line?
I use diald and whenever a link is brought up or comes down, it complains
about the netmasks
Any suggestions most appreciated.  

If anyone is curious, I've managed to get my sb16 pnp working just fine
now.  My kernel woes were linked to binutils, which for some reason,
either I upgraded or it happened in dselect without my really taking
notice.  Going back to the stable version of binutil allowed me to compile
my now 2.1.20 kernel just fine.  Quake anyone?


Richard Morin
[EMAIL PROTECTED]
===
   Minds, like parachutes, only function when they are open.



Linux 2.1.28

1997-03-13 Thread Peter Iannarelli
Hello all:

I have recently upgraded my debian system from 2.1.2 to 2.1.28 
because of the SMP support and found the following problems.

1.  Masquerading doesn't work in 2.1.28

2.  The pppd reports a netmask error once LCP negotiation is
complete even if a netmask is provided in either of the options 
files.

3.  The /etc/init.d/network file is not compatible between 
2.1.2 and 2.1.28. A netmask must be provided for network
interface and route definitions or the system will hang on boot.

4.  ext_fs and xia_fs header and support files were missing  from
/usr/src/linux/include/linux therefore applications requiring those 
header files would not compile. ( I copied them from my 2.1.2 )


Regards



Peter Iannarelli