mtd/html index.html,1.35,1.36

David Woodhouse dwmw2 at infradead.org
Wed Jun 2 06:49:08 EDT 2004


Update of /home/cvs/mtd/html
In directory phoenix.infradead.org:/tmp/cvs-serv20884

Modified Files:
	index.html 
Log Message:
Add instructions on getting 6to4


Index: index.html
===================================================================
RCS file: /home/cvs/mtd/html/index.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- index.html	1 Jun 2004 21:59:50 -0000	1.35
+++ index.html	2 Jun 2004 10:49:05 -0000	1.36
@@ -79,11 +79,29 @@
     </PRE>
 -->    
    
-   <P><B>Note: At the moment the CVS is accessible via IPV6 only.</B><BR>
-      	<PRE>
+   <P><B>Note: Due to the Red Hat IS department <A
+   HREF="http://lwn.net/Articles/86515/">pulling the plug</A> on the
+   machines without notice, CVS is currently accessible via IPv6
+   only.</B></P> <P> Getting IPv6 isn't hard. If you have an IPv4
+   address on a network interface (e.g. <TT>eth0</TT>), and a version
+   of Red Hat Linux newer than RHL7, it's this simple:
+      </P>
+    <PRE>
+	echo NETWORKING_IPV6=yes >> /etc/sysconfig/network
+	echo IPV6INIT=yes >> /etc/sysconfig/network-scripts/ifcfg-eth0
+	echo IPV6TO4INIT=yes >> /etc/sysconfig/network-scripts/ifcfg-eth0
+	/sbin/service network restart
+    </PRE>
+    <P>If you have a firewall you need to make it let IP protocol #41
+    (IPv6 in IPv4) in and out. Other distributions and other operating systems also support <A HREF="http://www.feyrer.de/NetBSD/6to4.html">6to4</A>.</P>
+
+    <P>Assuming you have IPv6, access to CVS is
+      done over SSH rather than pserver:</P>
+
+    <PRE>
           export CVS_RSH=`which ssh`
           cvs -d :ext:anoncvs at cvs.infradead.org:/home/cvs co mtd
-	</PRE>		  
+    </PRE>		  
   </P>
    
     <P>If you can't access anoncvs for some reason, daily snapshots 





More information about the linux-mtd-cvs mailing list