Penguin

Differences between version 30 and predecessor to the previous major change of MetaNetIPv6.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 30 Last edited on Sunday, June 22, 2003 10:24:33 pm by CraigBox Revert
Older page: version 27 Last edited on Tuesday, June 10, 2003 8:24:24 pm by CraigBox Revert
@@ -42,14 +42,19 @@
  inet addr:10.1.12.254 Bcast:10.1.12.255 Mask:255.255.255.0 
  inet6 addr: fe80::205:1cff:fe10:41c8/10 Scope:Link 
  inet6 addr: 3ffe:b80:1f16:1::1/64 Scope:Global 
 First are your standard IPv4 address(es) followed by your IPv6 addresses. Ignore the first address (it is a special link-local address used for configuration) the second address is what we are concerned with. It has global scope and is routable from anywhere on the 6bone! This address has been allocated from your /48 and you can see that the freenet scripts have been clever and have placed your internal network on a further subnet inside this to give an IP address with a /64 netmask. So for example the /48 shown in the example is 3ffe:b80:1f16 and the subnet is 1. 
+  
+!! Configure 6to4 addressing (optional)  
+See [6to4]  
  
 !! Check your connectivity 
  ping6 2001:458:20:100::1 
  traceroute6 2001:458:20:100::1 
  
 ''Note - Debian packages ping6/traceroute6 as iputils-ping and iputils-tracepath.'' 
+  
+  
  
 !! Configuring zebra for your local network 
 Now you need to give your internal machines IPv6 addresses. This can be easily accomplised using zebra add the lines to your zebra.conf 
  interface eth0 
@@ -96,4 +101,7 @@
 !! Configure DNS 
 * A top priority for you should be to configure DNS so that we can ping you without using those nasty hexadecimal IPv6 addresses. 
 * More coming later.. http://www.isi.edu/~bmanning/v6DNS.html may be usefull 
 * You can get reverse DNS delegated for your /48... See http://www.freenet6.net/reverse-dns.shtml for more info. 
+  
+-----  
+CategoryNetworking