Penguin

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

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

Newer page: version 21 Last edited on Friday, June 6, 2003 11:46:45 am by PerryLorier Revert
Older page: version 19 Last edited on Friday, June 6, 2003 12:50:45 am by MattBrown Revert
@@ -59,9 +59,9 @@
  
  
 ! Configure zebra to do ipv6 peering over the metanet 
 * First, upgrade Etud, the old version has a bug where you can't assign IPv6 addresses to the wan0 interface. Oops.[1] 
-* Second, get autoconf working. If you don't know how to do this join the club , we can't get it working either. So we cheated and statically allocated ourselves an IP address. Your IP is 3ffe:b80:1f6b:cafe::''the-hex-version-of-your-AS#-here''/64. 
+* Routers will refuse to do autoconf , so you need to statically allocate yourself an IP address. Your IP is 3ffe:b80:1f6b:cafe::''the-hex-version-of-your-AS#-here''/64. 
 * talk to JamesSpooner or PerryLorier about organising ipv6 [BGP] peering. 
 You will need in your bgpd.conf: 
  neighbor 3ffe:b80:1f6b:cafe::fd90 remote-as 64912 
 
@@ -73,12 +73,12 @@
 (replace fd90 with fd85 if you are peering with PerryLorier). 
  
 Congratulate yourself and randomly ping people on the metanet. 
  
-Note that this is development only, we will get autoconf working and get ns.tla doing the peering later, so be ready to change your configs at some later stage... :) 
+Note that this is development only, we will get get ns.tla doing the peering later, so be ready to change your configs at some later stage... :) 
  
 [1]: Etud was echoing packets that the kernel sent back to itself. This had the problem that the kernel would say "Is anyone using this address" and then would hear that yes, someone is using it (itself!) so it would stop using it. Doh. 
  
 ! 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.