Displaying 12 results from an estimated 12 matches for "32803".
Did you mean:
3280
2011 May 31
1
Unable to mount Centos 5.6 Server via nfs4 - Operation Not Permitted - MADNESS!
...ns the following message:
[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 seem...
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'...
2010 Sep 03
1
not succeeding to hide callerid with outbound calls
Hi All,
In my dialplan and standard asterisk CLI logging i see that i am able to restrict the callerid when dialing out with asterisk.
however, on the receiving phone, the callerid is still displayed.
When i increment the logging of the pri with "pri set debug on span 1" on the CLI i also get the lower level debugging info from the pri.
2010 Dec 16
13
[Bug 32453] New: SIGABRT caused by malloc around RegionCreate. Can only reproduce with nouveau not vesa.
https://bugs.freedesktop.org/show_bug.cgi?id=32453
Summary: SIGABRT caused by malloc around RegionCreate. Can only
reproduce with nouveau not vesa.
Product: xorg
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2012 Oct 24
2
Why portmap is needed for NFSv4 in CentOS6
...a server. See rquotad(8)
#RQUOTAD="/usr/sbin/rpc.rquotad"
# Port rquotad should listen on.
#RQUOTAD_PORT=875
# Optinal options passed to rquotad
#RPCRQUOTADOPTS=""
#
#
# Optional arguments passed to in-kernel lockd
#LOCKDARG=
# TCP port rpc.lockd should listen on.
#LOCKD_TCPPORT=32803
# UDP port rpc.lockd should listen on.
#LOCKD_UDPPORT=32769
#
#
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
# Turn off v2 and v3 protocol support
RPCNFSDARGS="-N 2 -N 3"
# Turn off v4 protocol support
#RPCNFSDARGS="-N 4"
# Number of nfs server processes to be starte...
2009 Aug 11
1
[PATCH server] remove appliance bits
...s 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 /files/etc/sysconfig/nfs/STATD_PORT 662"
-]
-
-augeas {"nfslock_config":
- changes => $nfslock_changes,
- notify => Service["nfslock"]
-}
-
-firewall_rule {"tgtd":...
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
2005 Aug 23
2
[Asterisk-Dev] q931 dial errors
Skipped content of type multipart/alternative-------------- next part --------------
_______________________________________________
Asterisk-Dev mailing list
Asterisk-Dev@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-dev
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
2010 Apr 21
3
Help with NFSV4 server
...ota server. See rquotad(8)
#RQUOTAD="/usr/sbin/rpc.rquotad"
# Port rquotad should listen on.
#RQUOTAD_PORT=875
# Optinal options passed to rquotad
#RPCRQUOTADOPTS=""
#
# Optional arguments passed to in-kernel lockd
#LOCKDARG=
# TCP port rpc.lockd should listen on.
#LOCKD_TCPPORT=32803
# UDP port rpc.lockd should listen on.
#LOCKD_UDPPORT=32769
#
#
# Optional arguments passed to rpc.nfsd. See rpc.nfsd(8)
# Turn off v2 and v3 protocol support
#RPCNFSDARGS="-N 2 -N 3"
# Turn off v4 protocol support
#RPCNFSDARGS="-N 4"
# Number of nfs server processes to be start...
2011 Jan 04
9
Netinstall & NFS using local server.
Dear CentOS community,
I have install centos via CD, DVD and Directly off the net via http and FTP. Now I want to do a NFS install from a local server and a client. Both, client and server are in the same vlan 10.14.10.0/255.255.255.0.
The server has a static 10.14.10.15 address and the client gets its own address via DHCP. I download the DVD image from one of the mirrors and placed it under
2003 Mar 28
9
Squid
I''m attempting to setup Squid as shown on:
http://shorewall.sourceforge.net/Shorewall_Squid_Usage.html#DMZ
The firewall is a Bering 1.0 firewall running Shorewall 1.3.11, Red Hat
7.2 on the server in the DMZ. I''m not seeing the requests come in to the
server using tcpdump. The server is 192.168.2.1 connecting to eth2 on the
firewall, the local traffic I''m trying to