View | Details | Raw Unified | Return to bug 18370
Collapse All | Expand All

(-)ppp.conf (+12 lines)
Line 36 Link Here
36
 set authkey PASSWORD
36
 set authkey PASSWORD
37
38
# The following entry can be used with ``ppp -ddial pppoe'' command.
39
# Search the handbook and FAQ for PPPoE for more information.
40
# Put the login name and password your ISP gave you in right place:
41
pppoe:
42
 set device PPPoE:xl1 # replace xl1 with your ethernet device
43
 set mru 1492
44
 set mtu 1492
45
 set authname YOURLOGINNAME
46
 set authkey YOURPASSWORD
47
 set dial
48
 set login

Return to bug 18370