T-DSL - Hilfe!

Gregor

FreeBSD-SMP-Fan
Moin zusammen,
ich poste hier zwar schon über DSL, aber so richtig geht
dat Ding wohl noch nicht...

Also, zuallererst mal die HW-technischen Dinge:
Es existiert so ein Hardwarerouter, der sämtliche Konfigurationen vornimmt (integriertes Modem mit Switch,
die Bezeichnung ist "Teledat Router 830") und sich auch
brav ins Netz einklinkt.

Wo ich jetzt meine Probleme habe, ist die Konfiguration
meines FreeBSD(4.8-Release)-Rechners.
Ich habe da nämlich irgendwo noch einen gewaltigen Fehler
drinnen, sodaß die Netzperformance (von DSL) in den Keller
geht.
Was ich getan habe:
/etc/resolv.conf angelegt mit dem Inhalt:
domain localnet
nameserver 192.168.0.100

/etc/rc.conf geändert mit den Zeilen:
defaultrouter="proxymat"

In /etc/hosts einen Eintrag hinzugefügt:
192.168.0.100 proxymat

Hier mal die Ausgabe von netstat:
Code:
=>netstat -rn
Routing tables

Internet:
Destination        Gateway            Flags    Refs      Use  Netif Expire
default            192.168.0.100      UGSc        5       59   fxp0
127.0.0.1          127.0.0.1          UH          1       65    lo0
192.168.0          link#1             UC          3        0   fxp0
192.168.0.4        00:00:01:15:41:79  UHLW        1       36   fxp0    745
192.168.0.100      00:50:7f:23:54:2c  UHLW        7       63   fxp0    108
192.168.0.255      ff:ff:ff:ff:ff:ff  UHLWb       1       45   fxp0

Internet6:
Destination                       Gateway                       Flags      Netif Expire
::1                               ::1                           UH          lo0
fe80::%fxp0/64                    link#1                        UC         fxp0
fe80::2e0:81ff:fe51:e82a%fxp0     00:e0:81:51:e8:2a             UHL         lo0
fe80::%lo0/64                     fe80::1%lo0                   Uc          lo0
fe80::1%lo0                       link#3                        UHL         lo0
ff01::/32                         ::1                           U           lo0
ff02::%fxp0/32                    link#1                        UC         fxp0
ff02::%lo0/32                     ::1                           UC          lo0

Hier die Ausgabe von ifconfig:
Code:
=>ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
        inet6 fe80::2e0:81ff:fe51:e82a%fxp0 prefixlen 64 scopeid 0x1
        ether 00:e0:81:51:e8:2a
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 ::1 prefixlen 128
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet 127.0.0.1 netmask 0xff000000
ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500
sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552
faith0: flags=8002<BROADCAST,MULTICAST> mtu 1500

