<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
		<id>https://smeserver.pialasse.com/index.php?action=history&amp;feed=atom&amp;title=NFS</id>
		<title>NFS - Historique des versions</title>
		<link rel="self" type="application/atom+xml" href="https://smeserver.pialasse.com/index.php?action=history&amp;feed=atom&amp;title=NFS"/>
		<link rel="alternate" type="text/html" href="https://smeserver.pialasse.com/index.php?title=NFS&amp;action=history"/>
		<updated>2026-04-12T00:31:29Z</updated>
		<subtitle>Historique pour cette page sur le wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://smeserver.pialasse.com/index.php?title=NFS&amp;diff=1863&amp;oldid=prev</id>
		<title>WikiSysop le 29 septembre 2007 à 22:31</title>
		<link rel="alternate" type="text/html" href="https://smeserver.pialasse.com/index.php?title=NFS&amp;diff=1863&amp;oldid=prev"/>
				<updated>2007-09-29T22:31:58Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;ceci est une ebauche non finalisée et non fonctionelle a vous de completer si vous avez des pistes&lt;br /&gt;
&lt;br /&gt;
== installation NFS sous sme ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cette ebauche se trouve ici car le besoin d'un paratge nfs pour mondo s'est fait sentir&lt;br /&gt;
&lt;br /&gt;
 yum  --enablerepo=base install  nfs-utils nfs-utils-lib system-config-nfs&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
ouvrir port 111 et 2049 en TCP et UDP&lt;br /&gt;
&lt;br /&gt;
 cd /etc/rc.d/rc7.d&lt;br /&gt;
 ln -s /etc/init.d/portmap S92portmap&lt;br /&gt;
 ln -s /etc/init.d/nfs S93nfs&lt;br /&gt;
 chkconfig portmap on&lt;br /&gt;
 chkconfig nfs on &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /etc/e-smith/templates-custom/etc/hosts.allow&lt;br /&gt;
 echo &amp;quot;nfs: 88.160.117.47/255.255.255.0&amp;quot; &amp;gt; /etc/e-smith/templates-custom/etc/hosts.allow/nfs&lt;br /&gt;
 echo &amp;quot;portmap: 88.160.117.47/255.255.255.0&amp;quot; &amp;gt; /etc/e-smith/templates-custom/etc/hosts.allow/portmap&lt;br /&gt;
 echo &amp;quot;rpcbind: 88.160.117.47/255.255.255.0&amp;quot; &amp;gt; /etc/e-smith/templates-custom/etc/hosts.allow/rpcbind&lt;br /&gt;
 echo &amp;quot;nfs: 91.121.67.15/255.255.255.0&amp;quot; &amp;gt;&amp;gt; /etc/e-smith/templates-custom/etc/hosts.allow/nfs&lt;br /&gt;
 echo &amp;quot;portmap: 91.121.67.15/255.255.255.0&amp;quot; &amp;gt;&amp;gt; /etc/e-smith/templates-custom/etc/hosts.allow/portmap&lt;br /&gt;
 echo &amp;quot;rpcbind: 91.121.67.15/255.255.255.0&amp;quot; &amp;gt;&amp;gt; /etc/e-smith/templates-custom/etc/hosts.allow/rpcbind&lt;br /&gt;
&lt;br /&gt;
ou&lt;br /&gt;
 echo &amp;quot;ALL: 88.160.117.47/255.255.255.255&amp;quot; &amp;gt; /etc/e-smith/templates-custom/etc/hosts.allow/rpcbind&lt;br /&gt;
&lt;br /&gt;
 /sbin/e-smith/expand-template /etc/hosts.allow &lt;br /&gt;
&lt;br /&gt;
 mkdir -p /etc/e-smith/templates-custom/etc/exports&lt;br /&gt;
 echo &amp;quot;/tftpboot/GEEXBOX.i386 192.168.1.0/255.255.255.0(ro,sync,no_root_squash)&amp;quot; &amp;gt; /etc/e-smith/templates-custom/etc/exports/NFS1&lt;br /&gt;
 /sbin/e-smith/expand-template /etc/exports &lt;br /&gt;
&lt;br /&gt;
 mkdir -p /etc/e-smith/templates-custom/etc/exports&lt;br /&gt;
 echo &amp;quot;/opt/nfs *(ro,no_root_squash)&amp;quot; &amp;gt; /etc/e-smith/templates-custom/etc/exports/nfs&lt;br /&gt;
&lt;br /&gt;
 /sbin/e-smith/expand-template /etc/exports&lt;br /&gt;
&lt;br /&gt;
 bon ca marche pour les msie a jour de stop nfs,restartportmap, start nfs&lt;br /&gt;
&lt;br /&gt;
reste un bug : 'rpcidmapd' is not a valid service name&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.linux-france.org/prj/inetdoc/cours/admin.reseau.synthese-nfs-nis/admin.reseau.synthese-nfs-nis.nfs.html&lt;br /&gt;
&lt;br /&gt;
http://mirror.hamakor.org.il/archives/linux-il/07-2004/10991.html&lt;br /&gt;
&lt;br /&gt;
http://www.linuxquestions.org/questions/showthread.php?s=&amp;amp;threadid=222678&lt;br /&gt;
&lt;br /&gt;
http://www.sunmanagers.org/archives/1999/1619.html&lt;br /&gt;
&lt;br /&gt;
http://forums.contribs.org/viewtopic.php?t=24054&amp;amp;highlight=service+portmap&lt;br /&gt;
&lt;br /&gt;
http://forums.ixus.fr/viewtopic.php?t=29387&amp;amp;highlight=nfs+how&lt;br /&gt;
&lt;br /&gt;
ftp://ibiblio.org/pub/linux/distributions/smeserver/contribs/gordonr/RPMS/noarch/&lt;br /&gt;
&lt;br /&gt;
http://forums.contribs.org/viewtopic.php?t=35111&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=0&amp;amp;sid=867a76fb6cd7fa6566d46a6c257c7cf4&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 http://biowiki.org/MountingNFSThroughSSHTunnel&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	</feed>