<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/0.11.99">
</HEAD>
<BODY>
<blockquote>
    Me again, you guys getting sick of me yet? I have been working on getting NFS set up between two of my linux machines. I think I am really close, but have run into a snag. I can do a /usr/sbin/rpcinfo -p 65.xx.20.xx from my laptop to my server, and get the reply:<br>
    
</blockquote>
 &nbsp;&nbsp;&nbsp;program vers proto &nbsp;&nbsp;port<br>
 &nbsp;&nbsp;&nbsp;100000 &nbsp;&nbsp;&nbsp;2 &nbsp;&nbsp;tcp &nbsp;&nbsp;&nbsp;111 &nbsp;portmapper<br>
 &nbsp;&nbsp;&nbsp;100000 &nbsp;&nbsp;&nbsp;2 &nbsp;&nbsp;udp &nbsp;&nbsp;&nbsp;111 &nbsp;portmapper<br>
 &nbsp;&nbsp;&nbsp;100024 &nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;udp &nbsp;&nbsp;1024 &nbsp;status<br>
 &nbsp;&nbsp;&nbsp;100024 &nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;tcp &nbsp;&nbsp;1024 &nbsp;status<br>
 &nbsp;&nbsp;&nbsp;100011 &nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;udp &nbsp;&nbsp;1014 &nbsp;rquotad<br>
 &nbsp;&nbsp;&nbsp;100011 &nbsp;&nbsp;&nbsp;2 &nbsp;&nbsp;udp &nbsp;&nbsp;1014 &nbsp;rquotad<br>
 &nbsp;&nbsp;&nbsp;100005 &nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;udp &nbsp;&nbsp;1025 &nbsp;mountd<br>
 &nbsp;&nbsp;&nbsp;100005 &nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;tcp &nbsp;&nbsp;1025 &nbsp;mountd<br>
 &nbsp;&nbsp;&nbsp;100005 &nbsp;&nbsp;&nbsp;2 &nbsp;&nbsp;udp &nbsp;&nbsp;1025 &nbsp;mountd<br>
 &nbsp;&nbsp;&nbsp;100005 &nbsp;&nbsp;&nbsp;2 &nbsp;&nbsp;tcp &nbsp;&nbsp;1025 &nbsp;mountd<br>
 &nbsp;&nbsp;&nbsp;100005 &nbsp;&nbsp;&nbsp;3 &nbsp;&nbsp;udp &nbsp;&nbsp;1025 &nbsp;mountd<br>
 &nbsp;&nbsp;&nbsp;100005 &nbsp;&nbsp;&nbsp;3 &nbsp;&nbsp;tcp &nbsp;&nbsp;1025 &nbsp;mountd<br>
 &nbsp;&nbsp;&nbsp;100003 &nbsp;&nbsp;&nbsp;2 &nbsp;&nbsp;udp &nbsp;&nbsp;2049 &nbsp;nfs<br>
 &nbsp;&nbsp;&nbsp;100003 &nbsp;&nbsp;&nbsp;3 &nbsp;&nbsp;udp &nbsp;&nbsp;2049 &nbsp;nfs<br>
 &nbsp;&nbsp;&nbsp;100021 &nbsp;&nbsp;&nbsp;1 &nbsp;&nbsp;udp &nbsp;&nbsp;1026 &nbsp;nlockmgr<br>
 &nbsp;&nbsp;&nbsp;100021 &nbsp;&nbsp;&nbsp;3 &nbsp;&nbsp;udp &nbsp;&nbsp;1026 &nbsp;nlockmgr<br>
 &nbsp;&nbsp;&nbsp;100021 &nbsp;&nbsp;&nbsp;4 &nbsp;&nbsp;udp &nbsp;&nbsp;1026 &nbsp;nlockmgr<br>
<br>
ok, so nfs, mountd, rquotad and portmapper are there, so I should be able to mount my exports right? Well, I cant, and I think it is because nfs is running udp instead of TCP. This is just a guess, please correct me if I am wrong. I am fairly confident that my /etc/hosts.deny and /etc/hosts.allow are correct on both machines (I am using the IP instead of computer name) and my /etc/exports is correct on the server. I have the firewall temp-disabled on both machines for the time being (next project Firewall Admin :) ). So my question is is it because nfs is running udp instead of TCP and if that is the case, where do I go to tell it to run TCP? I am doing this from the man pages and the linux how to's and I do not see any references to where I can change this. <br>
<pre>           ,,,,
          (O O)
+oOO-------(_)-----------+
|     Patrick Parks      |
|  www.patrickparks.com  |
|patrick@patrickparks.com|
+---------------------oOO+
       |    |    |
        |__| |__|
         ||   ||
        ooO   Ooo</pre><br>
</BODY>
</HTML>