Subject: Re: ppp0, ppp1 ...
To: Brad Salai <bsalai@tmonline.com>
From: Chris G. Demetriou <cgd@pa.dec.com>
List: netbsd-help
Date: 07/23/1997 07:28:33
> Now that I've got the daily insecurity output looking pretty clean, the
> only unsolvable problem being that mail/elm won't work unless var/mail is
> set to 0757 rather than 0755, I am stumped by the following:
> 
> network:
> Name  Mtu   Network     Address              Ipkts Ierrs    Opkts Oerrs  Coll
> ae0   1500  <Link>      00:40:10:00:61:61   183526   538    72115     0    72
> ae0   1500  204.249.126 law                 183526   538    72115     0    72
> ppp0* 1500  <Link>                               0     0        0     0     0
> ppp0* 1500  none        none                     0     0        0     0     0
> ppp1* 1500  <Link>                               0     0        0     0     0
> ppp1* 1500  none        none                     0     0        0     0     0
> lo0   32768 <Link>                            6881     0     6881     0     0
> lo0   32768 your-net    localhost             6881     0     6881     0     0
> sl0*  296   <Link>                               0     0        0     0     0
> 
> I'm not using ppp, and would like the routes to go away. My last attempt,
> 
> ifconfig ppp0 down didn't work, and somehow, I've now got 4 lines of ppp**
> 
> Any suggestions?

Uh, those aren't routes.

Those are interfaces (and that output is from netstat -i).

If you want those interfaces to go away, rebuild a kernel that doesn't
include PPP (or slip, if you want sl0 to go away, too).


chris