Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
-
chris78
- Beiträge: 91
- Registriert: 27.07.2004 16:22:38
Beitrag
von chris78 » 25.08.2005 10:25:13
Hallo
Ich habe ein Problem mit dem Debian und der Einwahl ins Internet zu T-Online....
Ich denke das ich soweit alles konfiguriert habe. Provider habe ich über dbkg-reconfigure ippp0 installiert.
Wenn ich mich ins Internet einwählen will, wird jedesmal die Leitung gekappt:
Code: Alles auswählen
Aug 25 10:18:07 localhost kernel: ippp0: remote hangup
Aug 25 10:18:07 localhost kernel: ippp0: Chargesum is 0
Aug 25 10:18:46 localhost kernel: NETDEV WATCHDOG: ippp0: transmit timed out
Aug 25 10:18:46 localhost kernel: isdn_tx_timeout dev ippp0 dialstate 0
Aug 25 10:18:46 localhost kernel: OPEN: 169.255.255.169 -> 216.239.39.104 ICMP
Aug 25 10:18:46 localhost kernel: ippp0: dialing 1 0191011...
Aug 25 10:18:46 localhost kernel: isdn_net: ippp0 connected
Aug 25 10:18:46 localhost ipppd[5396]: Local number: 7296, Remote number: 0191011, Type: outgoi
Aug 25 10:18:46 localhost ipppd[5396]: PHASE_WAIT -> PHASE_ESTABLISHED, ifunit: 0, linkunit: 0,
Aug 25 10:18:47 localhost ipppd[5396]: Modem hangup
Aug 25 10:18:47 localhost ipppd[5396]: Connection terminated.
Aug 25 10:18:47 localhost ipppd[5396]: taking down PHASE_DEAD link 0, linkunit: 0
Aug 25 10:18:47 localhost ipppd[5396]: LCP is down
Aug 25 10:18:47 localhost ipppd[5396]: closing fd 8 from unit 0
Aug 25 10:18:47 localhost ipppd[5396]: link 0 closed , linkunit: 0
Aug 25 10:18:47 localhost ipppd[5396]: reinit_unit: 0
Aug 25 10:18:47 localhost ipppd[5396]: Connect[0]: /dev/ippp0, fd: 8
Aug 25 10:18:47 localhost kernel: ippp0: remote hangup
Aug 25 10:18:47 localhost kernel: ippp0: Chargesum is 0
-
Snoopy
- Beiträge: 4297
- Registriert: 17.11.2003 18:26:56
- Lizenz eigener Beiträge: MIT Lizenz
- Wohnort: Rh.- Pflz.
Beitrag
von Snoopy » 25.08.2005 10:44:42
Hi
Bitte überprüfe mal die Einstellung in der
bei folgendem Punkt
Code: Alles auswählen
# CHARGEHUP FUNCTION
# chargehup name on|off
# Turn on or off hangup before next charge info for interface name. This
# can only be used if the ISDN provider transmits charge info during and
# after the connection. If set to on, the driver will close the
# connection just before the next charge info will be received if the
# interface is inactive.
# isdnctrl chargehup ${device} on
Ich hatte das bei mir einfach auskommentiert (mit #)
Aber das hier sollte ebenfalls eine möglichkeit des parameters sein
Code: Alles auswählen
# CHARGEHUP FUNCTION
# chargehup name on|off
# Turn on or off hangup before next charge info for interface name. This
# can only be used if the ISDN provider transmits charge info during and
# after the connection. If set to on, the driver will close the
# connection just before the next charge info will be received if the
# interface is inactive.
isdnctrl chargehup ${device} off
Einfach die chargehup Funktion auf <off> stellen
Und dann einfach nochmal eine Einwahl probieren
Danach evtl trennen
-
chris78
- Beiträge: 91
- Registriert: 27.07.2004 16:22:38
Beitrag
von chris78 » 02.09.2005 10:07:08
das geht immer noch nicht richtig... legt immernoch auf.
Code: Alles auswählen
Sep 2 09:46:50 localhost kernel: ippp0: dialing 1 0191011...
Sep 2 09:46:51 localhost kernel: isdn: fcpcipnp0,ch0 cause: E0222
Sep 2 09:46:59 localhost kernel: isdn_net: local hangup ippp0
Sep 2 09:46:59 localhost kernel: ippp0: Chargesum is 0
Sep 2 09:47:23 localhost kernel: NETDEV WATCHDOG: ippp0: transmit timed out
Sep 2 09:47:23 localhost kernel: isdn_tx_timeout dev ippp0 dialstate 0
Sep 2 09:47:23 localhost kernel: OPEN: 169.255.255.169 -> 194.25.2.129 UDP, po
Sep 2 09:47:23 localhost kernel: ippp0: dialing 1 0191011...
Sep 2 09:47:23 localhost kernel: isdn: fcpcipnp0,ch0 cause: E0222
Sep 2 09:47:31 localhost kernel: isdn_net: local hangup ippp0
Sep 2 09:47:31 localhost kernel: ippp0: Chargesum is 0
Sep 2 09:48:03 localhost kernel: NETDEV WATCHDOG: ippp0: transmit timed out
Sep 2 09:48:03 localhost kernel: isdn_tx_timeout dev ippp0 dialstate 0
-
AlB
- Beiträge: 50
- Registriert: 29.07.2005 15:24:21
- Wohnort: Weimar
-
Kontaktdaten:
Beitrag
von AlB » 03.09.2005 10:43:28
Moin zusammen!
Bei mir gab's ähnliche Probleme mit der ISDN-Einwahl. Kann sein, dass es an den Eigenheiten im Einwahlverfahren des "rosa Riesen" liegt. Wenn du die Verbindung mittels debconf eingerichtet hast, müssen die Dateien ipppd.ippp0 , evtl. chap-secrets und pap-secrets angepasst werden.
/etc/isdn/ipppd.ippp0
Code: Alles auswählen
#AUTHENTICATION
name AnschlusskennungT-Online-NummerSuffix@t-online.de #set local...
/etc/ppp/chap-secrets und pap-secrets
Code: Alles auswählen
#Added by...
"AnschlusskennungT-Online-NummerSuffix@t-online.de"
Gruß
Al