Minor fixes and documentation updates

This commit is contained in:
Pothi Kalimuthu 2022-02-21 06:57:29 +05:30
parent 37c9394986
commit 5cfac94956
3 changed files with 21 additions and 15 deletions

View file

@ -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;