Penguin

Differences between version 2 and predecessor to the previous major change of Xtra.

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

Newer page: version 2 Last edited on Thursday, April 19, 2007 8:52:36 pm by MarcelPodstolski Revert
Older page: version 1 Last edited on Tuesday, September 17, 2002 12:42:55 pm by JohnMcPherson Revert
@@ -1 +1,23 @@
 An [ISP] owned by [TelecomNZ]. The largest ISP in NewZealand. 
+  
+  
+!! Problems with Routers  
+  
+Xtra now gives out routers to new customers. These are D-Link models (502, 504T), which can lead to connection problems. (This is a D-Link issue). The DNS will not work correctly, and IP addresses will resolve to 10.1.1.1  
+  
+My solution was to edit resolv.conf, and then lock the file. This will cause problems if you want to switch networks, but the file can always be unlocked and changed. I was also suggested an alternative method which I have not tried.  
+  
+My method:  
+  
+Open your /etc/resolv.conf and set valid DNS-servers  
+<code>sudo gedit /etc/resolv.conf</code>  
+  
+For Xtra they are (at 19/04/07)  
+202.27.158.40  
+202.27.156.72  
+  
+Now save the file.  
+  
+Lock it with <code>sudo chattr +i /etc/resolv.conf</code>  
+  
+This will permanently lock your DNS-values. (to unlock, use chattr -i)