ja hallo wenn die ein speedtouch 510 bekommen hätten wär ich scho mehr als zufrieden, aber es ist halt mal so dass man bei einem Providerwechsel kein neues Modem bekommt.......
und mich reizt es eigentlich nicht sehr einen solchen router zu programmieren weil ich mir nicht ausgesucht hab das ccna zu machen (macht man automatisch in da htl)
ich will nur dass das möglichst schnell funzt
ich hab jetzt eine config drauf
und ich hab das webinterface aktiviert
und ich hab semster 2 (nur hab ich nie richtig aufgepasst und ausserdem hab ich nie etwas von einem atm0 dialer0 usw.. interface gehört und ich weiss nicht wie adsl, pptp funzt)......
hier meine config jetzt:
!Dies ist die aktive Konfiguration des Routers: 192.168.1.254
!----------------------------------------------------------------------------
!version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$kEon$KG6qff/STWWbTS3Ghj8MQ.
!
no aaa new-model
ip subnet-zero
no ip source-route
ip name-server 212.88.160.2
ip name-server 212.88.160.5
no ip dhcp conflict logging
!
!
ip audit po max-events 100
no ftp-server write-enable
!
!
!
!
no crypto isakmp enable
!
!
!
interface Ethernet0
description $FW_INSIDE$
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
no ip mroute-cache
hold-queue 100 out
!
interface ATM0
no ip address
no ip mroute-cache
atm vc-per-vp 64
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/48
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer0
description $FW_OUTSIDE$
ip address negotiated
no ip redirects
ip mtu 1492
ip nat outside
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer remote-name redback
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname <usr>
ppp chap password 7 xxxxxxx
ppp pap sent-username <usr> password 7 xxxxxxx
hold-queue 224 in
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
!
!
!
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
-----------------------------------------------
die sache is jetzt so i kann mit dem router ip adressen aus dem internet pingen aber nicth vom computer aus
ausserdem geht der ping nicht wenn er eine dns auflösung machen muss (ping google.at)
was brauch ich da jetzt noch, er wählt ja ein , ich glaube der fehler liegt irgendwo bei der routing tabel oda acls
dange
//edited by jutta: zugangs-passwoerter muessen ja nicht im forum stehen