View previous topic :: View next topic |
Author |
Message |
razorbuzz Tux's lil' helper
Joined: 05 Jul 2002 Posts: 88 Location: Bielefeld
|
Posted: Thu Jul 11, 2002 6:54 pm Post subject: kernel patch dsl |
|
|
moin,
normalerweise müsste ich doch wenn ich diese beiden ppp-2.4.1-pppoe4.tgz und rp-pppoe-3.3tar.gz files gesaugt habe und ein ermege rp-pppoe ausgeführt habe, bei kernel kompilieren unter config_netdevices - ein config _pppoe =y eintragen , oder ?
nur die option gibts bei mir gar nicht.
derzeit verwende ich kernel 2.4.19-gentoo R5
weisss jemand woran das liegt..
wenn ich richtig leige kann ich nämlcih sonst nicht online mit adsl gehen, oder ? |
|
Back to top |
|
|
tux-fan Tux's lil' helper
Joined: 10 Apr 2002 Posts: 131 Location: Paderborn, Germany
|
Posted: Fri Jul 12, 2002 8:09 am Post subject: |
|
|
Für den ADSL Zugang und zur Vorbereitung einer Firewall, die Du möglicherweise noch einrichten möchtest, solltest Du folgendes im Kernel aktivieren:
Code: | Networking options:
<*> Packet socket
[*] Network packet filtering (replaces ipchains) --->
<*> Unix domain sockets
[*] TCP/IP networking
[*] IP: advanced router
[*] IP: policy routing
[*] IP: use netfilter MARK value as routing key
[*] IP: fast network address translation
[*] IP: use TOS value as routing key |
Code: | IP: Netfilter Configuration --->
[*] alle Optionen einschalten |
dieses solltest Du nicht aktivieren:
Code: | Networking options:
[ ] IP: TCP Explicit Congestion Notification support
| dann unter dem Menüpunkt:
Code: | Network device support --->
<*> PPP (point-to-point protocol) support
[ ] PPP multilink support (EXPERIMENTAL)
[ ] PPP filtering
< > PPP support for async serial ports
< > PPP support for sync tty ports
<*> PPP Deflate compression
<*> PPP BSD-Compress compression
<*> PPP over Ethernet (EXPERIMENTAL)
|
Wenn Kernel und Module neu compiliert und installiert sind, muss noch das rp-pppoe Paket installiert werden:
emerge rp-pppoe
Mit adsl-setup wird dann der ADSL-Zugang konfiguriert.
Um ADSL beim Systemstart zu aktivieren, noch einen Eintrag in /etc/conf.d/local.start hinzufügen:
# ADSL Zugang starten
/usr/sbin/adsl-start
Gruß tux-fan |
|
Back to top |
|
|
thund3rbird n00b
Joined: 19 Sep 2002 Posts: 35
|
Posted: Fri Oct 04, 2002 10:26 pm Post subject: |
|
|
Genau das habe ich gesucht *g*
Jetzt weis ich warum das DSL bei mir nicht funktioniert
hoffe das es nach euerneuter Kernelkompilierung funktioniert *g*
THX |
|
Back to top |
|
|
jew.de Apprentice
Joined: 25 Sep 2002 Posts: 226 Location: Frankfurt/Main
|
Posted: Sat Oct 05, 2002 7:27 am Post subject: |
|
|
tux-fan wrote: |
Code: | Network device support --->
<*> PPP (point-to-point protocol) support
[ ] PPP multilink support (EXPERIMENTAL)
[ ] PPP filtering
< > PPP support for async serial ports
< > PPP support for sync tty ports
<*> PPP Deflate compression
<*> PPP BSD-Compress compression
<*> PPP over Ethernet (EXPERIMENTAL)
|
|
Hi, wenn Du die rp-pppoe Treiber nutzt, dann brauchst Du Kernel seitig keine pppoe Treiber laden. Das sind zwei verschiedene Arten eine DSL Verbindung aufzubauen.
Tobi |
|
Back to top |
|
|
thund3rbird n00b
Joined: 19 Sep 2002 Posts: 35
|
Posted: Sat Oct 05, 2002 9:36 am Post subject: |
|
|
Bei mir sieht der Kernel jetzt so aus
Code: | Network device support --->
<M> PPP (point-to-point protocol) support
[ ] PPP multilink support (EXPERIMENTAL)
[ ] PPP filtering
<M> PPP support for async serial ports
<M> PPP support for sync tty ports
<M> PPP Deflate compression
<M> PPP BSD-Compress compression
<M> PPP over Ethernet (EXPERIMENTAL) |
|
|
Back to top |
|
|
|