Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Jim Breton
On Fri, Mar 09, 2001 at 10:09:13PM -0600, Ted Cabeen wrote: > Actually we trap illegal packets like this one in I15lospoof.def. > > :#: Deny and log all packets trying to come in from a 127.0.0.0/8 address > :#: over a non-'lo' interface Double-check that against the original question: "is deb

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Ted Cabeen
In message <[EMAIL PROTECTED]>, Jim Breton writes: >On Fri, Mar 09, 2001 at 08:49:54PM +, Jim Breton wrote: >> # deny and log all packets trying to come in from a 127.0.0.0/8 address >> # over a non-'lo' interface > >Oops. Just occurred to me that this is not what you were asking about. >Why d

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Jim Breton
On Fri, Mar 09, 2001 at 08:49:54PM +, Jim Breton wrote: > # deny and log all packets trying to come in from a 127.0.0.0/8 address > # over a non-'lo' interface Oops. Just occurred to me that this is not what you were asking about. Why do I do such things? Anyway. /etc/ipmasq/rules/I90extern

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Jim Breton
On Fri, Mar 09, 2001 at 10:09:13PM -0600, Ted Cabeen wrote: > Actually we trap illegal packets like this one in I15lospoof.def. > > :#: Deny and log all packets trying to come in from a 127.0.0.0/8 address > :#: over a non-'lo' interface Double-check that against the original question: "is de

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Ted Cabeen
In message <[EMAIL PROTECTED]>, Jim Breton writes: >On Fri, Mar 09, 2001 at 08:49:54PM +, Jim Breton wrote: >> # deny and log all packets trying to come in from a 127.0.0.0/8 address >> # over a non-'lo' interface > >Oops. Just occurred to me that this is not what you were asking about. >Why

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Jim Breton
On Fri, Mar 09, 2001 at 08:49:54PM +, Jim Breton wrote: > # deny and log all packets trying to come in from a 127.0.0.0/8 address > # over a non-'lo' interface Oops. Just occurred to me that this is not what you were asking about. Why do I do such things? Anyway. /etc/ipmasq/rules/I90exter

Segfault in login

2001-03-09 Thread Mike Fedyk
I don't know if this could be exploited is any way, but here's something that I've seen. This is on x86 on two machines and a ppc g3. #su #login login: ^D Segmentation fault Maybe you guys can check this more. Mike

Re: kernel patches

2001-03-09 Thread Patrick Dreker
Am Samstag, 10. März 2001 00:05 schrieb Kevin: > Then they only have to compile their own version. Openwall shows only > you when you run 'w' but shows everyone if you 'who'. Anyone know > why? No experience with tools like this (LIDS/Openwall etc.) w and who are different binaries on my system,

Re: Re[2]: kernel patches

2001-03-09 Thread MaD dUCK
also sprach Kevin (on Fri, 09 Mar 2001 04:05:17PM -0700): > Then they only have to compile their own version. Openwall shows only > you when you run 'w' but shows everyone if you 'who'. Anyone know > why? well, afaik w and who are two separate programs. it appears that who uses utmp information

Re: Re[2]: kernel patches

2001-03-09 Thread Uriah Welcome
On Fri, Mar 09, 2001 at 04:05:17PM -0700, Kevin wrote: > > > Then they only have to compile their own version. Openwall shows only > you when you run 'w' but shows everyone if you 'who'. Anyone know > why? > Because 'who' just read /var/log/wtmp, where as 'w' looks at the process that current

Re[2]: kernel patches

2001-03-09 Thread Kevin
Then they only have to compile their own version. Openwall shows only you when you run 'w' but shows everyone if you 'who'. Anyone know why? -- Kevin - [EMAIL PROTECTED] -- Original message -- > Am Freitag, 9. März 2001 23:40 schrieb Robert Mognet: >> Hello, >> >> On Wed, Mar 07, 2001 at

Re: kernel patches

2001-03-09 Thread Patrick Dreker
Am Freitag, 9. März 2001 23:40 schrieb Robert Mognet: > Hello, > > On Wed, Mar 07, 2001 at 05:03:55PM +0100, Niklas H?glund wrote: > > Hi! > > Anyone know where I can find a kernel patch that restricts users so.. > > 'who' shows only the user himself > "who" is not a kernel function, it's a system

