Penguin

Differences between version 3 and predecessor to the previous major change of HomeConnect.

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

Newer page: version 3 Last edited on Sunday, February 23, 2003 9:33:47 pm by PhilMurray Revert
Older page: version 2 Last edited on Sunday, February 23, 2003 3:14:53 pm by CraigBox Revert
@@ -4,14 +4,14 @@
 !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: 
  
-sysctl net.graph.nonstandard_pppoe=1 
+ sysctl net.graph.nonstandard_pppoe=1 
  
 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 
  
  
 under linux you need to change the /etc/pppoe.conf to include this line below: 
 PPPOE_EXTRA="-f 3c12:3c13 -S ISP"