Difference between revisions of "Mikrotik: DHCP Server"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " ip address add interface=ether0 address=YYY.YYY.YYY.1 ip pool add ranges=YYY.YYY.YYY.100-YYY.YYY.YYY.2000") |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
ip address add interface=ether0 address=YYY.YYY.YYY.1 | ip address add interface=ether0 address=YYY.YYY.YYY.1 | ||
ip pool add ranges=YYY.YYY.YYY.100-YYY.YYY.YYY.2000 | ip pool add ranges=YYY.YYY.YYY.100-YYY.YYY.YYY.2000 | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Mikrotik]] |
Revision as of 07:12, 13 November 2018
ip address add interface=ether0 address=YYY.YYY.YYY.1 ip pool add ranges=YYY.YYY.YYY.100-YYY.YYY.YYY.2000