Penguin

Differences between current version and revision by previous author of HomeConnect.

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

Newer page: version 4 Last edited on Wednesday, February 15, 2006 1:07:13 pm by PhilMurray
Older page: version 2 Last edited on Sunday, February 23, 2003 3:14:53 pm by CraigBox Revert
@@ -2,22 +2,33 @@
  
  
 !FreeBSD Notes 
  
-3Com have done some very weird things to the PPPoE implementation in the HomeConnect. To be able to speak to this modem in FreeBSD you need to do the following: 
+3Com have done some very weird things to the PPPoE implementation in the HomeConnect. To be able to speak to this modem in FreeBSD 4.x you need to do the following: 
  
-sysctl net.graph.nonstandard_pppoe=1 
+ sysctl net.graph.nonstandard_pppoe=1  
+  
+In FreeBSD 5.x, don't touch the above sysctl just set  
+  
+ set pppoe 3Com  
+  
+in your ppp.conf file.  
  
 And to stop the connection dying every 15 seconds , add the following lines to your ppp.conf: 
  
-enable lqr  
-set lqrperiod 10 
+ enable lqr  
+ set lqrperiod 10  
+  
+Also, from FreeBSD 5.4 onward, you need to set  
+  
+ enable echo  
  
+As the LQR option was seperated from the LCP ECHO option.  
  
-under linux you need to change the /etc/pppoe.conf to include this line below: 
+Under linux you need to change the /etc/pppoe.conf to include this line below: 
 PPPOE_EXTRA="-f 3c12:3c13 -S ISP" 
  
 to stop the connection dying every 15 seconds or so change the lines below.. the pings need to be less than 15 seconds apart on the NZ telecom network. i use 8 to be safe. 
  
  # LCP echo interval and failure count. 
  LCP_INTERVAL=8 
  LCP_FAILURE=5