| … | |
… | |
| 626 | #link_ppp0="/dev/ttyS0" # Most PPP links will use a serial port |
626 | #link_ppp0="/dev/ttyS0" # Most PPP links will use a serial port |
| 627 | #link_ppp0="eth0" # PPPoE requires an ethernet interface |
627 | #link_ppp0="eth0" # PPPoE requires an ethernet interface |
| 628 | #link_ppp0="[itf.]vpi.vci" # PPPoA requires the ATM VC's address |
628 | #link_ppp0="[itf.]vpi.vci" # PPPoA requires the ATM VC's address |
| 629 | #link_ppp0="/dev/null" # ISDN links should have this |
629 | #link_ppp0="/dev/null" # ISDN links should have this |
| 630 | #link_ppp0="pty 'your_link_command'" # PPP links over ssh, rsh, etc |
630 | #link_ppp0="pty 'your_link_command'" # PPP links over ssh, rsh, etc |
| 631 | # |
|
|
| 632 | #As PPP assigns the address itself we need to stop the assumption of DHCP |
|
|
| 633 | #config_ppp0="null" |
|
|
| 634 | # |
631 | # |
| 635 | # Here you should specify what pppd plugins you want to use |
632 | # Here you should specify what pppd plugins you want to use |
| 636 | # Available plugins are: pppoe, pppoa, capi, dhcpc, minconn, radius, |
633 | # Available plugins are: pppoe, pppoa, capi, dhcpc, minconn, radius, |
| 637 | # radattr, radrealms and winbind |
634 | # radattr, radrealms and winbind |
| 638 | #plugins_ppp0="pppoe" # Required plugin for PPPoE |
635 | #plugins_ppp0="pppoe" # Required plugin for PPPoE |