Re: kernel patches

2001-03-09 Thread Noah L. Meyerhans
On Fri, Mar 09, 2001 at 05:40:03PM -0500, Robert Mognet wrote: > > Anyone know where I can find a kernel patch that restricts users so.. > > 'who' shows only the user himself > > "who" is not a kernel function, it's a system utility. That doesn't mean a kernel patch can't modify its behavior. Ha

Re: kernel patches

2001-03-09 Thread Robert Mognet
Hello, On Wed, Mar 07, 2001 at 05:03:55PM +0100, Niklas H?glund wrote: > Hi! > Anyone know where I can find a kernel patch that restricts users so.. > 'who' shows only the user himself "who" is not a kernel function, it's a system utility. Something like this will work: alias who="me=`whoami`

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Jim Breton
On Fri, Mar 09, 2001 at 08:47:41AM -0400, Peter Cordes wrote: > Yes. It uses rp_filter (this is controlled in /proc/sys/... Read Also by: /etc/ipmasq/rules/I15lospoof.def if you have the ipmasq package installed: # deny and log all packets trying to come in from a 127.0.0.0/8 address # over

Segfault in login

2001-03-09 Thread Mike Fedyk
I don't know if this could be exploited is any way, but here's something that I've seen. This is on x86 on two machines and a ppc g3. #su #login login: ^D Segmentation fault Maybe you guys can check this more. Mike -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: kernel patches

2001-03-09 Thread Patrick Dreker
Am Samstag, 10. März 2001 00:05 schrieb Kevin: > Then they only have to compile their own version. Openwall shows only > you when you run 'w' but shows everyone if you 'who'. Anyone know > why? No experience with tools like this (LIDS/Openwall etc.) w and who are different binaries on my system,

Re: Re[2]: kernel patches

2001-03-09 Thread MaD dUCK
also sprach Kevin (on Fri, 09 Mar 2001 04:05:17PM -0700): > Then they only have to compile their own version. Openwall shows only > you when you run 'w' but shows everyone if you 'who'. Anyone know > why? well, afaik w and who are two separate programs. it appears that who uses utmp information

Re: Re[2]: kernel patches

2001-03-09 Thread Uriah Welcome
On Fri, Mar 09, 2001 at 04:05:17PM -0700, Kevin wrote: > > > Then they only have to compile their own version. Openwall shows only > you when you run 'w' but shows everyone if you 'who'. Anyone know > why? > Because 'who' just read /var/log/wtmp, where as 'w' looks at the process that curren

Re[2]: kernel patches

2001-03-09 Thread Kevin
Then they only have to compile their own version. Openwall shows only you when you run 'w' but shows everyone if you 'who'. Anyone know why? -- Kevin - [EMAIL PROTECTED] -- Original message -- > Am Freitag, 9. März 2001 23:40 schrieb Robert Mognet: >> Hello, >> >> On Wed, Mar 07, 2001 a

Re: kernel patches

2001-03-09 Thread Patrick Dreker
Am Freitag, 9. März 2001 23:40 schrieb Robert Mognet: > Hello, > > On Wed, Mar 07, 2001 at 05:03:55PM +0100, Niklas H?glund wrote: > > Hi! > > Anyone know where I can find a kernel patch that restricts users so.. > > 'who' shows only the user himself > "who" is not a kernel function, it's a syste

Re: kernel patches

2001-03-09 Thread Noah L. Meyerhans
On Fri, Mar 09, 2001 at 05:40:03PM -0500, Robert Mognet wrote: > > Anyone know where I can find a kernel patch that restricts users so.. > > 'who' shows only the user himself > > "who" is not a kernel function, it's a system utility. That doesn't mean a kernel patch can't modify its behavior. H

Re: kernel patches

2001-03-09 Thread Robert Mognet
Hello, On Wed, Mar 07, 2001 at 05:03:55PM +0100, Niklas H?glund wrote: > Hi! > Anyone know where I can find a kernel patch that restricts users so.. > 'who' shows only the user himself "who" is not a kernel function, it's a system utility. Something like this will work: alias who="me=`whoami

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Jim Breton
On Fri, Mar 09, 2001 at 08:47:41AM -0400, Peter Cordes wrote: > Yes. It uses rp_filter (this is controlled in /proc/sys/... Read Also by: /etc/ipmasq/rules/I15lospoof.def if you have the ipmasq package installed: # deny and log all packets trying to come in from a 127.0.0.0/8 address # over

Re: kernel patches

2001-03-09 Thread Faith Healer
On Wed, 7 Mar 2001, [iso-8859-1] Niklas H?glund wrote: > Hi! > Anyone know where I can find a kernel patch that restricts users so.. > 'who' shows only the user himself > 'netstat -a' only ports that root/the user owns > 'ls' only files that are owned by root/the user > ?? > //Niklas Take a look

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Matus \"fantomas\" Uhlar
-> > is debian protected beforeconnecting from remote hosts to address -> > 127.0.0.0/8 ? -> > -> > how? -> -> -> [amos]:~/# grep spoof-protect /etc/init.d/networking -> if [ -e /etc/network/spoof-protect ]; then -> . /etc/network/spoof-protect -> -> [amos]:~/# grep 127.0.0.1 /etc/network/s

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Peter Cordes
On Fri, Mar 09, 2001 at 11:30:23AM +0100, Matus fantomas Uhlar wrote: > HEllo, > > is debian protected beforeconnecting from remote hosts to address > 127.0.0.0/8 ? > > how? Yes. It uses rp_filter (this is controlled in /proc/sys/... Read linux/Documentation/filesystems/proc.txt, in the kerne

Re: kernel patches

2001-03-09 Thread Faith Healer
On Wed, 7 Mar 2001, [iso-8859-1] Niklas Höglund wrote: > Hi! > Anyone know where I can find a kernel patch that restricts users so.. > 'who' shows only the user himself > 'netstat -a' only ports that root/the user owns > 'ls' only files that are owned by root/the user > ?? > //Niklas Take a loo

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Matus \"fantomas\" Uhlar
-> > is debian protected beforeconnecting from remote hosts to address -> > 127.0.0.0/8 ? -> > -> > how? -> -> -> [amos]:~/# grep spoof-protect /etc/init.d/networking -> if [ -e /etc/network/spoof-protect ]; then -> . /etc/network/spoof-protect -> -> [amos]:~/# grep 127.0.0.1 /etc/network/

Re: 127.0.0.0/8 addresses from the network

2001-03-09 Thread Peter Cordes
On Fri, Mar 09, 2001 at 11:30:23AM +0100, Matus fantomas Uhlar wrote: > HEllo, > > is debian protected beforeconnecting from remote hosts to address > 127.0.0.0/8 ? > > how? Yes. It uses rp_filter (this is controlled in /proc/sys/... Read linux/Documentation/filesystems/proc.txt, in the kern

127.0.0.0/8 addresses from the network

2001-03-09 Thread Matus \"fantomas\" Uhlar
HEllo, is debian protected beforeconnecting from remote hosts to address 127.0.0.0/8 ? how? -- Matus "fantomas" Uhlar, sysadmin at NEXTRA, Slovakia; IRCNET admin of *.sk [EMAIL PROTECTED] ; http://www.fantomas.sk/ ; http://www.nextra.sk/ If Barbie is so popular, why do you have to buy her fri

Re: saft port

2001-03-09 Thread Colin Phipps
On Thu, Mar 08, 2001 at 09:07:01PM -0800, Alexander Hvostov wrote: > SAFT is a nifty little protocol that lets you send a file to some other > user on the internet without them having to explicitly accept it. Instead, > the SAFT server will receive the file and place it in a queue for access > late

127.0.0.0/8 addresses from the network

2001-03-09 Thread Matus \"fantomas\" Uhlar
HEllo, is debian protected beforeconnecting from remote hosts to address 127.0.0.0/8 ? how? -- Matus "fantomas" Uhlar, sysadmin at NEXTRA, Slovakia; IRCNET admin of *.sk [EMAIL PROTECTED] ; http://www.fantomas.sk/ ; http://www.nextra.sk/ If Barbie is so popular, why do you have to buy her fr

Re: saft port

2001-03-09 Thread Colin Phipps
On Thu, Mar 08, 2001 at 09:07:01PM -0800, Alexander Hvostov wrote: > SAFT is a nifty little protocol that lets you send a file to some other > user on the internet without them having to explicitly accept it. Instead, > the SAFT server will receive the file and place it in a queue for access > lat