Script Padrão Interface Mikrotik Nova
Script Padrão Interface Mikrotik Nova
-------------------------------------------------------------------------------
You can type "v" to see the exact commands that are used to add and remove
this default configuration, or you can view them later with
'/system default-configuration print' command.
To remove this default configuration type "r" or hit any other key to continue.
If you are connected using the above IP and you remove it, you will be disconnected
.
-------------------------------------------------------------------------------
:global ssid;
#| RouterMode:
#| wlan1 Configuration:
#| mode: ap-bridge;
#| band: 2ghz-b/g/n;
#| ht-chains: 0,1;
#| ht-extension: 20/40mhz-Ce;
#| wlan2 Configuration:
#| mode: ap-bridge;
#| band: 5ghz-a/n/ac;
#| ht-chains: 0;
#| ht-extension: 20/40mhz-Ce;
#| LAN Configuration:
#| DNS: enabled;
#| gateway: ether1 ;
#| firewall: enabled;
#| NAT: enabled;
:global action;
#-------------------------------------------------------------------------------
# Apply configuration.
#-------------------------------------------------------------------------------
:local count 0;
/quit;
};
:local count 0;
/quit
}
:delay 1s;
};
/interface wireless {
/interface wireless {
/interface ethernet {
/interface bridge
:local bMACIsSet 0;
:set bMACIsSet 1;
/ip dhcp-server
/ip dns {
set allow-remote-requests=yes
/ip firewall {
#-------------------------------------------------------------------------------
# Revert configuration.
#-------------------------------------------------------------------------------
/ip dns {
set allow-remote-requests=no
/ip address {
:local o [find comment="defconf"]
-------------------------------------------------------------------------------
You can type "v" to see the exact commands that are used to add and remove
this default configuration, or you can view them later with
'/system default-configuration print' command.
To remove this default configuration type "r" or hit any other key to continue.
If you are connected using the above IP and you remove it, you will be
disconnected.
Confirming configuration
[admin@MikroTik] >
[admin@MikroTik] >
[admin@MikroTik] >