Configuration Router Cisco

CONFIGURATION ROUTER:

enable
configure terminal
line console 0
password adminku
login
exit
exit
enable
configure terminal
enable secret adminku
line vty 0 3
password adminku
login
exit
banner motd $ DILARANG MASUK!!! $
service password-encryption
exit
copy running-config startup-config

CONFIGURATION INTERNET:
enable
configure terminal
interface gigabitEthernet 0/0 | fastEthernet
ip address dhcp
no sh
interface gigabitEthernet 0/1 fastEthernet
ip address 80.80.80.1 255.255.255.0
no sh
exit
exit
sh ip int brief
configure terminal
ip dhcp pool IP-Client
network 80.80.80.0 255.255.255.0
default-router 80.80.80.1
dns-server 8.8.8.8
exit
ip name-server 192.168.1.1
access-list 1 permit 80.80.80.0 0.0.0.255
ip nat inside source list 1 interface gigabiteEthernet 0/0 overload
interface gigabiteEthernet 0/0
ip nat outside
exit
interface gigabiteEthernet 0/1
ip nat inside
end
copy running-config startup-config

Posting Komentar (0)
Lebih baru Lebih lama