Difference between revisions of "Cisco: DHCP"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " ==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-r...") |
Onnowpurbo (talk | contribs) |
||
Line 22: | Line 22: | ||
ip nat inside | ip nat inside | ||
! | ! | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Cisco]] |
Revision as of 09:26, 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 ! bridge irb ! ! process-max-time 200 ! interface Loopback1 no ip address no ip directed-broadcast ! interface Ethernet0 ip address 192.168.1.254 255.255.255.0 no ip directed-broadcast ip nat inside !