mirror of
https://github.com/pothi/mikrotik-scripts.git
synced 2025-07-30 23:44:28 +02:00
Minor fixes and documentation updates
This commit is contained in:
parent
37c9394986
commit
5cfac94956
3 changed files with 21 additions and 15 deletions
|
@ -40,6 +40,14 @@
|
|||
# Configure Identity
|
||||
/system identity set name=$myIdentity;
|
||||
|
||||
# Minor Tweaks
|
||||
/system routerboard settings set init-delay=3
|
||||
/interface detect-internet
|
||||
set detect-interface-list=WAN
|
||||
set lan-interface-list=LAN
|
||||
set wan-interface-list=all
|
||||
set internet-interface-list=all
|
||||
|
||||
# Change subnet
|
||||
/ip pool add name=$dhcpName ranges=$dhcpPoolRange;
|
||||
/ip pool remove default-dhcp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue