Hier meine Aktuelle config meines Cisco 827 ADSL Routers!
Nur mehr deine Zugangsdaten einfügen und das war es
Ist für INODE aber für AON müsste man die DNS Server umtragen statt 195.58.160.194 dann 195.3.96.67 usw....
Bei fragen einfach an mich werde so gut es geht weiterhelfen!
lg Rainer
!
! Last configuration change at 19:53:40 UTC Tue Aug 15 2006 by dmin
! NVRAM config last updated at 18:31:32 UTC Tue Aug 15 2006 by dmin
!
version 12.3
service nagle
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname router
!
boot-start-marker
boot-end-marker
!
no logging buffered
enable secret
enable password
!
no aaa new-model
ip subnet-zero
no ip source-route
ip name-server 195.58.160.194
ip name-server 195.58.161.122
!
ip cef
!
username admin <oder einen anderen!!! password <irgendeines
!
!
interface Ethernet0
ip address 192.168.1.254 255.255.255.0
ip nat inside
ip tcp adjust-mss 1452
hold-queue 100 out
!
interface ATM0
no ip address
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
ip address negotiated
ip access-group 111 in
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 [email protected] < da deinen Username vom Provider
ppp chap password 7 131C4E005A035C3C <da dein Passwort vom Provider
ppp pap sent-username [email protected] password <da dein Passwort vomProvider
hold-queue 224 in
!
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static 192.168.1.10 interface Dialer0
ip nat inside source static tcp 192.168.1.10 3389 interface Dialer0 3389<RDP
ip nat inside source static udp 192.168.1.10 47 interface Dialer0 47<PPTP GRE
ip nat inside source static udp 192.168.1.10 1723 interface Dialer0 1723<PPTP
ip nat inside source static tcp 192.168.1.10 443 interface Dialer0 443<SSL dein internes Netz
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip http server
ip http access-class 23
ip http authentication local
no ip http secure-server
!
access-list 1 permit 192.168.1.0 0.0.0.255< Dein internes Netz!
access-list 111 permit icmp any any
access-list 111 permit ip any any
access-list 111 permit tcp any any
access-list 111 permit udp any any
dialer-list 1 protocol ip permit
!
!
line con 0
exec-timeout 120 0
login local
stopbits 1
line vty 0 4
access-class 1 in
exec-timeout 120 0
password 7 115A495446455A <dein Passwort für Telnet über das Config Kabel IOS!
login local
length 0
!
scheduler max-task-time 5000
sntp server 131.130.1.12 <Timeserver von univienna
end