Hi, need help… I am a “novice” I scripting and networking., building a local nettwork..
I have 1 base and 4 clients up and running.. Ned to add a new base to cover a new sector.
What to change in my script?
Hi, need help… I am a “novice” I scripting and networking., building a local nettwork..
I have 1 base and 4 clients up and running.. Ned to add a new base to cover a new sector.
What to change in my script?
Thank you … the script is working on base1, but what to change on base 2?
interface bridge
add fast-forward=no name=bridge1
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-onlyac channel-width=
20/40/80mhz-Ceee country=norway disabled=no frequency=5500 installation=
outdoor mode=ap-bridge nv2-preshared-key=Traug9318 nv2-security=
enabled radio-name=Base-107578 ssid=Msas-107578 station-roaming=
enabled wireless-protocol=nv2
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa2-psk eap-methods=“” management-protection=
allowed mode=dynamic-keys name=SnorlausLAN supplicant-identity=“”
wpa2-pre-shared-key=Traug9318
/interface bridge port
add bridge=bridge1 interface=wlan1
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=all
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.88.200/24 comment=“Managment IP” interface=bridge1
network=192.168.88.0
/ip cloud
set ddns-enabled=yes
/ip dns
set servers=1.1.1.1,1.0.0.1
/ip route
add distance=1 gateway=192.168.88.1
/system clock
set time-zone-name=Europe/Oslo
/system identity
set name=Base-Msas-107578
/system ntp client
set enabled=yes server-dns-names=
no.pool.ntp.org,1.no.pool.ntp.org,2.no.pool.ntp.org
/system package update
set channel=long-term
/system routerboard settings
set auto-upgrade=yes
/system script
add dont-require-permissions=no name=ta-backup owner=admin policy=
ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=“/
_system backup save name=([:tostr [/ system identity get name]]);\r
\n/ export file=([:tostr [/ system identity get name]]);\r
\n/ export verbose file=(:put [:tostr [/ system identity get name;]]."-ve
rbose");\r
\n”
/tool romon
set enabled=yes secrets=MAX1212
Reread introduction part of using formatting codes in posts and apply.
Remove also security data as WiFi key etc.
Don that… not the right security data
As I said, haven’t been working on networking in decades… so.. need som pointers.
I could be as simple as changing the management address from 192.168.88.200 to 192.168.88.201, assuming this new “base”/AP connected to same switch with the 192.168.88.1 router as the first “base”/AP. Your wireless client on the other end of the new NV2 link need to use a different wireless “mode=” like “station” or “station-bridge” (instead of the ap-bridge used by the base).
Beyond that a diagram or better explanation help. Otherwise with one config file and no context, I’m just guessing at the answer.
Thank you for awnser..
No… The ip is changed… and the ssid, frequency….. but still….
Try to make a diagram, but this is simple stuff… just a switch and the bases… the send to multiple clients..
You want help and want forum users to guess the right answer for you.
Setting up two access points next to each other requires 3 times the wifi knowledge. We do not know your qualifications. So give us all the information you have. Draw a diagram, describe what you have done and what is not working.
We also need a scan of the air from both points/sectors.