View previous topic :: View next topic |
Author |
Message |
HCPawel n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 17 Aug 2003 Posts: 38 Location: Nuremberg
|
Posted: Tue Jun 01, 2004 8:32 pm Post subject: |
|
|
hallo
Ich habe das selbe Problem wie jdkbx. Hat schon jemand eine Lösung dafür gefunden?
thx, bye |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
eisenack n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 07 Apr 2004 Posts: 23
|
Posted: Thu Jul 01, 2004 2:24 pm Post subject: |
|
|
Ich hab auch das Problem.
Und außerdem:
Sollte ppp0 eigentlich bei "ifconfig" als device erscheinen?
Und sollte die Ausgabe von "route" nicht eine Default-Route über die DSL-Karte enthalten (also evtl. über Iface ppp0 und die lokale IP) ?
Danke. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jdkbx n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 May 2004 Posts: 40
|
Posted: Thu Jul 01, 2004 5:29 pm Post subject: |
|
|
ja, sollte es. aber wenn du genanntes problem hast ... dann kommts halt gar nich erst soweit. (bei dem device mit ifconfig bin ich mir nich sicher. ich benutz ja zwangsweise son telekom modem, aber ich glaub mich dran erinnern zu können, das mir ifconfig ppp0 zwar angezeigt hat, aber mit ner lokalen ip. darauf aber keine gewähr.)
werd bei gelegenheit mal sehn ob sich mittlerweile was verändert hat. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SimonKellett Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 17 Dec 2003 Posts: 88 Location: Darmstadt, Germany
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
taKKy n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/51917370640b11f74b7d85.jpg)
Joined: 29 Apr 2004 Posts: 11 Location: in front of my desk/Germany
|
Posted: Wed Jul 14, 2004 9:38 am Post subject: |
|
|
Holla,
das "Problem" mit den 10.x.x.x Adressen hatte ich auch.
Bis ich einmal ein "einfaches" peer-file genommen hab,
ohne
und dann hat er sich die IP-Adressen wieder geholt.
Anbei ne "sichere" peer:
Code: | sync
noauth
defaultroute
lcp-echo-interval 5
lcp-echo-failure 3
lcp-max-configure 50
lcp-max-terminate 2
noccp
noipx
persist
user #[hiereurenusereintragen; pap-secrets net vergessen ;)]
hide-password
plugin capiplugin.so avmadsl
ipcp-accept-remote
ipcp-accept-local
usepeerdns
noipdefault
mru 1492
mtu 1492
noaccomp
nopcomp
novj
novjccomp
nobsdcomp
nodeflate
noccp
nocrtscts
local
noauth
lock
: |
_________________ Regards & Cookies
=taKKy= |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
jdkbx n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 May 2004 Posts: 40
|
Posted: Wed Jul 14, 2004 11:24 am Post subject: |
|
|
danke, das hats gebracht. auf sowas wär ich nie gekommen. hier mein funktionierendes file, usepeerdns wollt nich so richtig:
sync
noauth
lcp-echo-interval 5
lcp-echo-failure 3
lcp-max-configure 50
lcp-max-terminate 2
noccp
noipx
persist
user "..."
hide-password
plugin capiplugin.so
ipcp-accept-remote
ipcp-accept-local
#usepeerdns
noipdefault
defaultroute
mru 1492
mtu 1492
noaccomp
nopcomp
novj
novjccomp
nobsdcomp
nodeflate
noccp
nocrtscts
local
lock
linkname t-online
ipparam internet
controller 2
protocol adslpppoe
: |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
hompi n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Sep 2004 Posts: 1
|
Posted: Sat Sep 04, 2004 7:07 pm Post subject: on demand klappt nicht |
|
|
Hallo,
erstmal danke für die Anleitung von tuxxer. Damit kann ich jetzt immerhin per Hand (pppd call 1und1) eine DSL-Verbindung aufbauen und beenden. Nur das mit dem on demand will noch nicht so recht. Beim Booten wird zwar ein "Bringing ppp0 up ..." angezeigt, es baut sich leider später trotzdem keine automatische Verbindung auf. Bevor ich meine configs aufführe noch die Frage, wie geht es als normaler user die Verbindung aufzubauen? Noch muss ich immer das Root-Passwort eingeben.
/etc/ppp/peers/1und1
demand
connect ""
ipcp-accept-remote
ipcp-accept-local
usepeerdns
idle 60
persist
defaultroute
user "1und1/xxxxx@online.de
hide-password
sync
noauth
lcp-echo-interval 5
lcp-echo-failure 3
lcp-max-configure 50
lcp-max-terminate 2
noccp
noipx
mru 1492
mtu 1492
linkname 1und1
ipparam internet
plugin capiplugin.so
controller 2
protocol adslpppoe
:
/etc/ppp/peers/ppp0
demand
connect ""
ipcp-accept-remote
ipcp-accept-local
usepeerdns
idle 60
persist
defaultroute
user "1und1/2046-675@online.de"
hide-password
sync
noauth
lcp-echo-interval 5
lcp-echo-failure 3
lcp-max-configure 50
lcp-max-terminate 2
noccp
noipx
mru 1492
mtu 1492
linkname ppp0
ipparam internet
plugin capiplugin.so
controller 2
protocol adslpppoe
/dev/null
/etc/conf.d/net.ppp0
# /etc/conf.d/net.ppp0:
# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/files/confd.ppp0,v 1.1 2003/05/23 04:45:18 killian Exp $
# Config file for /etc/init.d/net.ppp0
PEER="ppp0" # Define peer (aka ISP)
#DEBUG="no" # Turn on debugging
#PERSIST="no" # Redial after being dropped
#ONDEMAND="no" # Only bring the interface up on demand?
#MODEMPORT="/dev/ttyS1" # TTY device modem is connected to
#LINESPEED="115200" # Speed pppd should try to connect at
#INITSTRING="" # Extra init string for the modem
#DEFROUTE="yes" # Must pppd set the default route?
#HARDFLOWCTL="yes" # Use hardware flow control?
#ESCAPECHARS="yes" # Use escape caracters ?
#PPPOPTIONS="" # Extra options for pppd
#USERNAME="user" # The PAP/CHAP username
#PASSWORD="passwd" # Your password/secret. Ugly I know, but i
# will work on something more secure later
# on. 700 permission on /etc/init.d/net.ppp0
# should be enouth for now.
#NUMBER="9180000" # The telephone number of your ISP
#REMIP="" # The ip of the remote box if it should be set
#NETMASK="" # Netmask
#IPADDR="" # Our IP if we have a static one
#MRU="768" # Sets the MRU
#MTU="768" # Sets the MTU
#RETRYTIMEOUT="60" # Retry timeout for when ONDEMAND="yes" or
# PERSIST="yes"
#IDLETIMEOUT="600" # Idle timeout for when ONDEMAND="yes"
#PEERDNS="no" # Should pppd set the peer dns?
# This does not currently work due to a bug in pppd (I think)
FWSCRIPT="/etc/init.d/firewall" # Optional FW script that pppd should start
# and stop when the link comes up or drop.
# It should be a script that takes one
# argument, namely the action that should
# be taken (start|stop). The name of the
# external interface on which the firewall
# should be activated, should be hardcoded
# into the script (you will tipically have
# fw.ppp0, fw.ppp1, etc if you have more than
# one ppp interface).
#
# called: ${FWSCRIPT} [start|stop]
AUTOCFGFILES="no" # By default this scripts will generate
# /etc/ppp/chat-isp, /etc/ppp/chap-secrets,
# /etc/ppp/pap-secrets and /etc/ppp/peers/isp
# automagically. Set to "no" if you experience
# problems, or need specialized scripts. You
# will have to create these files by hand then.
# Also, the FWSCRIPT feature will not work.
# Directory where the templates is stored
TEMPLATEDIR=/etc/ppp
Danke schonmal für eure Bemühungen.
Grüße von hompi |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
habnefrage n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Feb 2004 Posts: 46
|
Posted: Wed Nov 24, 2004 9:17 am Post subject: bekomme nen Black(Blue)-Screen |
|
|
Hi,
habe meine Fritz!Card DSL nach dieser Anleitung hier eingerichtet. Naja, nur zum Teil nach dieser Anleitung, habe mir diesen Umstand von wegen Treiber herunterladen usw. erspart und einfach ein emerge fcdsl gemacht. (Geht das so in Ordnung?)
Auf jeden Fall scheint die Karte zu laufen. drdsl-n erkennt den ganzen kram den es erkennen soll und eine Verbindung ins Internet stellt die Karte auch her. ein ping auf diverse Adressen wird positiv beantwortet.
Wenn ich nun aber nen Download starte oder einfach ein emerge --sync mache (Was ja auch ne Menge Daten aus dem Netz holt) dann bekomme ich einen schwarzen "Blue-Screen" Der Kernel wirft einen Haufen Ziffern und Zeichen aus und dann geht nichts mehr. Ich habe hier einfach mal ein Foto davon gemacht, evtl kann jemand helfen, da ich daraus rein gar nichts ersehe.
[img:abe2c340ab]http://www.christian-rockrohr.de/fehler1.jpg[/img:abe2c340ab]
[img:abe2c340ab]http://www.christian-rockrohr.de/fehler2.jpg[/img:abe2c340ab]
Das erste Bild ist von heute (Hatte das ganze System neu installiert nachdem es beim ersten Mal nicht geklappt hat) und das zweite Bild von vor zwei Tagen. scheinen für mich so ziemlich identisch.
Ach ja, noch ein Hinweis. DIe Karte und der Rest des Rechners sollten heile sein. Habe hier bis vor drei Tagen noch den Fli4L Diskettenrouter drauf gehabt und da lief die Fritzkarte ohne zu zucken.
mfg
EDIT: Warum zeigt er die Bilder nicht an??? Ich setze sie hier einfach nochmal als Link rein.http://www.christian-rockrohr.de/fehler1.jpg und das zweite http://www.christian-rockrohr.de/fehler2.jpg |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
genstef Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/1718496753415552c1c4f5f.jpg)
Joined: 13 Jun 2004 Posts: 668 Location: M/Bay/Germany
|
Posted: Wed Nov 24, 2004 9:21 am Post subject: |
|
|
Welchen kernel hast du? Versuchs doch einfach mal mit einem kernel-upgrade auf die neuesten gentoo-dev-sources. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
habnefrage n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 21 Feb 2004 Posts: 46
|
Posted: Wed Nov 24, 2004 9:23 am Post subject: |
|
|
Hi, sooo schnelle Antwort hab ich nicht erwartet
Ich benutze Gentoo 2004.3 und habe die gentoo-dev-sources 2.6.9-r4 installliert |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
genstef Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/1718496753415552c1c4f5f.jpg)
Joined: 13 Jun 2004 Posts: 668 Location: M/Bay/Germany
|
Posted: Wed Nov 24, 2004 2:18 pm Post subject: |
|
|
Welche version von fcdsl verwendest du? Du könntest versuchen auf die ~x86 version: fcdsl-2.6.20.7-r1 upzudaten um zu sehen ob dort das problem weiter besteht.
Wichtig: config sichern vorher. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|