debian sarge und inode --- hilfe!!!

Das Forum fĂĽr den Linux-Pinguin - auch andere Unix-Derivate (*BSD, (Open)Solaris, Apple's Darwin / MacOS X, ...) sind hier willkommen!
Forumsregeln
Das Forum fĂĽr den Linux-Pinguin - auch andere Unix-Derivate (*BSD, (Open)Solaris, Apple's Darwin / MacOS X, ...) sind hier willkommen!

debian sarge und inode --- hilfe!!!

Beitragvon waachbirn » Mi 03 Nov, 2004 02:14

hallo an alle hilfsbereiten
ich bekomme unter debian einfach keine internetverbinung zustande (darum muss ich immer noch fedora verwenden).
als provider hab ich inode.
ich hab schon einige postings gelesen und die tipps und hinweise ausprobiert. - völlig erforglos.
paket von der inode homepage (unter fedora funktioniert es tadellos):
Code: Alles auswählen
#inode-dialin
Einwahlvorgang gestartet...
Einwählvorgang beendet. Auflegen mit "inode-hangup".
Erneutes Einwählen mit "inode-redial".

Falls ausgehende Verbindungen nicht funktionieren, kann es unter Umständen
nötig sein, eine eventuell vorhandene Firewall Ihrer Distribution neu zu
starten oder neu zu laden.


erst sieht es so aus als wĂĽrde alles funktionieren;
aber dann:
Code: Alles auswählen
peda:/home/peda# ifconfig
eth0    Protokoll:Ethernet  Hardware Adresse 00:07:E9:EA:61:9B
          inet Adresse:172.16.57.102  Bcast:172.16.57.255  Maske:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:23 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:3340 (3.2 KiB)  TX bytes:3988 (3.8 KiB)

lo        Protokoll:Lokale Schleife
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:12 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0
          RX bytes:840 (840.0 b)  TX bytes:840 (840.0 b)


kein ppp0 wie dies unter fedora jetzt der fall wäre

pon:

nachdem ich in /etc/ppp/peers/inode folgendes (nachdem ich mir einen anderen beitrag in diesem forum durchgelesen habe) eingetragen habe:

Code: Alles auswählen
debug
pty "/usr/sbin/pptp 10.0.0.138 --nolaunchpppd"
user *********@inode.at
noipdefault
usepeerdns
defaultroute
hide-password
lcp-echo-interval 20
lcp-echo-failure 3
connect /bin/true
noauth
persist


das passwort hab ich in pap und in chap secrets eingetragen.
danach "pon inode"
wieder keine verbindung

ich hoffe auf hilfe
grĂĽsse
waachbirn
Neu im Board
Neu im Board
 
Beiträge: 3
Registriert: Fr 22 Okt, 2004 16:15

Beitragvon pebkac » So 07 Nov, 2004 18:44

syslog?
pebkac
Neu im Board
Neu im Board
 
Beiträge: 19
Registriert: Sa 04 Sep, 2004 01:16

jetzt wird mein problem noch lustiger

Beitragvon waachbirn » Mo 22 Nov, 2004 10:16

Ich hab jetzt mal alles was ich vorher ausprobiert habe gelöscht und mir einen neuen pptp client runtergeladen und unter debian kompiliert.
danach pptp 10.0.0.138 - und -
Siehe da auf einmal hatte ich ein interface ppp0.
Den Nameserver von inode kann ich auch pingen.
Aber in einem Browser war es mir nicht möglich eine andere Seite anzeigen zu lassen als die von inode.
Dann hab ichs mal mit traceroute probiert (z.B.: traceroute www.orf.at)
und da sah ich dass ich dann sozusagen bei inode "stecken" bleibe.

So sieht das ganze genau aus:
Code: Alles auswählen
peda:/home/peda# pptp 10.0.0.138
peda:/home/peda# ifconfig
eth0      Protokoll:Ethernet  Hardware Adresse 00:07:E9:EA:61:9B
          inet Adresse:172.16.57.102  Bcast:172.16.57.255  Maske:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:43 errors:0 dropped:0 overruns:0 frame:0
          TX packets:44 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:1000
          RX bytes:4830 (4.7 KiB)  TX bytes:5234 (5.1 KiB)
lo        Protokoll:Lokale Schleife
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:14 errors:0 dropped:0 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:0
          RX bytes:940 (940.0 b)  TX bytes:940 (940.0 b)
ppp0      Protokoll:Punkt-zu-Punkt Verbindung
          inet Adresse:83.64.153.48  P-z-P:62.99.171.96
          Maske:255.255.255.255
          UP PUNKTZUPUNKT RUNNING NOARP MULTICAST  MTU:1500
          Metric:1
          RX packets:4 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
          Kollisionen:0 Sendewarteschlangenlänge:3
          RX bytes:40 (40.0 b)  TX bytes:61 (61.0 b)

peda:/home/peda# route -n
Kernel IP Routentabelle
Ziel            Router          Genmask              Flags Metric Ref    Use Iface
62.99.171.96    0.0.0.0         255.255.255.255 UH    0      0        0    ppp0
172.16.57.0     0.0.0.0         255.255.255.0   U     0      0        0    eth0
0.0.0.0         172.16.57.1     0.0.0.0         UG    0      0        0    eth0

peda:/home/peda# ping 195.58.160.2
PING 195.58.160.2 (195.58.160.2) 56(84) bytes of data.
64 bytes from 195.58.160.2: icmp_seq=1 ttl=59 time=22.9 ms
64 bytes from 195.58.160.2: icmp_seq=2 ttl=59 time=23.2 ms
64 bytes from 195.58.160.2: icmp_seq=3 ttl=59 time=23.0 ms
64 bytes from 195.58.160.2: icmp_seq=4 ttl=59 time=22.3 ms

--- 195.58.160.2 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3002ms
rtt min/avg/max/mdev = 22.331/22.886/23.244/0.385 ms

peda:/home/peda# traceroute www.servus.at
traceroute to www.servus.at (193.170.194.26), 30 hops max, 38 byte packets
1  172.16.57.1 (172.16.57.1)  18.586 ms  18.038 ms  18.272 ms
2  voe2-vl-00-016.voesend.vien.inode.at (62.99.170.177)  21.141 ms  21.432 ms 21.528 ms
3  vie2-vl-00-020.shuttle.vien.inode.at (62.99.170.205)  22.283 ms  22.171 ms 22.218 ms
4  otta-gb-03-002.shuttle.vien.inode.at (62.99.170.17)  21.825 ms  22.178 ms  21.528 ms
5  * * *
6  * * *
7  * * *
8  * * *
9  *

peda:/home/peda# traceroute www.orf.at
traceroute: Warning: www.orf.at has multiple addresses; using 194.232.104.22
traceroute to www.orf.at (194.232.104.22), 30 hops max, 38 byte packets
1  172.16.57.1 (172.16.57.1)  19.660 ms  17.948 ms  18.283 ms
2  voe2-vl-00-016.voesend.vien.inode.at (62.99.170.177)  21.343 ms  21.080 ms 21.070 ms
3  vie2-vl-00-020.shuttle.vien.inode.at (62.99.170.205)  22.009 ms  23.606 ms 21.567 ms
4  otta-gb-03-002.shuttle.vien.inode.at (62.99.170.17)  21.320 ms  21.990 ms  21.297 ms
5  * * *
6  * * *
7  *

peda:/home/peda# tail -f /var/log/messages
Nov 22 13:32:43 localhost pppd[2479]: pppd 2.4.2 started by root, uid 0
Nov 22 13:32:43 localhost pppd[2479]: Using interface ppp0
Nov 22 13:32:43 localhost pppd[2479]: Connect: ppp0 <--> /dev/pts/1
Nov 22 13:32:47 localhost pppd[2479]: PAP authentication succeeded
Nov 22 13:32:47 localhost pppd[2479]: local  IP address 83.64.153.48
Nov 22 13:32:47 localhost pppd[2479]: remote IP address 62.99.171.96


Wäre nett wen mir da jemand weiterhelfen könnte.
Ich hab überhaupt keinen Plan was da falsch läuft!

lg waachbirn
waachbirn
Neu im Board
Neu im Board
 
Beiträge: 3
Registriert: Fr 22 Okt, 2004 16:15

Beitragvon jutta » Mo 22 Nov, 2004 20:21

schau einmal hier http://xDSL.at/phpbb2/viewtopic.php?p=157864
es scheint sich um ein ganz aehnliches problem zu handeln
jutta
Administrator
Administrator
 
Beiträge: 30477
Registriert: Do 15 Apr, 2004 10:48
Wohnort: wien

danke danke

Beitragvon waachbirn » Di 23 Nov, 2004 16:23

hab das problem jetzt gelöst

mit
route del default
route add 10.0.0.138 gw 172.16.57.1
pptp inode
-> drin ^^
danke fĂĽr den hinweis

lg waachbirn
waachbirn
Neu im Board
Neu im Board
 
Beiträge: 3
Registriert: Fr 22 Okt, 2004 16:15


ZurĂĽck zu LINUX & UNIX-DERIVATE

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 28 Gäste