Penguin
Diff: LinuxPPPoENotes
EditPageHistoryDiffInfoLikePages

Differences between version 9 and predecessor to the previous major change of LinuxPPPoENotes.

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

Newer page: version 9 Last edited on Wednesday, October 24, 2007 4:06:33 pm by ChrisBrowning Revert
Older page: version 8 Last edited on Thursday, July 28, 2005 8:14:47 pm by MattBrown Revert
@@ -10,8 +10,9 @@
  
 Here is an example entry for a [PPPoE] connection. In the following, you would replace ''ISP'' with the PPPoE service name on your modem/AccessConcentrator, ''eth0'' with the ethernet device connected to your AccessConcentrator, ''foo@myisp.com'' with your username, ''myisp'' with a label for your ISP and ''mypassword'' with your password. 
  
 __/etc/ppp/peers/myisp__: 
+<verbatim>  
  pty '/usr/sbin/pppoe -p /var/run/pppoe.conf-adsl.pid.pppoe -m 1412 -U -T 80 -I eth0 -S ISP' 
  holdoff 5 
  #debug 
  persist 
@@ -24,11 +25,13 @@
  lcp-echo-interval 5 
  lcp-echo-failure 5 
  remotename myisp 
  maxfail 0 
-  
+</verbatim>  
 __/etc/ppp/pap-secrets__: 
+<verbatim>  
  "foo@myisp.com" myisp "mypassword" 
+</verbatim>  
  
 Now, typing __pppd call myisp__ should connect the the AccessConcentrator then establish the [PPP] connection with the RemoteAccessNode (in the case of [ADSL]). 
  
 !!! Kernel Mode [PPPoE]