Jump to content

cardman2

Members
  • Gesamte Inhalte

    134
  • Registriert seit

  • Letzter Besuch

Alle erstellten Inhalte von cardman2

  1. und hier der Router der anrufen soll: version 12.3 no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname autec ! boot-start-marker boot system flash c800-y6-mw.123-5c.bin boot-end-marker ! enable secret 5 xxx ! username xxx password 7 xxx no aaa new-model ip subnet-zero no ip domain lookup ! isdn switch-type basic-net3 ! ! ! interface Ethernet0 ip address 192.169.0.102 255.255.255.0 ip access-group 101 in no ip proxy-arp ip nat inside no cdp enable ! interface BRI0 no ip address no ip proxy-arp encapsulation ppp dialer pool-member 1 isdn switch-type basic-net3 no cdp enable ppp authentication chap pap ! interface Dialer0 description connection to ka-trierweiler ip address 192.168.1.201 255.255.255.0 ip access-group 110 in no ip proxy-arp ip nat outside encapsulation ppp dialer pool 1 dialer remote-name xxx dialer idle-timeout 90 dialer wait-for-line-protocol 10 dialer string xxx dialer caller xxx dialer-group 1 no cdp enable ppp authentication chap callin optional ppp chap hostname dfue_test ppp chap password 7 104A0F0C00 ppp pap sent-username xxx password 7 xxx ! interface Dialer1 description Connection to trierweiler ip address 192.168.0.199 255.255.255.0 ip access-group 110 in no ip proxy-arp ip nat outside encapsulation ppp dialer pool 1 dialer remote-name trierweiler dialer idle-timeout 90 dialer wait-for-line-protocol 10 dialer string xxx dialer caller xxx dialer-group 1 no cdp enable ppp authentication chap pap callin optional ppp chap hostname xxx ppp chap password 7 xxx ppp pap sent-username xxx password 7 xxx ! interface Dialer2 description connection to wintersdorf ip address 192.168.0.201 255.255.255.0 ip access-group 110 in no ip proxy-arp ip nat outside encapsulation ppp dialer pool 1 dialer remote-name wintersdorf dialer idle-timeout 90 dialer wait-for-line-protocol 10 dialer string xxx dialer caller xxx dialer-group 1 no cdp enable ppp authentication chap pap ppp chap hostname xxx ppp chap password 7 xxx ppp pap sent-username xxx password 7 xxx ! interface Dialer7 description connection from wintersdorf ip address 192.168.1.201 255.255.255.0 no ip proxy-arp encapsulation ppp dialer pool 1 dialer idle-timeout 235 dialer string xxx dialer-group 1 no cdp enable ppp authentication chap ! interface Dialer9 no ip address no cdp enable ! ip nat inside source route-map d0 interface Dialer0 overload ip classless ip route 192.168.1.12 255.255.255.255 Dialer0 ip route 192.168.1.140 255.255.255.255 Ethernet0 ip route 192.168.1.140 255.255.255.255 Dialer1 ip route 192.168.1.141 255.255.255.255 Dialer1 ip route 192.168.1.141 255.255.255.255 Dialer2 ip route 192.168.1.148 255.255.255.255 Dialer1 ip route 192.168.1.148 255.255.255.255 Dialer2 ip route 192.168.1.149 255.255.255.255 Dialer1 no ip http server ! access-list 101 deny ip 0.0.0.255 255.255.255.0 any access-list 101 permit ip any any access-list 110 permit ip any any dialer-list 1 protocol ip permit no cdp run route-map d0 permit 10 match ip address 101 match interface Dialer0 ! ! line con 0 exec-timeout 0 0 password 7 xxx logging synchronous login transport preferred all transport output all stopbits 1 line vty 0 4 access-class 110 in exec-timeout 120 0 password 7 045A1E120A22 logging synchronous login transport preferred all transport input all transport output all ! no rcapi server ! ! ! end
  2. Hallo, hier jetzt mal die konfigurationen der zu verbindenden Router: Router1 (Soll angerufen werden): version 12.3 no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname wintersdorf ! boot-start-marker boot system flash c800-y6-mw.123-5c.bin boot-end-marker ! enable secret 5 xxx ! username xxx password 7 xxx no aaa new-model ip subnet-zero no ip domain lookup ! isdn switch-type basic-net3 ! ! ! interface Ethernet0 ip address 192.168.0.148 255.255.255.0 ip access-group 101 in no ip proxy-arp ip nat inside no cdp enable ! interface BRI0 no ip address no ip proxy-arp encapsulation ppp dialer pool-member 1 isdn switch-type basic-net3 no cdp enable ppp authentication chap pap ! interface Dialer0 description Test - connection ip address 192.168.1.201 255.255.255.0 ip access-group 110 in no ip proxy-arp ip nat outside encapsulation ppp dialer pool 1 dialer remote-name xxx dialer idle-timeout 90 dialer wait-for-line-protocol 10 dialer string xxx dialer caller xxx dialer-group 1 no cdp enable ppp authentication chap callin optional ppp chap hostname xxx ppp chap password 7 xxx ! interface Dialer1 description Connection to trierweiler ip address 192.168.1.201 255.255.255.0 ip access-group 110 in no ip proxy-arp ip nat outside encapsulation ppp dialer pool 1 dialer remote-name xxx dialer idle-timeout 90 dialer wait-for-line-protocol 10 dialer string xxx dialer caller xxx dialer-group 1 no cdp enable ppp authentication chap callin optional ppp chap hostname xxx ppp chap password xxx ppp pap sent-username xxx password xxx ! interface Dialer2 description Connection to Udelfangen ip address 192.168.1.201 255.255.255.0 ip access-group 110 in no ip proxy-arp ip nat outside encapsulation ppp dialer pool 1 dialer remote-name xxx dialer idle-timeout 90 dialer wait-for-line-protocol 10 dialer string xxx dialer caller xxx dialer-group 1 no cdp enable ppp authentication chap ppp chap hostname xxx ppp chap password 7 xxx ! ip nat inside source route-map d0 interface Dialer0 overload ip classless ip route 192.168.1.12 255.255.255.255 Dialer0 ip route 192.168.1.140 255.255.255.255 Dialer1 ip route 192.168.1.142 255.255.255.255 Dialer2 ip route 192.168.1.147 255.255.255.255 Dialer2 ip route 192.168.1.149 255.255.255.255 Dialer1 no ip http server ! access-list 101 deny ip 0.0.0.255 255.255.255.0 any access-list 101 permit ip any any access-list 110 permit ip any any dialer-list 1 protocol ip permit no cdp run route-map d0 permit 10 match ip address 101 match interface Dialer0 ! ! line con 0 exec-timeout 0 0 password xxx logging synchronous login transport preferred all transport output all stopbits 1 line vty 0 4 access-class 110 in exec-timeout 120 0 password 7 045A1E120A22 logging synchronous login transport preferred all transport input all transport output all ! no rcapi server ! ! ! end
  3. Hallo, ich hab folgendes Frage: ich hab insgesamt 6 Dialer definiert 3 ausgehend und 3 eingehend. Das Problem, das ich hab ist, wie leg ich die benutzerdaten fest, mit denen sich ein anderer Router von aussen bei mir einwählen kann??? Danke gruß cardman P.S.: Die drei ausgehenden Dialer funktionieren einwandfrei!!!
  4. IUch hab den Fehler gefunden. Es lag nur indirekt an meiner Config. Diese Zeile in der Dialer-Config machte das Problem: ip address 192.168.1.200 255.255.255.0 Durch zufall hab ich nämlich rausbekommen, das der RAS-Dienst genau diese IP-Adresse benutzt und deshalb konnte ich mich nicht verbinden. Jetzt hab ich die Zeile wie folgt abgeändert: ip address 192.168.1.201 255.255.255.0 und damit funktioniert es auch. Trotzdem danke an alle für die Hilfe
  5. das bringt leider auch nichts. die Debug-Meldungen bleiben die gleichen: (bei beiden Vorschlägen von dir)) 03:19:231928862410: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up 03:19:231938460100: %DIALER-6-BIND: Interface BR0:1 bound to profile Di0 03:19:54: BR0:1 PPP: Using dialer call direction 03:19:54: BR0:1 PPP: Treating connection as a callout 03:19:54: BR0:1 PPP: Authorization required 03:19:54: BR0:1 PPP: No remote authentication for call-out 03:19:54: BR0:1 PPP: No authorization without authentication 03:19:54: BR0:1 MS-CHAP-V2: I CHALLENGE id 0 len 29 from "xxx" 03:19:54: BR0:1 MS CHAP V2: Using hostname from interface CHAP 03:19:54: BR0:1 MS CHAP V2: Using password from interface CHAP 03:19:54: BR0:1 MS-CHAP-V2: O RESPONSE id 0 len 63 from "dfue_test" 03:19:54: BR0:1 MS-CHAP-V2: I SUCCESS id 0 len 46 msg is "S=6DC852BDEE3A63BAAF84 83B35BD0B1BF0899FE05" 03:19:54: BR0:1 MS CHAP V2 No Password found for : xxx 03:19:54: BR0:1 MS CHAP V2 No Password found for : xxx 03:19:54: BR0:1 MS CHAP V2 Check AuthenticatorResponse Success for : xxx 03:19:236233427308: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to xxx 0e0ae614e33742d9bc953e0d80779fd000000000 03:19:236290310144: %ISDN-6-DISCONNECT: Interface BRI0:1 disconnected from xxx 0e0ae614e33742d9bc953e0d80779fd000000000, call lasted 1 seconds 03:19:236266516524: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down 03:19:236233426716: %DIALER-6-UNBIND: Interface BR0:1 unbound from profile Di0
  6. Wenn ich versuche das chap durch pap zu ersetzten, bekomme ich einen Fehler, weil er den Befehl nicht kennt. Er sagt mir über debugging immer, das er kein Password findet. Ich geb ihm aber eins.
  7. Das hab ich doch schon drin stehen, wobei du dich, glaube ich, vertippt hast. Müßte es nicht ppp chap hostname bzw. ppp chap password heißen???
  8. Hab ich auch schon versucht, das klappt allerdings auch nicht.
  9. Diese Fehlermeldung bekam ich gerade als ich einen Ping absetzen wollte: 01:23:29: BR0:1 MS-CHAP-V2: I FAILURE id 0 len 52 msg is "E=691 R=1 C=23B7F8471D 79655015BD1536ACE95FFF V=3" autec# 01:23:31: BR0:1 MS-CHAP-V2: I FAILURE id 0 len 52 msg is "E=691 R=1 C=23B7F8471D 79655015BD1536ACE95FFF V=3"
  10. Ich hab meinem Bri schon ein no shutdown mitgegeben, trotzdem bricht er die Verbindung direkt wieder ab. Ich vermute mal ich hab ein Problem mit der Authentifizierung. Der Debugger gibt nämlich folgendes aus: 01:17:40: BR0:1 MS CHAP V2 No Password found for : FWT-CLAL 01:17:40: BR0:1 MS CHAP V2 No Password found for : FWT-CLAL ich gebe ihm aber ein Passwort mit: ppp authentication chap pap ppp chap hostname xxx ppp chap password 7 xxx ppp pap sent-username xxx password 7 xxx
  11. Bitte!!! Kann mir denn wirklich niemand helfen?
  12. Weitere Debug-Meldungen: 00:22:197569122443: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up 00:22:197578721732: %DIALER-6-BIND: Interface BR0:1 bound to profile Di0 00:22:46: BR0:1 PPP: Using dialer call direction 00:22:46: BR0:1 PPP: Treating connection as a callout 00:22:46: BR0:1 PPP: Authorization required 00:22:46: BR0:1 MS-CHAP-V2: I CHALLENGE id 0 len 29 from "xxx" 00:22:46: BR0:1 MS CHAP V2: Using hostname from interface CHAP 00:22:46: BR0:1 MS CHAP V2: Using password from interface CHAP 00:22:46: BR0:1 MS-CHAP-V2: O RESPONSE id 0 len 63 from "xxx" 00:22:46: BR0:1 MS-CHAP-V2: I SUCCESS id 0 len 46 msg is "S=08A524F3F3A7189E69E1BF3D2368521FDC9A16EF" 00:22:46: BR0:1 MS CHAP V2 No Password found for : FWT-CLAL 00:22:46: BR0:1 MS CHAP V2 No Password found for : FWT-CLAL. 00:22:46: BR0:1 MS CHAP V2 Check AuthenticatorResponse Success for : xxx 00:22:46: BR0:1 PPP: Authorization required 00:22:46: BR0:1 PPP: Authorization required 00:22:201873688940: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to xxx 0e0ae614e33742d9bc953e0d80779fd000000000 00:22:201930571776: %ISDN-6-DISCONNECT: Interface BRI0:1 disconnected from xxx 0e0ae614e33742d9bc953e0d80779fd000000000, call lasted 1 seconds 00:22:201906778156: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down 00:22:201873688348: %DIALER-6-UNBIND: Interface BR0:1 unbound from profile Di0.. Über eine Antwort würde ich mich sehr freuen. Danke cardman
  13. Ich hab den eindruck, das ich ein Problem mit der Authentifizierung habe. Hier mal das Ergebnis von debug ppp authentication: Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 192.168.1.12, timeout is 2 seconds: 01:49:49: BR0 DDR: rotor dialout [best] least recent failure is also most recent failure 01:49:49: BR0 DDR: rotor dialout [best] also has most recent failure 01:49:49: BR0 DDR: rotor dialout [best] 01:49:50: BR0 DDR: Dialing cause ip (s=192.168.1.200, d=192.168.1.12). 01:49:51: BR0 DDR: rotor dialout [best] least recent failure is also most recent failure 01:49:51: BR0 DDR: rotor dialout [best] also has most recent failure 01:49:51: BR0 DDR: rotor dialout [best] 01:49:51: BR0 DDR: Dialing cause ip (s=192.168.1.200, d=192.168.1.12) 01:49:51: BR0 DDR: Attempting to dial xxx. 01:49:236231524157: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up 01:49:236225092960: BR0:1: interface must be fifo queue, force fifo 01:49:236233427396: %DIALER-6-BIND: Interface BR0:1 bound to profile Di0 01:49:55: BR0:1 PPP: Using dialer call direction 01:49:55: BR0:1 PPP: Treating connection as a callout 01:49:55: BR0:1 PPP: Authorization required 01:49:55: BR0:1 DDR: disconnecting call. 01:49:55: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to xxx 0e0ae614e33742d9bc953e0d80779fd000000000 01:49:240528394140: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down 01:49:240528394716: BR0 DDR: has total 0 call(s), dial_out 0, dial_in 0 01:49:240518168576: %DIALER-6-UNBIND: Interface BR0:1 unbound from profile Di0. 01:49:57: BR0 DDR: rotor dialout [best] least recent failure is also most recent failure 01:49:57: BR0 DDR: rotor dialout [best] also has most recent failure 01:49:57: BR0 DDR: rotor dialout [best] 01:49:57: BR0 DDR: Dialing cause ip (s=192.168.1.200, d=192.168.1.12). Success rate is 0 percent (0/5)
  14. Ich hab meine Konfiguration inzwischen soweit, das sich der ISDN-Kanal meldet und ich eine Verbindung bekomme. Allerdings wird die Verbindung direkt wieder abgebaut. Das dialer idle-timeout steht auf 235 daran sollte es also nicht liegen. Vielleicht kann mir einer von euch helfen. Ich poste im Anhang mal noch meine Konfig: no service pad service tcp-keepalives-in service tcp-keepalives-out service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname xxx ! boot-start-marker boot system flash c800-y6-mw.123-5c.bin boot-end-marker ! enable secret 5 ! username xxx password 7 xxx no aaa new-model ip subnet-zero no ip domain lookup ! isdn switch-type basic-net3 ! ! ! interface Ethernet0 ip address 192.169.0.102 255.255.255.0 ip access-group 101 in no ip proxy-arp ip nat inside no cdp enable ! interface BRI0 no ip address no ip proxy-arp encapsulation ppp dialer pool-member 1 isdn switch-type basic-net3 isdn caller xxx no cdp enable ppp authentication chap ! interface Dialer0 description connection ip address 192.168.1.200 255.255.255.0 ip access-group 110 in no ip proxy-arp encapsulation ppp dialer pool 1 dialer remote-name xxx dialer idle-timeout 235 dialer wait-for-line-protocol 10 dialer string xxx dialer caller xxx dialer-group 1 no cdp enable ppp authentication chap ! ip nat inside source route-map d0 interface Dialer0 overload ip classless ip route 192.168.1.12 255.255.255.255 Dialer0 no ip http server ! access-list 101 deny ip 0.0.0.255 255.255.255.0 any access-list 101 permit ip any any access-list 110 permit ip any any dialer-list 1 protocol ip permit no cdp run route-map d0 permit 10 match ip address 101 match interface Dialer0 ! ! line con 0 exec-timeout 0 0 password 7 xxx logging synchronous login transport preferred all transport output all stopbits 1 line vty 0 4 access-class 110 in exec-timeout 120 0 password 7 045A1E120A22 logging synchronous login transport preferred all transport input all transport output all ! no rcapi server ! ! ! end und zusätzlich noch die debug infos: 00:21:249116426045: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up 00:21:249118329284: %DIALER-6-BIND: Interface BR0:1 bound to profile Di0 00:21:58: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to xxx 0e0a e614e33742d9bc953e0d80779fd000000000 00:21:253413296028: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down. 00:21:253403070464: %DIALER-6-UNBIND: Interface BR0:1 unbound from profile Di0
  15. Sorry, ich hab gerade gesehen, das ich hier noch eine alte nicht mehr gültige E-Mail-Adresse eingetragen habe, kannst du mir die Mail nochmal schicken??? danke
  16. Muß ich da die Userdaten von dem Cisco Router aus Trierweiler nehmen? Wenn ja, wo muß ich die einstellen???
  17. Hallo, ich bin dabei meinen Router, einen Cisco 801, zu konfigurieren. Die folgende Konfiguration habe ich erstellt: version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname autec_tdz ! boot-start-marker boot system flash c800-y6-mw.123-5c.bin boot-end-marker ! enable secret 5 xxx enable password xxx ! username xxx privilege 15 password 0 xxx no aaa new-model ip subnet-zero no ip routing no ip domain lookup ! isdn switch-type basic-net3 ! ! ! interface Ethernet0 ip address 192.169.0.104 255.255.255.0 ip nat inside no ip route-cache no cdp enable ! interface BRI0 no ip address encapsulation ppp no ip route-cache dialer pool-member 1 autodetect encapsulation lapb-ta isdn switch-type basic-net3 isdn caller xxx isdn incoming-voice modem isdn calling-number xxx no cdp enable ppp authentication chap pap callin ! interface Dialer1 description KA Trierweiler ip address 192.168.1.99 255.255.255.0 ip nat outside encapsulation ppp no ip split-horizon dialer pool 1 dialer remote-name dialer idle-timeout 90 dialer string xxx dialer hold-queue 10 dialer-group 1 no peer default ip address no cdp enable ! ip classless ip route 192.168.1.1 255.255.255.255 Dialer1 ip http server ! dialer-list 1 protocol ip permit dialer-list 1 protocol llc2 permit no cdp run ! line con 0 exec-timeout 0 0 login local transport preferred all transport output all stopbits 1 line vty 0 4 password xxx login transport preferred all transport input all transport output all ! rcapi server port 2578 ! ! end Allerdings scheint er nicht richtig zu funktionieren, da ich keine Verbindung auf dem ISDN Kanal bekomme. Die ISDN LED's blinken noch nicht einmal kurz auf. Kann mir jemand sagen, wo ich da einen Fehler drin habe??? danke cardman
  18. Per Klick auf die PcAnywhere-Verknüpfung auf dem Desktop.
  19. Hallo Saracs, es geht darum: bei einem unserer Kunden stehen an Verschiedenen Standorten PC's. Aktuell ist es so, das ich mich von jedem PC zu jedem anderen Standort per PcAnywhere verbinden kann und dort dann "arbeiten" kann. Das Problem an der Sache ist, das die Mitarbeiter keine bis gar keine Ahnung von PC's und deren Bedienung haben. Ziel ist es, dem Kunden soviel wie möglich arbeit abzunehmen indem soweit wie möglich alles automatisiert wird. Das heißt, das nach dem Verbindungsaufbau am besten alle Fenster minimiert werden und ein bestimmtes Fenster maximiert wird. Sollte das benötigte Fenster noch nicht vorhanden sein, dann soll das Programm geöffnet werden und dann eben maximiert werden. Das ganze Handling mit den Fenstern wäre nicht das Problem, da kann ich ein kleines Programm schreiben, das sich darum kümmert. Aber wie kann ich diese Programm starten lassen, ohne das der Benutzer was machen muß? Ich hoffe ich hab es gut genug beschrieben, das du weißt, was ich will. Dann schonmal Danke. Gruß cardman
  20. Hallo, ich weiß nicht, ob ich hier wirklich richtig bin, aber leider hab ich bisher noch keine bessere Anlaufstelle gefunden. Zu meiner Frage: ist es möglich, das PcAnywhere nach dem Verbindungsaufbau automatisch auf dem Host-Rechner ein Programm/einen Befehl aufführt? Wenn ich hier nicht richtig sein sollte, kann mir dan wenigstens jemand sagen, wo ich sowas nachfragen kann? Danke cardman
  21. Da ich eh nur den RVS CAPI brauch hab ich jetzt die günstigere Version bestellt. Aber trotzdem Danke
  22. Ich hätte dann jetzt doch noch eine letzte abschließende Frage zum Thema: Welche Software ist besser das RVSCOM pro oder das RVSCOM plus??? Danke
  23. Werd ich machen. Derzeit ist mein Bedarf an Cisco-Hardware aber gedeckt
  24. Ich hab jetzt mal mit den Protokollen rum getestet und jetzt klappt das ganze. Ich komme jetzt von hier zu dem entfernten Rechner. Danke für die riesige Hilfe. :)
  25. Ich schaue mal, was ich alles rausbekommen kann.
×
×
  • Neu erstellen...