Penguin
Diff: MetaNetConfiguration
EditPageHistoryDiffInfoLikePages

Differences between version 4 and previous revision of MetaNetConfiguration.

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

Newer page: version 4 Last edited on Saturday, May 17, 2003 1:22:18 pm by CraigBox Revert
Older page: version 1 Last edited on Monday, May 5, 2003 9:42:49 pm by CraigBox Revert
@@ -7,9 +7,9 @@
 Configuration information is in ZebraConfig. ''Note: this page may have a slight Debian tint!'' 
  
 Read [MetaNetBGPNotes] for information describing BGP on the !MetaNet. 
  
-At this point you should be able to ping 10.66.10.1, Helium 's !MetaNet address. 
+At this point you should be able to ping 10.66.10.1, Hydrogen 's !MetaNet address. 
  
 !!Routing 
  
 Add to your boot scripts somewhere (/etc/network/interfaces is a good place for Debian. Can you tell we love Debian here?): 
@@ -25,15 +25,15 @@
  
  zone "10.in-addr.arpa" { 
  type stub; 
  masters { 10.66.10.1; }; 
- file "/var/cache/named /stubs/10.x"; 
+ file "/var/cache/bind /stubs/10.x"; 
  }; 
  
  zone "tla" { 
  type stub; 
  masters { 10.66.10.1; }; 
- file "/var/cache/named /stubs/tla"; 
+ file "/var/cache/bind /stubs/tla"; 
  }; 
  
 For future use, and resolving metanet routers, also add 
  
@@ -51,9 +51,9 @@
  
 as well. 
  
  
-Note: You may wish to change the paths based on your distribution. Debian Woody prefers "/var/cache/bind/stubs", but doesn't create it by default. Make sure the directory you have created exists! 
+__ Note__ : You may wish to change the paths based on your distribution. Debian Woody prefers "/var/cache/bind/stubs", but doesn't create it by default. __ Make sure the directory you have named in the config file exists on the filesystem !__  
  
 You should then be able to restart named(8) (debian: /etc/init.d/bind restart, or reload if it's already running) and then ping "www.tla". 
  
 You are now properly on the !MetaNet. You should now be able to visit http://www.tla/ and http://www.plaz.tla/.