blob: dc6362168d0ade6d6306af6f5c112e3a2e9b138d [file] [log] [blame]
Daniele Moro0f312912020-01-16 09:49:01 -08001# Copyright 2020-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# Configuration file for PPP, using PPP over Ethernet
16# See the manual page pppd(8) for information on all the options.
17
18# Use the pppoe program to send the ppp packets over the Ethernet link
19# This line should work fine if this computer is the only one accessing
20# the Internet through this DSL connection. This is the right line to use
21# for most people.
22pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"
23
24# Assumes that your IP address is allocated dynamically
25# by your DSL provider...
26noipdefault
27
28# Use this connection as the default route.
29# Comment out if you already have the correct default route installed.
30defaultroute
31
32# Override any connect script that may have been set in /etc/ppp/options.
33connect /bin/true
34noauth
35persist
36mtu 1492
37
38# RFC 2516, paragraph 7 mandates that the following options MUST NOT be
39# requested and MUST be rejected if requested by the peer:
40# Address-and-Control-Field-Compression (ACFC)
41noaccomp
42# Asynchronous-Control-Character-Map (ACCM)
43default-asyncmap
44
45hide-password
46lcp-echo-interval 20
47lcp-echo-failure 3
48
49plugin rp-pppoe.so
50nic-eth0
51nomagic
52
53user SEBA
54password rocks