NFS - IP bind

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat NFS - IP bind
# 1  
Old 09-08-2009
NFS - IP bind

Hello,

Our production linux server have multiple network interface.
Recently we installed and started NFS. Now the client server cannot mount to the server running NFS.

Later it was discovered that the port being used for NFS is only bound to one IP address, which is not the IP address I want.

Is it possible to have NFS listen on the IP that I want or listen on all IP addresses?

Thanks,
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies

2. UNIX for Advanced & Expert Users

Bind

Hi All I need to do bind of exiting filesystem to new storage allocated mount --bind /prod/OpenCSS /var/lib/test echo "/prod/OpenCSS /var/lib/pgsql bind bind 0 0" >> /etc/fstab will this command just work ? (2 Replies)
Discussion started by: anil529
2 Replies

3. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

4. AIX

AIX NFS Server and NFS Client

Hi 2 ALL, try to run NFS Server in AIX 7.1 : 1. Step by step on NFS Server node mkdir /tmp/test chgrp staff /tmp/test chmod 775 /tmp/test-- create export directory (fs) mknfsexp -d /tmp/test -t ro exportfs -va show mount -e :/# exportfs -av exports: 1831-187 re-exported /tmp/test... (4 Replies)
Discussion started by: penchev
4 Replies

5. Solaris

Window NFS VS Solaris NFS

Hi all, currently i wish to build a NFS server (windows based), is it the I/O speed will slower than the NFS server in Solaris? any impact, i using the NFS in windows? (2 Replies)
Discussion started by: SmartAntz
2 Replies

6. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

7. Solaris

All dependicies of nfs service is online but nfs is offline

Hi all in my server all nfs dependices are online but nfs client is offline root@BIWAPP1 # svcs -a|grep nfs disabled Sep_05 svc:/network/nfs/server:default online Sep_05 svc:/network/nfs/rquota:default online Sep_05 svc:/network/nfs/mapid:default online ... (9 Replies)
Discussion started by: spandhan
9 Replies

8. Red Hat

bind nfs service to nic

Hello everyone, I am running a RHEL4 server. We have 4 nics, which are paired to create bond0 and bond1. BOND0 is on a vlan which can see our storage system. BOND1 cannot see the storage system. I would like to lock down the system, so that NFS share can only mounted via BOND0. Has anyone done... (2 Replies)
Discussion started by: vada010
2 Replies

9. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies
Login or Register to Ask a Question
nfsconfig(8)						      System Manager's Manual						      nfsconfig(8)

NAME
nfsconfig - Launches the SysMan Menu at the Network File System Configuration (NFS) level, where you can configure a system as an NFS server or as an NFS client SYNOPSIS
/usr/sbin/nfsconfig /usr/sbin/sysman nfs DESCRIPTION
The NFS Configuration section of SysMan Menu is used by the System Administrator or the UNIX system manager to manage NFS configuration issues. It allows the system to be configured as an NFS server (to make its file systems available to remote machines), or as an NFS client (to mount remote file systems). Before using nfsconfig, be sure to configure Network Interfaces using the Network Configuration section of the SysMan menu. You can configure your system as an NFS Server, an NFS Client, or both. However, if the Network Interfaces are down, the following daemons will not start: nfsd, pcnfsd, proplistd, mountd, and automountd. Use nfsconfig to do the following: Manage the configuration of the system as an NFS server. You can only configure your system as an NFS server if the NFS Server option is built into the kernel. Manage the configuration of the system as client-only system Specify file sys- tems to be mounted or exported Start and stop the NFS daemons Online Help: Online help is available for the NFS dialog boxes. You can get help by selecting the Help button on any dialog box. RESTRICTIONS
You must be root or have the appropriate privileges to run this application. FILES
Specifies the environment variables that define the nfsconfig configuration on your system SEE ALSO
Commands: X(1X), automount(8), mountd(8), nfsd(8), nfsiod(8), pcnfsd(8), proplistd(8), rpc.lockd(8), rpc.statd(8), dxfileshare(8) Files: nfs_intro(4), rc.config(8) Networking: tcp(7), udp(7) nfsconfig(8)