Mikrotik-Obecné

Záloha/obnovení konfigu do *.rsc souboru bez line-break symbolů

/export terse file=[název souboru]
/import file-name=[název souboru]

Nastavení antena gain:

/interface wireless
set antenna-gain=4
[číslo antény]

Nastavení CAPsMANa:

Nastavení šablon pro všechny CAPy:

/caps-man configuration
add country=[czech republic] datapath.bridge=bridge name=Config security.authentication-types=wpa-psk,wpa2-psk security.passphrase=[heslo-wifi] ssid=[jméno wifi]
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=Config

Nastavení interface, kde budou naslouvhat CAPy:

/caps-man manager interface
set [ find default=yes ] forbid=yes
add disabled=no interface=bridge

Zapnutí CAPsMANa:

/caps-man manager
set enabled=yes

Pravidla do Firewallu (když není defaultní):

/ip firewall filter
add action=accept chain=input dst-address-type=local src-address-type=local


Comments

Napsat komentář