Re: Vers.4 Hilfe für ppp, pppoe, cicuit
Alexander Bahlo <[email protected]>
| Newsgroups | spline.fli4l |
|---|---|
| Organization | spline |
| Message-ID | <[email protected]> |
Hi, jetzt hast du doch CIRC "1" doppelt definiert: Einmal in der neuen Config-Schreibweise mit CIRC[1] und seinen Elementen, ein weiteres Mal als CIRC_1_*. Was passiert, wenn du alles in CIRC[1] einfügst? Gruß, Alexander. On Sun, 5 Oct 2025 15:34:33 +0200 Ulrich Hupe <[email protected]> wrote: > Hallo, > > Bei der Installation auf die Version 4 habe so ziemlich alles hin > bekommen bis auf das Zusammenspiel ppp, pppoe, circuit. > Er wirft mir beim build ewig Fehler raus, die ich nicht hinbekommen > habe. Die Beschreibung ist in ein paar Punkten etwas widersprüchlich, > wo was eingetragen wird. > Der Vermerk: #put these into curcuits.txt hieße eigentlich ich > bräuchte da gar nichts hinterlegen. > > Ich möchte einfach nur die eth0 als pppoe definieren und mit vdsl > Telekom ins Netz. > > Könnte bitte ein Wissender mal über diese conf sehen? > > Gruß, Ulrich > > ----------------------------------------------------- > > ppp ist aktiviert, imond auf no > > >>>>circuits.text > > IP_DYN_ADDR='yes' > DIALMODE='auto' > > #Internet über DSL > CIRC[1] { > NAME='internet-v4' # the name of the circuit > TYPE='ppp' # the type of the circuit > CLASS_1='internet' > ENABLED='yes' # the circuit is enabled > UP='no' > } > > >>>pppoe > > # Example 1: IPv4 DSL > # > CIRC_1_NAME='internet-v4' # circuit name, don't use spaces > CIRC_1_TYPE='ppp' # this is a PPP circuit... > CIRC_1_PPP_TYPE='ethernet' # ...routed over Ethernet (PPPoE) > CIRC_1_ENABLED='yes' # the circuit is enabled > CIRC_1_CLASS_N='1' # set meaningful classes > CIRC_1_CLASS_1='internet' > CIRC_1_PPP_ETHERNET_DEV='eth0' # eth dev connected to ADSL modem, > CIRC_1_PPP_ETHERNET_TYPE='kernel' > CIRC_1_PPP_USERID='[email protected]' # username > CIRC_1_PPP_PASSWORD='pass' # password > CIRC_1_PPP_FILTER='no' # filter traffic to be able to hangup > # even if someone is trying to scan > us CIRC_1_PPP_FILTER_EXPR='' # the filter to use; leave empty to > use # the default filter > CIRC_1_PPP_VJ='yes' > CIRC_1_NETS_IPV4_N='1' > CIRC_1_NETS_IPV4_1='0.0.0.0/0' # use default IPv4 route over this > circuit CIRC_1_DEBUG='no' # enable pppd debugging, 'yes' > or 'no' CIRC_1_USEPEERDNS='yes' # use dns server of your > provider: yes or no CIRC_1_HUP_TIMEOUT='600' # idle time after > which to hangup > > CIRC_1_CHARGEINT='60' # value of charge interval (in seconds) > CIRC_1_UP='yes' # activate at boot time > (OPT_IMOND='no') > -- When the government bureau's remedies don't match your problem, you modify the problem, not the remedy.