Hier mal ein paar Pings, die für mich gut aussehen (ich
habe hier aber keine Ahnung, wie schnell wie gut ist):
Code:
=>ping www.yahoo.de
PING www.euro.yahoo.akadns.net (217.12.3.11): 56 data bytes
64 bytes from 217.12.3.11: icmp_seq=0 ttl=250 time=87.381 ms
64 bytes from 217.12.3.11: icmp_seq=1 ttl=250 time=88.544 ms
64 bytes from 217.12.3.11: icmp_seq=2 ttl=250 time=87.843 ms
64 bytes from 217.12.3.11: icmp_seq=3 ttl=250 time=87.886 ms
^C
--- www.euro.yahoo.akadns.net ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max/stddev = 87.381/87.913/88.544/0.414 ms
gregor@2x_Xeon [0:35]                                                                                                                                                         [/home/gregor]                                                                                                                                                                =>ping www.netcraft.com
PING www.netcraft.com (195.92.95.5): 56 data bytes
64 bytes from 195.92.95.5: icmp_seq=0 ttl=55 time=107.892 ms
64 bytes from 195.92.95.5: icmp_seq=1 ttl=55 time=125.180 ms
64 bytes from 195.92.95.5: icmp_seq=2 ttl=55 time=107.290 ms
64 bytes from 195.92.95.5: icmp_seq=3 ttl=55 time=110.234 ms
64 bytes from 195.92.95.5: icmp_seq=4 ttl=55 time=109.294 ms
^C
--- www.netcraft.com ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/stddev = 107.290/111.978/125.180/6.681 ms
gregor@2x_Xeon [0:36]                                                                                                                                                         [/home/gregor]                                                                                                                                                                =>ping www.de.freebsd.org
PING www.de.freebsd.org (195.185.195.14): 56 data bytes
64 bytes from 195.185.195.14: icmp_seq=0 ttl=57 time=67.711 ms
64 bytes from 195.185.195.14: icmp_seq=1 ttl=57 time=67.492 ms
64 bytes from 195.185.195.14: icmp_seq=2 ttl=57 time=66.540 ms
64 bytes from 195.185.195.14: icmp_seq=3 ttl=57 time=66.338 ms
64 bytes from 195.185.195.14: icmp_seq=4 ttl=57 time=68.561 ms
^C
--- www.de.freebsd.org ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/stddev = 66.338/67.328/68.561/0.812 ms
gregor@2x_Xeon [0:36]                                                                                                                                                         [/home/gregor]                                                                                                                                                                =>ping ftp7.de.freebsd.org
PING ftp7.de.freebsd.org (139.174.2.36): 56 data bytes
64 bytes from 139.174.2.36: icmp_seq=0 ttl=56 time=82.512 ms
64 bytes from 139.174.2.36: icmp_seq=1 ttl=56 time=80.512 ms
64 bytes from 139.174.2.36: icmp_seq=2 ttl=56 time=81.084 ms
64 bytes from 139.174.2.36: icmp_seq=3 ttl=56 time=82.852 ms
^C
--- ftp7.de.freebsd.org ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max/stddev = 80.512/81.740/82.852/0.971 ms
gregor@2x_Xeon [0:36]                                                                                                                                                         [/home/gregor]                                                                                                                                                                =>ping www.tyan.com
PING tyan.com (64.202.96.31): 56 data bytes
64 bytes from 64.202.96.31: icmp_seq=0 ttl=118 time=192.628 ms
64 bytes from 64.202.96.31: icmp_seq=1 ttl=118 time=193.629 ms
64 bytes from 64.202.96.31: icmp_seq=2 ttl=118 time=192.690 ms
^C
--- tyan.com ping statistics ---
4 packets transmitted, 3 packets received, 25% packet loss
round-trip min/avg/max/stddev = 192.628/192.982/193.629/0.458 ms
gregor@2x_Xeon [0:36]                                                                                                                                                         [/home/gregor]                                                                                                                                                                =>ping www.bayern3.de
PING www.bayern3.de (193.149.63.67): 56 data bytes
64 bytes from 193.149.63.67: icmp_seq=0 ttl=250 time=61.090 ms
64 bytes from 193.149.63.67: icmp_seq=1 ttl=250 time=60.707 ms
64 bytes from 193.149.63.67: icmp_seq=2 ttl=250 time=60.479 ms
64 bytes from 193.149.63.67: icmp_seq=3 ttl=250 time=59.789 ms
^C
--- www.bayern3.de ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max/stddev = 59.789/60.516/61.090/0.473 ms

Naja, irgendwas geht hier nicht zufriedenstellend,
sodaß ich keine Mails poppen kann (wieso auch immer?),
keine Newsgroup lesen kann usw. - hängt irgendwie fest.
Was mich wundert ist ja, daß Netscape (4.nochwas) doch
einigermaßen läuft, Mozilla hängt fest mit der Meldung
"resolving blabla", obwohl dieselben Einstellungen wie
im Netscape gemacht wurden.

Wäre schön, wenn es (nach fast einem Jahr nach der
Bestellung) endlich mal richtig klappen würde - hat jemand
ein paar Tips für mich parat?
Wenn noch was gebraucht wird (zur Analyse) einfach melden,
dann schreibe ich das hier sofort rein.

-Gregor.
 
was hast du denn für einen nameserver auf deinem router eingestellt ?
probier mal testweise diesen nameserver anstatt den von deinem caching-only (also die 192.168.0.100) in deiner resolv.conf:

194.152.64.35 (ist ein dns von der telekom, t-online oder t-com oder wie immer das unternehmen jetzt auch heisst ;-)
 
Hi


darf bei T-Offline die MTU nicht nur Maximal 1492 betragen?

ppp0 Link encap:Point-to-Point Protocol
inet addr:84.133.185.66 P-t-P:217.0.116.117 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:8290 errors:0 dropped:0 overruns:0 frame:0
TX packets:6512 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:7818835 (7.4 Mb) TX bytes:1002711 (979.2 Kb)



Joachim
 
[moR-pH-euS] schrieb:
was hast du denn für einen nameserver auf deinem router eingestellt ?
probier mal testweise diesen nameserver anstatt den von deinem caching-only (also die 192.168.0.100) in deiner resolv.conf:

194.152.64.35 (ist ein dns von der telekom, t-online oder t-com oder wie immer das unternehmen jetzt auch heisst ;-)

Super, tausendmal Danke - das war's (der Fehler).
Jetzt fetzt's endlich, und nun kann ich auch mal unbesorgt was größeres
downloaden :)

-Gregor, der sich jetzt etwas tiefer in die Materie einarbeiten wird.
 
Zurück
Oben