|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: Re: $HOSTALIASES thing.
From: Robert Elz (kre
munnari.OZ.AU)Date: Sat Nov 04 2000 - 00:15:55 CST
- Next message: Andrew Brown: "Re: $HOSTALIASES thing."
- Previous message: Simon Gerraty: "Re: $HOSTALIASES thing."
- In reply to: matthew green: "re: $HOSTALIASES thing."
- Next in thread: Andrew Brown: "Re: $HOSTALIASES thing."
- Next in thread: Simon Gerraty: "Re: $HOSTALIASES thing."
- Reply: Robert Elz: "Re: $HOSTALIASES thing."
- Reply: Andrew Brown: "Re: $HOSTALIASES thing."
- Reply: Jonathan Stone: "Re: $HOSTALIASES thing."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 04 Nov 2000 12:59:32 +1100
From: matthew green <mrg
eterna.com.au>
Message-ID: <7637.973303172
eterna.com.au>
| actually, more and more of my machines are running with NOIPPRIVPORTS
| because i don't believe in any of the "security" associated with priv ports
If you're thinking of the security associated with priv ports as being
"that connection came from port 513, hence I really can trust that the
user is who he claims to be, because that kernel wouldn't lie to me"
then you're right, that's bogus.
But the other kind of security associated with priv ports is completely
valid and workable, that's the one that stops (pseudo-code)
s = socket();
sa.s_port = htons(23);
sa.s_addr = IN_ADDR_ANY;
bind(s, &sa);
listen(s);
so any random user can start their own telnet server on the box. Of course,
on a firewall, you don't have random users, and you tightly control the
applications, so there it really doesn't matter - but in general, priv ports
are still definitely a needed thing.
kre
- Next message: Andrew Brown: "Re: $HOSTALIASES thing."
- Previous message: Simon Gerraty: "Re: $HOSTALIASES thing."
- In reply to: matthew green: "re: $HOSTALIASES thing."
- Next in thread: Andrew Brown: "Re: $HOSTALIASES thing."
- Next in thread: Simon Gerraty: "Re: $HOSTALIASES thing."
- Reply: Robert Elz: "Re: $HOSTALIASES thing."
- Reply: Andrew Brown: "Re: $HOSTALIASES thing."
- Reply: Jonathan Stone: "Re: $HOSTALIASES thing."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]