Difference between revisions of "Cisco: DHCP"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 7: | Line 7: | ||
dns-server 206.13.28.12 206.13.31.12 | dns-server 206.13.28.12 206.13.31.12 | ||
default-router 192.168.1.254 | default-router 192.168.1.254 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
! | ! | ||
interface Ethernet0 | interface Ethernet0 | ||
Line 22: | Line 13: | ||
ip nat inside | ip nat inside | ||
! | ! | ||
− | |||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[Cisco]] | * [[Cisco]] |
Revision as of 09:28, 24 December 2018
Konfigurasi
ip dhcp excluded-address 192.168.1.254 ip dhcp pool ippool1417 network 192.168.1.0 255.255.255.0 dns-server 206.13.28.12 206.13.31.12 default-router 192.168.1.254 ! interface Ethernet0 ip address 192.168.1.254 255.255.255.0 no ip directed-broadcast ip nat inside !