- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS - firewall 1 - VPN
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 06:32 AM
06-02-2004 06:32 AM
NFS - firewall 1 - VPN
After we introduced this solution we do have problems with NFS hanging all the time. This was never a problem before. In addition to add the firewalls, the some network layout was changed due to routing.
Does anybody have a clue where we should start looking for the error ? We do not get any dropped packages, and there is noe errors in the systemlog except for NFS timeout errors. I have tried to debug NFS (useing the logging option) but nothing to be found.
Espen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 06:37 AM
06-02-2004 06:37 AM
Re: NFS - firewall 1 - VPN
I would take a look at what changed:
Did you have leased lines before VPN and if so what is the latence of the VPN tunnel VS the old situation.
Encription of the connection, takes time.
Did you do a soft / hard mount over the Tunnel?
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 06:38 AM
06-02-2004 06:38 AM
Re: NFS - firewall 1 - VPN
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 06:39 AM
06-02-2004 06:39 AM
Re: NFS - firewall 1 - VPN
Check out the NFS ports and make sure those ports are open on the firewall.
Its a really bad idea to run nfs data through the public internet because its not encrypted. But you need to solve the issue first and then find a better more secure way to transfer the data.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 06:52 AM
06-02-2004 06:52 AM
Re: NFS - firewall 1 - VPN
I menth latency (delay). My english is not perfect i am afraid.
I assume the VPN tunnel crypts all data going trough it.
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 05:32 PM
06-02-2004 05:32 PM
Re: NFS - firewall 1 - VPN
Before we did this change we did have a leased line (2 Mbit). Now each of the offices has their 2 Mbit line to the internet.
About latency - normally we do see a ping time for 15-16ms, but sometimes it is much higher.
Question : does a VPN lan to lan connection drop when not in use?
Espen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 08:22 PM
06-02-2004 08:22 PM
Re: NFS - firewall 1 - VPN
Use /usr/sbin/mount -p to display the current settings.
Then try mounting the NFS filesystem with a higher than usual timeout e.g. -o timeo=20 would give a 2 second timeout.
man mount_nfs
NFS periodically wakes up and tests the connections, so I don't think that yours will be dropped.
The other thing to check is whether NFS is using tcp, or if it has dropped back to UDP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 09:59 PM
06-02-2004 09:59 PM
Re: NFS - firewall 1 - VPN
(hpws14) 4/users/perht/top> cp sareg /tmp
NFS server uws004 not responding still trying
NFS server uws004 not responding still trying
NFS server uws004 not responding still trying
NFS server uws004 not responding still trying
NFS server uws004 ok
cp: bad copy to /tmp/sareg: read: Stale NFS file handle
(hpws14) 5/users/perht/top>
If we do a ls (or ll) it shows all the files in the folder, and small files is accessable but not large files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 04:55 AM
06-03-2004 04:55 AM
Re: NFS - firewall 1 - VPN
You might want to use NFS over TCP Transport if the NFS Client and Server supports it. rpcinfo -p servername |grep -i nfs should tell you about the server.
man mount_nfs on the client should tell you if -oproto=tcp is supported as a mount option.
Even if not, you will want to cut down the size of the NFS requests to the smallest chunk of the "pipe" between the client and the server. Usually we tell folks to start with mount option -orsize=1024,wsize=1024 . Don't fiddle with timeo whatever you do!
Good luck,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 06:39 PM
06-03-2004 06:39 PM
Re: NFS - firewall 1 - VPN
I may try thin with hard mount, but would prefer to use the automounter.
At "our" side of the VPN, we have 4 client that may use the server on the other side. It seems like one of the client is working much better than the others. As far as I know, and can see from the configuration there are no differences between the clients, and we do find this very strange.
Espen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 07:07 PM
06-03-2004 07:07 PM
Re: NFS - firewall 1 - VPN
Brian: sorry about the points - the scroll mouse tricked me.
By the way - after setting the parameters rsize and wsize it seems to work much better, but it will take a few days to check that all problems are solved.
Espen