LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@linux01.gwdg.de>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [discuss] portmapping sucks
Date: Thu, 25 Jan 2007 00:50:16 +0100 (MET)	[thread overview]
Message-ID: <Pine.LNX.4.61.0701250030530.32656@yvahk01.tjqt.qr> (raw)

Hello list,


I just don't know where else I could send this, it's sooo generic to 
Linux and UNIX (perhaps blame SUN for inventing portmap?)
Well, here goes...

As we all know, mountd and other SUNRPC (I question this invention too) 
services are at a fixed RPC port number (/etc/rpc) which are mapped 
to a random TCP/UDP port, and the application doing the mappings is
portmap. This random TCP/UDP port selection is what makes it suck.

Already twice in 6 months, it has occurred to me that mountd was 
assigned to vital TCP ports, among which there was:

631/tcp causing
  - cups could not start up properly
  - samba went into an infinite loop upon startup trying
    to access port 631 with IPP

There are a number of common ports in the 512-1023 range. All 
obsolescence and meaninglessness aside, there _are_ rather "important" 
services in that range, ldaps, rtsp, kerberos, rsync, ftps, imaps, just 
to name a few from /etc/services. This map-to-random-port behavior is a 
total DoS thing.

Not starting portmap until boot has finished does not work. Think 
of importing NFS beforehand (/usr, anyone?). Even if, your admin would 
be very puzzled if he finds that normally-disabled daemons cannot be 
started at any later time.

At best I'd obsolete the whole SUNRPC stuff, do away with portmap (and 
just use TCP/UDP port numbers already) and have a LOT of code simplified 
(portmap registration for knfsd, to name a prime example).
Or at least give it fixed TCP/UDP/etc. port numbers too.

Request for discussion.


Thanks,
Jan
-- 

             reply	other threads:[~2007-01-24 23:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-24 23:50 Jan Engelhardt [this message]
2007-01-25  0:19 ` [discuss] portmapping sucks Trent Waddington
2007-01-25  3:10 ` Trond Myklebust
2007-01-26  0:14 ` Henrique de Moraes Holschuh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.61.0701250030530.32656@yvahk01.tjqt.qr \
    --to=jengelh@linux01.gwdg.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).