Jump to content

viper539

Members
  • Gesamte Inhalte

    8
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von viper539

  1. Moment, ich schau mal... *wühl* Nö.

     

    NtfsDisable8dot3NameCreation = 0

     

    Vor dem 24.07. hat die Wiederherstellung ohne diese Fehlermeldung funktioniert.

     

    Was heißt denn die Meldung? Das die Datei nicht wiederhergestellt werden konnte, oder das nur der 8.3-Name nicht erstellt werden konnte? Quasi das die Datei nur keinen 8.3-Namen hat, sonst aber funkioniert?

     

    Grüße

     

    Viper539

     

    [edit]

    Hab eben mal nachgeschaut. Die Dateiern werden wohl vollständig wiederhergestellt.

    [/edit]

  2. Hallo @ all,

     

    ich habe da ein interesantes Problem.

     

    Und zwar stelle ich gerade Daten von alten Backup-Bändern wieder her und bekomme von NT-Backup folgende Fehlermeldungen:

    [snip]

    Warnung: Der kurze 8.3-Name konnte für "D:\...\Bespr_01.doc" nicht festgelegt werden.

    Ursache: Falscher Parameter.

     

    Warnung: Der kurze 8.3-Name konnte für "D:\...\Bespr_02.doc" nicht festgelegt werden.

    Ursache: Falscher Parameter.

     

    Warnung: Der kurze 8.3-Name konnte für "D:\...\info.doc" nicht festgelegt werden.

    Ursache: Falscher Parameter.

    [/snip]

     

    Die Daten werden von einem lokalen Streamer auf die lokale Platte (Alternativer Pfad) geschrieben. Unter Erweitert: "Sicherheitsdaten wiederherstellen" und "Vorhandene Bereitstellungspunkte beibehalten" sind aus.

     

    Kann mir bitte jemand erklären wie es dazu kommt?

     

    Vielen Dank für die Hilfe..

     

    Viper539

  3. Hallo!

     

    Ein bekannter von mir hatte ein ganz ähnliches Problem.

     

    Sobald er bei seinen NoName-Switch einen weiteren PC-Angeschlossen hatte war es zuende mit Netzwerk. Schuld war bei Ihm das externe Netzteil von dem billig-ding.

     

    Was ich mir noch vorstellen könnte ist (evtl.) ein IP-Konflikt.

     

    XP hat doch so eine zweit-konfig.

     

    Hoffe konnte helfen

     

    Viper

  4. Hallo!

     

    Ich habe an meinen Router (Cisco 2610) zur Zeit eine config laufen mit der etwas nicht stimmt.

     

    Ich kann wunderbar surfen, die dicksten Downloads kein Problem, Filesharing läuft super. :D

     

    Aber ich komme nicht auf http://www.ebay.de und http://www.yahoo.de :cry:

     

    Vielleicht sind da noch andere. (Kann ja schlecht alle Adressen testen)

     

    Ich würde mich über Tips freuen.

     

    Ja. Ich weiß. Da steht viel schrott drin.

     

     

    Vielen Dank

     

    Viper

     

     

    P.S.: DSL funktioniert. ISDN leider nicht. Wer tipps hat.....

     

     

     

     

    version 12.2

    no service pad

    service timestamps debug datetime

    service timestamps log datetime

    no service password-encryption

    !

    hostname cisco2610

    !

    enable secret xxx

    !

    clock timezone GMT+1 1

    clock summer-time GMT recurring

    ip subnet-zero

    !

    !

    ip name-server 192.168.0.10

    !

    ip audit notify log

    ip audit po max-events 100

    vpdn enable

    !

    vpdn-group 1

    request-dialin

    protocol pppoe

    ip mtu adjust

    !

    !

    isdn switch-type basic-net3

    !

    !

    !

    !

    !

    !

    !

    !

    !

    !

    !

    mta receive maximum-recipients 0

    !

    !

    !

    !

    interface Loopback0

    ip address 172.16.0.1 255.255.255.0

    !

    interface Ethernet0/0

    description LAN Anschluss

    ip address 192.168.0.3 255.255.255.0

    ip nat inside

    full-duplex

    standby 1 ip 192.168.0.1

    standby 1 preempt

    !

    interface BRI0/0

    no ip address

    encapsulation ppp

    dialer pool-member 2

    isdn switch-type basic-net3

    isdn send-alerting

    no cdp enable

    ppp authentication pap callin

    !

    interface Ethernet1/0

    no ip address

    shutdown

    half-duplex

    !

    interface Ethernet1/1

    no ip address

    shutdown

    half-duplex

    !

    interface Ethernet1/2

    no ip address

    shutdown

    half-duplex

    !

    interface Ethernet1/3

    description T-DSL Anschluss

    no ip address

    ip nat outside

    backup delay 2 30

    backup interface Dialer2

    load-interval 30

    half-duplex

    pppoe enable

    pppoe-client dial-pool-number 1

    no cdp enable

    !

    interface Dialer1

    description T-DSL Dialer

    ip address negotiated

    ip access-group 100 in

    ip mtu 1492

    ip nat outside

    encapsulation ppp

    no ip mroute-cache

    load-interval 30

    dialer pool 1

    dialer string 0

    dialer-group 1

    no cdp enable

    ppp authentication pap callin

    ppp pap sent-username xxx#0001@t-online.de password 0 xxx

    !

    interface Dialer2

    description ISDN Dialer

    ip address negotiated

    ip access-group 100 in

    ip mtu 1492

    ip nat outside

    encapsulation ppp

    no ip mroute-cache

    load-interval 30

    dialer pool 2

    dialer string 000

    dialer-group 2

    no cdp enable

    ppp authentication chap callin

    ppp chap hostname xxx

    ppp chap password 0 xxx

    !

    router rip

    version 2

    passive-interface Dialer2

    passive-interface Dialer1

    network 172.16.0.0

    network 192.168.0.0

    no auto-summary

    !

    ip nat inside source list 1 interface Dialer1 overload

    ip nat inside source list 2 interface Dialer2 overload

    ip nat inside source static tcp 192.168.0.10 110 interface Dialer1 110

    ip nat inside source static tcp 192.168.0.10 25 interface Dialer1 25

    ip nat inside source static tcp 192.168.0.10 119 interface Dialer1 119

    ip nat inside source static tcp 192.168.0.10 21 interface Dialer1 21

    ip nat inside source static tcp 192.168.0.10 80 interface Dialer1 80

    ip nat inside source static udp 192.168.0.10 4665 interface Dialer1 4665

    ip nat inside source static tcp 192.168.0.10 4662 interface Dialer1 4662

    ip nat inside source static tcp 192.168.0.10 4661 interface Dialer1 4661

    ip nat inside source static tcp 192.168.0.11 1080 interface Dialer1 1080

    ip classless

    ip route 0.0.0.0 0.0.0.0 Dialer1

    no ip http server

    !

    !

    access-list 1 permit 192.168.0.0 0.0.0.255

    access-list 2 permit 192.168.0.0 0.0.0.255

    access-list 10 permit 192.168.0.0 0.0.0.255

    access-list 100 permit ip any any

    access-list 101 permit ip any any

    dialer-list 1 protocol ip permit

    dialer-list 2 protocol ip permit

    !

    snmp-server community xxx RO

    snmp-server enable traps tty

    call rsvp-sync

    !

    !

    mgcp profile default

    !

    !

    !

    dial-peer cor custom

    !

    !

    !

    !

    !

    line con 0

    logging synchronous

    line aux 0

    line vty 0 4

    access-class 10 in

    password xxx

    login

    !

    ntp clock-period 17208434

    ntp server 130.149.17.8

    !

    end

×
×
  • Neu erstellen...