Posted by :
Unknown
martes, 2 de junio de 2015
Fan Page : https://www.facebook.com/dlhackeroverload?ref=hl
Web Site : http://arturodiazlora.com/
Twiter: https://twitter.com/ArturoDiazLora1
Pagina de Capacitacion : http://capacityoverload.com/
No Olvides Suscribirte a mi Canal ;)
Building configuration...
Current configuration : 1571 bytes
!
version 12.4
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 password 0 cisco
!
no aaa new-model
!
resource policy
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.0.0.1 10.0.0.20
!
ip dhcp pool Datos
network 10.0.0.0 255.255.255.0
default-router 10.0.0.1
dns-server 208.67.222.222 208.67.220.220
!
!
ip cef
!
!
!
username cisco password 0 cisco
!
!
!
!
!
interface ATM0
no ip address
ip mask-reply
ip directed-broadcast
ip flow ingress
no atm ilmi-keepalive
pvc 0/33
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 10.0.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer1
mtu 1488
ip address negotiated
ip mask-reply
ip directed-broadcast
ip flow ingress
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp pap sent-username 8092212481 password 7 144F42525E567B79707062
hold-queue 224 in
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
no ip http server
no ip http secure-server
ip nat inside source list 100 interface Dialer1 overload
!
access-list 100 permit ip any any
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
login local
transport input telnet
!
scheduler max-task-time 5000
end