Jump to content

daking

Members
  • Gesamte Inhalte

    595
  • Registriert seit

  • Letzter Besuch

Beiträge erstellt von daking

  1. Hola,

     

    das NAt debugging gibt nichts aus (aus das up und down des virtuellen interfaces), da der Link nicht aufgebaut wird:

     

    *Mar 1 01:38:01.559: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up

    *Mar 1 01:38:01.767: Vi1 PPP: No authorization without authentication

    *Mar 1 01:38:01.767: Vi1 PAP: Using hostname from interface PAP

    *Mar 1 01:38:01.767: Vi1 PAP: Using password from interface PAP

    *Mar 1 01:38:01.767: Vi1 PAP: O AUTH-REQ id 1 len 33 from "1und1/xxxxxx@online.de"

    *Mar 1 01:38:03.055: Vi1 PAP: I AUTH-NAK id 1 len 5

     

    => NAK => authentikation klappt nicht

     

    Überprüfe deine ppp pap daten. Testest du gerade @ home? wann hat die conn ins inet geklappt?

     

    Die route kannst die via no <befehl> löschen: sprich no ip route xxxx xxxx vlan 1.

     

     

     

    ciao

  2. Hola,

     

    wenn du unter xx#debug vpdn pppoe-errors nicht ausführen kannst ist deine IOS Version etwas älter. Wie es mir schein gibt es auf deinem router kein ACL 101 => also kannst du unter dem dialer interface access-group 101 in rausnehmen.

     

    Falls du via telnet auf dem router bist musst du vorher unter router#term mon eingeben um die die debugs auf dem act vty auszugeben.

     

    Ob die dns server ok sind solltest du via nslookup auf den clients testen. bekommst du eine antwort mit ip des angefragten devices ist der dns ok.

     

    die nat konfiguration sollte so OK sein.

     

    dialer string 0 unter dem dialer interface rausnehmen (optik)

     

    woher kommt die route ip route 10.2.2.0 255.255.255.0 Vlan1, ist directly conn also nicht nötig.

     

    Ciao

     

     

    wenn

  3. Hola

     

    An internal software failure has occurred.

     

    Recommended Action: If this message appeared during an OIR of a card, no action is required. If this message occurred during normal operation, this message indicates a software failure. To take advantage of recent fixes, upgrade your system to the latest Cisco IOS software release in your release train. If the problem persists, copy the error message text exactly as it appears on the console or in the system log, enter the show log and show tech-support commands, contact your Cisco technical support representative, and provide the representative with the gathered information.

     

    Related documents- No specific documents apply to this error message.

     

    => IOS neu aufspielen via rommon

     

    Ciao

  4. Hola,

     

    die configs denke habe ich gefunden. Sollte irgendwie so klappen

     

    controller E1 1/0

    ‘Connected to WAN

    framing crc4

    linecoding hdb3

    clock source line primary

    tdm-group 1 timeslots 1-15 => PBX Channels

    channel-group 0 timeslots 17-31 => Data Channels

    !

    controller E1 1/1

    ‘Connected to PBX

    framing crc4

    linecoding hdb3

    clock source line

    tdm-group 2 timeslots 1-15 => PBX Channels

    !

    connect tdm1 T1 1/0 1 T1 1/1 2

     

    Was noch interessant währe ist, ob es möglich ist den S2M dynamisch zu verteilen, d.h. falls keine Datenverbindungen vorhanden sind, soll die tdm group alle channels haben.

     

    TIA

     

    Bye

  5. Hola,

     

    dieser Ansatz sollte helfen:

     

    access-list 15 remark interne Adressen die ins NATing sollen

    access-list 15 permit x.x.x.x x.x.x.x

     

    ip nat pool PROVIDER_ADRESSEN 195.200.1.1 195.200.1.16 netmask xxxx

    ip nat inside source list 15 pool PROVIDER_ADRESSEN overload

     

    int x/y

    desc -->LAN internal

    ip nat inside

    !

    int x/y

    desc -->WAN Verbindung zim INET

    ip nat outside

    !

     

    maybe this helps..

     

    Bye

  6. Hola zusammen,

     

    hat von euch schonmal einer die 2nd Generation 1 and 2 Port T1E1 Multiflex Trunk Voice WAN Interface Cards configuriert?

     

    Habe folgendes setup:

     

    Multiplexer--------------e0/0--------1800------e1/0--------------PBX

     

    nun solle die TK Anlage über den Router telefonieren, im Backupfall (=VPN ist weg) wählen die aussenstellen via ISDN auf den 1800er un sollen dort auf Dialer terminieren.

    Die PBX teilt sich also den S2M mit dem Router (Backupfall).

    Erfarungen?

     

    TIA

     

    Ciao

  7. Hola,

     

    natürlich währe es einfacher das Routing an der Appliance vorzunehmen. Ist die jedoch nicht möglich muss man zu einer Lösung kommen.

    Routing am Host würde ich auf keinen Fall machen, da ist der administrative Aufwand etwas hoch. Mir ist auch nicht klar wir der Host dann merken soll wenn der primäre Pfad ausfällt.

     

    Ciao

  8. Hola,

     

    hast du usernames und passwörter von den anderen routern die sich auf den "unbekannten" remote router einwählen oder eingewählt haben. vielleicht benötigt die gegenseite auch ms-chap und nicht nur chap:

     

    aaa authen chap ms-chap

     

    die ausgabe von debug ppp negotiation währe auch interessant..

     

    P.S. => auf der naiven Gegenseite ist meistens alles OK.

     

    Ciao

×
×
  • Neu erstellen...