Package: netbase Version: 4.23 Severity: normal Tags: patch
NFS has traditionally used port 2049. Though clients usually look up the port with portmap anyway, rfc3530 sets 2049 as the well known port. Therefore NFSv4 clients, at least, no longer depend on portmap. The NFS entries are also in http://www.iana.org/assignments/port-numbers, and development versions of rpc.gssd (www.citi.umich.edu/projects/nfsv4/linux/) expect to find it in /etc/exports. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-rc3-g1376481d Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages netbase depends on: ii debconf [debconf-2.0] 1.4.66 Debian configuration management sy ii ifupdown 0.6.7 high level tools to configure netw ii lsb-base 3.0-13 Linux Standard Base 3.0 init scrip ii netkit-inetd 0.10-10.2 The Internet Superserver ii netkit-ping [ping] 0.10-10.2 The ping utility from netkit ii tcpd 7.6.dbs-8 Wietse Venema's TCP wrapper utilit netbase recommends no packages. -- debconf information excluded
Add nfs port --- etc-services | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/etc-services b/etc-services index 215d8c8..e36a18d 100644 --- a/etc-services +++ b/etc-services @@ -277,6 +277,8 @@ radius-acct 1813/udp radacct unix-status 1957/tcp # remstats unix-status server log-server 1958/tcp # remstats log server remoteping 1959/tcp # remstats remoteping server +nfs 2049/tcp # Network File System +nfs 2049/udp # Network File System rtcm-sc104 2101/tcp # RTCM SC-104 IANA 1/29/99 rtcm-sc104 2101/udp cvspserver 2401/tcp # CVS client/server operations

