[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
howtos:network_services:roaming_profiles [2012/09/25 05:16 (UTC)] – moved from the general howtos namespace mfillpothowtos:network_services:roaming_profiles [2012/10/09 06:55 (UTC)] (current) – [Setup centralized authentication with NIS] Removed obsolete reference to 'rpcinfo' kikinovak
Line 94: Line 94:
  
 <code> <code>
-rpcinfo -p localhost+pmap_dump  
 +    100000    2   tcp    111  portmapper 
 +    100000    2   udp    111  portmapper 
 +    100024    1   udp  32765  status 
 +    100024    1   tcp  32765  status 
 +    100011    1   udp  32769  rquotad 
 +    100011    2   udp  32769  rquotad 
 +    100011    1   tcp  32769  rquotad 
 +    100011    2   tcp  32769  rquotad 
 +    100003    2   tcp   2049  nfs 
 +    100003    3   tcp   2049  nfs 
 +    100003    4   tcp   2049  nfs 
 +    100003    2   udp   2049  nfs 
 +    100003    3   udp   2049  nfs 
 +    100003    4   udp   2049  nfs 
 +    100021    1   udp  32768  nlockmgr 
 +    100021    3   udp  32768  nlockmgr 
 +    100021    4   udp  32768  nlockmgr 
 +    100021    1   tcp  32768  nlockmgr 
 +    100021    3   tcp  32768  nlockmgr 
 +    100021    4   tcp  32768  nlockmgr 
 +    100005    1   udp  32767  mountd 
 +    100005    1   tcp  32767  mountd 
 +    100005    2   udp  32767  mountd 
 +    100005    2   tcp  32767  mountd 
 +    100005    3   udp  32767  mountd 
 +    100005    3   tcp  32767  mountd
 </code> </code>
  
Line 147: Line 173:
 <code> <code>
 # /etc/rc.d/rc.yp start # /etc/rc.d/rc.yp start
-</code> 
- 
-Check again: 
- 
-<code> 
-# rpcinfo -p localhost 
 </code> </code>
  
 howtos:network_services:roaming_profiles ()