Displaying 20 results from an estimated 22 matches for "mountd_port".
2012 Aug 08
1
Update to EL 6.3 breaks TCP NFS automounts
...e discovered that after updating to EL 6.3 on our x86_64 server, autofs
5.0.5-54 broke our nightly backups that rely on automounting an NFS
share hosted on another EL 6 machine on our local network. The machine
hosting NFS server was configured to allow only TCP connections to the
port specified by MOUNTD_PORT in "/etc/sysconfig/nfs"
Any attempts to access this share caused segmentation faults in the
automount daemon.
EL 6.2 hosts that had not yet been updated had no problems accessing the
same NFS shares.
While testing we found that opening the UDP MOUNTD_PORT on the NFS
server firewall all...
2008 Jun 03
2
firewalled NFS
Hi,
I'm trying to setup a firewalled NFS server. I've configured my server
(CentOS 5) using the following parameters
/etc/sysconfig/nfs
MOUNTD_NFS_V1="no"
MOUNTD_NFS_V2="no"
RQUOTAD_PORT=875
LOCKD_TCPPORT=32803
LOCKD_UDPPORT=32769
RPCNFSDCOUNT=64
MOUNTD_PORT=892
STATD_PORT=662
STATD_OUTGOING_PORT=2020
SECURE_NFS="yes"
modprobe.conf:
options lockd nlm_udpport=4001 nlm_tcpport=4001
But it does not mount it:
# mount 172.20.0.150:/tmp/ /mnt/tmp/
mount: mount to NFS server '172.20.0.150' failed: timed out (giving up).
There's anyt...
2010 Sep 01
2
statd random port - sysconfig/nfs not taking effect
I have changed /etc/sysconfig/nfs to specify port numbers for NFS
daemons. Somehow statd is still starting up at random port number.
Other damons are starting at properly at specified port numbers Any
clues on what might be wrong? Any other location/setting that takes
precedence over sysconfig/nfs ? It's CentOS 5.5 64bit with nfs-utils
1.0.9-44.el5.
--
Thanks,
CS
2008 Apr 07
1
NFS, acls, proto, and "kernel: svc: unknown version"
...client>(rw,sync,wdelay,no_root_squash,acl)
##############################
server's /etc/hosts.allow:
ALL : <NFS client IP> : ALLOW
##############################
server's /etc/sysconfig/nfs (ports allowed through firewall, too):
STATD_PORT=4000
LOCKD_TCPPORT=4001
LOCKD_UDPPORT=4001
MOUNTD_PORT=4002
RQUOTAD_PORT=4003
##############################
--
Stephen Towler
2012 Oct 24
2
Why portmap is needed for NFSv4 in CentOS6
...ed.
# The default is 8.
#RPCNFSDCOUNT=8
# Stop the nfsd module from being pre-loaded
#NFSD_MODULE="noload"
# Set V4 grace period in seconds
#NFSD_V4_GRACE=90
#
#
#
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
#RPCMOUNTDOPTS=""
# Port rpc.mountd should listen on.
#MOUNTD_PORT=892
#
#
# Optional arguments passed to rpc.statd. See rpc.statd(8)
#STATDARG=""
# Port rpc.statd should listen on.
#STATD_PORT=662
# Outgoing port statd should used. The default is port
# is random
#STATD_OUTGOING_PORT=2020
# Specify callout program
#STATD_HA_CALLOUT="/usr/local/bin/...
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
...-/*
- * Use portmapper to find mountd and nfsd port numbers if not overriden
- * by the user. Use defaults if portmapper is not available.
- * XXX: Is there any nfs server with no portmapper?
- */
-static int __init root_nfs_ports(void)
-{
- int port;
- int nfsd_ver, mountd_ver;
- int nfsd_port, mountd_port;
- int proto;
-
- if (nfs_data.flags & NFS_MOUNT_VER3) {
- nfsd_ver = NFS3_VERSION;
- mountd_ver = NFS_MNT3_VERSION;
- nfsd_port = NFS_PORT;
- mountd_port = NFS_MNT_PORT;
- } else {
- nfsd_ver = NFS2_VERSION;
- mountd_ver = NFS_MNT_VERSION;
- nfsd_port = NFS_PORT;
- mountd_port = NFS_MN...
2011 May 31
1
Unable to mount Centos 5.6 Server via nfs4 - Operation Not Permitted - MADNESS!
...[root at sl01 log]# mount -t nfs4 192.168.15.200:/opt/company_data /mnt
mount.nfs4: Operation not permitted
As nearest as I can tell, I was able to setup the ports correctly in /etc/sysconfig/nfs
[root at centos sysconfig]# grep -v \# nfs
RQUOTAD_PORT=875
LOCKD_TCPPORT=32803
LOCKD_UDPPORT=32769
MOUNTD_PORT=892
STATD_PORT=662
As well as my /etc/services file:
# Local services
rquotad 875/tcp
lockd 32803/tcp
lockd 32769/tcp
mountd 892/tcp
statd 662/tcp
rquotad 875/udp
lockd 32803/udp
lockd 32769/udp
mountd 892/udp
statd 662/udp
[root at centos sy
rpcinfo -p seems fine (although I understand th...
2009 Aug 04
4
firewall setup for nfs
Below is my firewall rules for iptables.
everything is working fine except for NFS
I cannot mount my drive.
If I turn off iptables I can mount.
Looking at this :
http://www.centos.org/docs/5/html/Deployment_Guide-en-US/ch-nfs.html
Important
In order for NFS to work with a default installation of Red Hat
Enterprise Linux with a firewall enabled, IPTables with the default TCP
port 2049
2009 Dec 18
1
mountd and statd at specific ports - nfs firewall
Hi,
I am configuring firewall for NFS.
I see that statd and mountd start at random port. Is there any way to
force it to start at specific port each time. The '-p ' option would
work, but how do I configure it to start at specific port number each
time. I mean where do statd and mountd look for default configuration
options? Any clues?
-
CS.
2009 Dec 28
2
NFS problem
I'm trying to NFS-mount a CentOS directory on my Fedora laptop,
but I find I can only do this is I turn off the firewall
on the CentOS server.
If instead I go to system-config-securitylevel-tui on the server,
and allow NFS4, this does not do the trick.
Nor does allowing port 2049.
What do I need to allow?
[I should say that the CentOS server is remote,
and difficult to access directly;
that
2007 Oct 10
2
NFS and Firewall
Hi Folks,
I'm using VMWare on a Linux Host (CentOS) with a Linux-Guest Sidux).
And I'd like to use NFS.
Furthermore I'd like to use the Firewall in CentOS with this little GUI.
If I activate this firewall then my Guest says "no route to host" on mounting
nfs.
Firewall disabled -> no problem occurs.
Is there a solution to use firewall _and_ nfs ?
Please, no iptables
2009 Jul 04
3
[Fwd: Re: Getting started with NFS]
An embedded message was scrubbed...
From: Niki Kovacs <contact at kikinovak.net>
Subject: Re: [CentOS] Getting started with NFS
Date: Sat, 04 Jul 2009 10:33:31 +0200
Size: 1377
URL: <http://lists.centos.org/pipermail/centos/attachments/20090704/b8ff2d37/attachment-0003.eml>
2007 Sep 13
3
NFS and iptables issues
I've got a newly installed Centos 5.0 box, planned to replace an ageing server
(solaris box). I've set up the nfs shares, but the other solaris boxes
won't mount them, unless I turn of iptables on the Centos box. If I do that,
they mount, and all operations tested to date work fine.
Iptables is allowing the 2049 tcp and udp ports already. What else needs to
be opened up in
2009 Aug 11
1
[PATCH server] remove appliance bits
...c
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#
-# Author: Joey Boggs <jboggs at redhat.com>
-#--
-
-class appliance::bundled {
-
-$nfs_changes = [
- "set /files/etc/sysconfig/nfs/MOUNTD_PORT 892"
-]
-
-augeas {"nfs_config":
- changes => $nfs_changes,
- notify => Service["nfs"]
-}
-
-$nfslock_changes = [
- "set /files/etc/sysconfig/nfs/LOCKD_TCPPORT 32803",
- "set /files/etc/sysconfig/nfs/LOCKD_UDPPORT 32769",
- "set...
2012 Dec 21
2
NFSv4 on CentOS 5.5
Hi,
What is the magic juju that I have to put in /etc/sysconfig/autofs to
get autofs to default to using NFSv4, rather than NFSv3, for mounting
file systems?
I don't want to place these flags into the automount maps themselves
because we have a varied network with Sun, CentOS, RedHat and
Macintosh systems, and the flags that have to get added to automount
maps (which we distribute centrally
2006 Sep 30
2
firewall issue
Hello everyone,
I am setting up a new system for use as a testing/demo/trial-and-error
system. I have installed CentOS 4.4 on it. There is not an
X-environment, so I will need to fix this from the command line (via ssh
access).
I am trying to do an nfs export from this box to another on my internal
home network. I have figured out that it is a firewall issue on the
CentOS box (I turn off the
2020 Nov 20
2
Desktop Over NFS Home Blocked By Firewalld
...]
[statd]
port = 43092
[sm-notify]
On the server and clients, I allow those corresponding ports.
I believe on centos 7 I used /etc/modprobe.d/lockd.conf to use something like:
options lockd nlm_udpport=43094 nlm_tcpport=43094
and
# cat /etc/sysconfig/nfs
LOCKD_TCPPORT=43090
LOCKD_UDPPORT=43090
MOUNTD_PORT=43091
STATD_PORT=43092
RQUOTAD_PORT=43093
Hope that helps!
2020 Nov 20
4
Desktop Over NFS Home Blocked By Firewalld
On Fri, Nov 20, 2020 at 12:18 PM Frank Cox <theatre at sasktel.net> wrote:
>
> On Fri, 20 Nov 2020 12:07:40 -0500
> Michael B Allen wrote:
>
> > So TCP src 760 to 41285. What's that?
>
> Apparently "that" is what you need to allow in order for your desktop to work.
>
> What it is actually doing, I'm not sure. Google tells me that port 760 has
2010 Feb 18
3
NFS client firewall config?
Hi all,
Which ports do I need to have open on an NFS client's firewall to allow it
to connect to a remote NFS servers?
When I disable iptables (using ConfigServerFirewall), it connects fine, but
as soon as I enable it, NFS gives me this error:
root at saturn:[~]$ mount master1.mydomain.co.za:/saturn /bck
mount: mount to NFS server 'master1.mydomain.co.za' failed: RPC Error:
Unable to
2010 Apr 21
3
Help with NFSV4 server
...4"
# Number of nfs server processes to be started.
# The default is 8.
#RPCNFSDCOUNT=8
# Stop the nfsd module from being pre-loaded
#NFSD_MODULE="noload"
#
#
# Optional arguments passed to rpc.mountd. See rpc.mountd(8)
#RPCMOUNTDOPTS=""
# Port rpc.mountd should listen on.
#MOUNTD_PORT=892
#
#
# Optional arguments passed to rpc.statd. See rpc.statd(8)
#STATDARG=""
# Port rpc.statd should listen on.
#STATD_PORT=662
# Outgoing port statd should used. The default is port
# is random
#STATD_OUTGOING_PORT=2020
# Specify callout program
#STATD_HA_CALLOUT="/usr/local/bin/...