Pillem 10 Geschrieben 15. Mai 2005 Melden Teilen Geschrieben 15. Mai 2005 hiho zuammen ich bin bald am verzeifeln. ich muss nen 836er für meine projektarbeit zum laufe bekommen. aber es kommt immer der selbe fehler... egal was ich maches es kommt: No remote authentication for call-out (debug ppp auth...) ich hab schon nachgelesen im forum und extern und vieles probiert keine ahung warum es nicht funzt nun mein letzer versuch. schaut auch die konfig an und sagt mir was ihr davon haltet... das war die letze einstellung ich habe auch schon als authentication pap und chap versucht aber half auch nix... bitte helf mir ;-) einwählen tu ich mich mit freenet... *hoff* grüße pillem ============================== Current configuration : 1782 bytes ! version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname DSL_Router ! boot-start-marker boot-end-marker ! logging buffered 100000 debugging ! no aaa new-model ip subnet-zero ! ! ip ips po max-events 100 no ftp-server write-enable ! ! ! ! ! ! ! interface Ethernet0 ip address 192.168.1.50 255.255.255.240 no cdp enable ! interface Ethernet2 no ip address shutdown no cdp enable ! interface BRI0 no ip address shutdown no cdp enable ! interface ATM0 no ip address atm vc-per-vp 64 no atm ilmi-keepalive dsl operating-mode annexb-ur2 pvc 1/32 pppoe-client dial-pool-number 1 ! ! interface FastEthernet1 no ip address duplex auto speed auto ! interface FastEthernet2 no ip address duplex auto speed auto ! interface FastEthernet3 no ip address duplex auto speed auto ! interface FastEthernet4 no ip address duplex auto speed auto ! interface Dialer1 ip address negotiated ip access-group ATM-In in ip access-group ATM-Out out ip mtu 1492 ip nat outside ip virtual-reassembly encapsulation ppp ip tcp adjust-mss 1452 dialer pool 1 dialer remote-name redback dialer-group 1 no cdp enable ppp authentication pap callin ppp pap sent-username xxxx password 0 xxxx ppp ipcp dns request ppp ipcp wins request ! ip classless ip http server no ip http secure-server ! ! ! dialer-list 1 protocol ip permit no cdp run ! control-plane ! ! line con 0 no modem enable transport preferred all transport output all line aux 0 transport preferred all transport output all line vty 0 4 exec-timeout 120 0 login length 0 transport preferred all transport input all transport output all ! scheduler max-task-time 5000 ! end ============================== Zitieren Link zu diesem Kommentar
dpa 10 Geschrieben 15. Mai 2005 Melden Teilen Geschrieben 15. Mai 2005 Versuch deinen Dialer so zu konfigurieren ... interface Dialer1 description ADSL Line ip address negotiated ip nat outside ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 no peer neighbor-route no cdp enable ppp authentication chap callin ppp chap hostname ztezteztezrtz ppp chap password 7 teztezeztetzeztez Zitieren Link zu diesem Kommentar
Pillem 10 Geschrieben 15. Mai 2005 Autor Melden Teilen Geschrieben 15. Mai 2005 Hab genau deine Dialer1 konf. genommen! Hey das hat geklappt! *freu* Unten die debug befehle! Passt das dann schon mit dem Treating connection as a callout??? Oder ist das ein Fehler? Unten sieht man ja meine erhaltene IP! :-) Stimt das so??? Wollte dann eine externe IP vom router aus anpingen! Hat nicht gefunzt! Brauch ich da noch nen ip route Befehl??? Wie siehts mit einer ACL aus, die nur den port 80 rauslässt??? *Mar 1 00:24:25.747: %LINK-3-UPDOWN: Interface Dialer1, changed state to up *Mar 1 00:24:37.487: %DIALER-6-BIND: Interface Vi1 bound to profile Di1 *Mar 1 00:24:37.487: Vi1 PPP: Using dialer call direction *Mar 1 00:24:37.487: Vi1 PPP: Treating connection as a callout *Mar 1 00:24:37.487: Vi1 PPP: Authorization required *Mar 1 00:24:37.487: Vi1 PPP: No remote authentication for call-out *Mar 1 00:24:37.491: %LINK-3-UPDOWN: Interface Virtual-Access1, changed state to up *Mar 1 00:24:38.071: Vi1 PPP: No authorization without authentication *Mar 1 00:24:38.127: Vi1 CHAP: I CHALLENGE id 220 len 39 from "AUGX42-erx" *Mar 1 00:24:38.127: Vi1 CHAP: Using hostname from interface CHAP *Mar 1 00:24:38.135: Vi1 CHAP: Using password from interface CHAP *Mar 1 00:24:38.135: Vi1 CHAP: O RESPONSE id 220 len 41 from "xxx" *Mar 1 00:24:38.367: Vi1 PPP: Authorization required *Mar 1 00:24:38.367: Vi1 PPP: No remote authentication for call-out *Mar 1 00:24:38.719: Vi1 PPP: No authorization without authentication *Mar 1 00:24:38.775: Vi1 CHAP: I CHALLENGE id 2 len 39 from "mch2-lns" *Mar 1 00:24:38.779: Vi1 CHAP: Using hostname from interface CHAP *Mar 1 00:24:38.779: Vi1 CHAP: Using password from interface CHAP *Mar 1 00:24:38.779: Vi1 CHAP: O RESPONSE id 2 len 41 from "xxx" *Mar 1 00:24:39.031: Vi1 CHAP: I SUCCESS id 2 len 4 *Mar 1 00:24:40.031: %LINEPROTO-5-UPDOWN: Line protocol on Interface Virtual-Access1, changed state to up DSL_Router#show interfaces dialer 1 Dialer1 is up, line protocol is up (spoofing) Hardware is Unknown Description: ADSL Line Internet address is 85.74.185.113/32 MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set Keepalive set (10 sec) DTR is pulsed for 1 seconds on reset Interface is bound to Vi1 Last input never, output never, output hang never Last clearing of "show interface" counters 00:13:54 Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/0/16 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) Available Bandwidth 42 kilobits/sec 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 38 packets input, 1868 bytes 37 packets output, 1972 bytes Zitieren Link zu diesem Kommentar
Pillem 10 Geschrieben 16. Mai 2005 Autor Melden Teilen Geschrieben 16. Mai 2005 hiho meine config funzt nun *freu* danke für die hilfe nur noch ein paar fragen und bitten... für was ist das interface Ethernet2? ich dachte der hat nur eines und einen Switch mit 4 Port... bitte helft mir noch acls zu erstellen es muss folgendes gehen. surfen über www und ssl und icmp. telnet vom inneren lan. wär nett wenn mir jemand helfen kann danke im vorraus!!!! hier meine config ================================ ! version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname DSL_Router ! boot-start-marker boot-end-marker ! no aaa new-model ip subnet-zero ip dhcp excluded-address 192.168.1.11 192.168.1.255 ! ip dhcp pool 192.168.1.0/24 network 192.168.1.0 255.255.255.0 default-router 192.168.1.254 dns-server 217.237.151.97 ! ! ip ips po max-events 100 no ftp-server write-enable ! ! ! ! ! ! ! interface Ethernet0 description ADSL LAN Interface ip address 192.168.1.254 255.255.255.0 ip nat inside ip virtual-reassembly no cdp enable ! interface Ethernet2 no ip address shutdown ! interface BRI0 no ip address shutdown ! interface ATM0 no ip address atm vc-per-vp 64 no atm ilmi-keepalive dsl operating-mode annexb-ur2 pvc 1/32 pppoe-client dial-pool-number 1 ! ! interface FastEthernet1 no ip address speed 100 full-duplex ! interface FastEthernet2 no ip address shutdown duplex auto speed auto ! interface FastEthernet3 no ip address shutdown duplex auto speed auto ! interface FastEthernet4 no ip address shutdown duplex auto speed auto ! interface Dialer1 description ADSL WAN Dialer ip address negotiated ip nat outside ip virtual-reassembly encapsulation ppp dialer pool 1 dialer-group 1 no peer neighbor-route no cdp enable ppp authentication chap callin ppp chap hostname xxx ppp chap password 0 xxx ppp ipcp dns request ! ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 ip http server no ip http secure-server ! ip nat inside source list 1 interface Dialer1 overload ! ! access-list 1 permit 192.168.1.0 0.0.0.255 dialer-list 1 protocol ip permit no cdp run tftp-server 192.168.1.1 ! control-plane ! ! line con 0 no modem enable transport preferred all transport output all line aux 0 line vty 0 4 password xxx login transport preferred all transport input all transport output all ! scheduler max-task-time 5000 ! end Zitieren Link zu diesem Kommentar
Wurstbläser 10 Geschrieben 16. Mai 2005 Melden Teilen Geschrieben 16. Mai 2005 hihobitte helft mir noch acls zu erstellen ---------------------------------------------------- ccna #640-801 wie geht das denn zusammen? (sorry - aber die Frage kann ich mir nicht verkneifen) -> CCNA Buch "ICND Exam Certification Guide" Kapitel 10 und 12! Zitieren Link zu diesem Kommentar
Pillem 10 Geschrieben 17. Mai 2005 Autor Melden Teilen Geschrieben 17. Mai 2005 tja wenn du 1 1/2 jahre nix mehr an nem router gemacht hast kannst da auch nicht mehr viel ;-) aber danke jungs ich habs hinbekommen. hab mich wieder in die materie eingelesen :D Zitieren Link zu diesem Kommentar
Empfohlene Beiträge
Schreibe einen Kommentar
Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.