Rabu, 21 Juli 2010

112

tjk 254792
kla 32110
gdt 94110
kot 21110
prw 21110
tgp 41110
klr 370110
met 44110
skd 625110
bda 25110

Selasa, 29 Juni 2010

nat cisco

Current configuration : 1533 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname CustomerTelkomML
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
description *** LAN ***
ip address 222.124.26.113 255.255.255.248 secondary << IP YG DIKASIH TELKOM
ip address 192.168.1.1 255.255.255.0 << IP YG DIGUNAKAN UNTUK INTERNETAN
ip nat inside
!
interface Serial0
description *** To HPBB PE-D5-ML ***
ip address 192.168.21.46 255.255.255.252 << IP Dari Router Telkom ke Router Pelanggan
ip nat outside
no fair-queue
!
interface Serial1
no ip address
shutdown
!
ip nat pool ASTINET 222.124.26.113 222.124.26.119 netmask 255.255.255.248
ip nat inside source list LAN pool ASTINET overload
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
no ip http server
!
!
ip access-list extended LAN
permit ip 192.168.1.0 0.0.0.255 any
banner login ^CC
+--------------------------------------------+
| |
| ********** W A R N I N G ********** |
| |
| This SYSTEM is private and RESTRICTED |
| to authorized users. Any Unauthorized |
| attempts CAN BE TRACED, and those |
| responsible will be PROSECUTED. |
| if you are UNAUTHORIZED, |
| Telkom Indonesia Customer |
+--------------------------------------------+
^C
!
line con 0
line aux 0
line vty 0 4
password 7 121A0C041104
login local
!
end