What am I doing wrong???

Hi everybody…

I have a problem, it could look stupid, but I don´t understand it. In first case, I reseted my mikro (hap mini) because I thought that I dominated some topics like DHCP, wireless, basic firework rules, etc and I wanted to restart from the begining to go over all those subject of MTCNA. So, after reset my mikro somethings weird happend. I conected my PC to the device via ether (to ether 2) after it rebooted and windows still “see it” with the same name that I gave it in previous configurations, is it supossed that ALL configurations are deleted after “System > Reset configuration” (with no mark any box in the last menu)???

Other thing, why after reset my mikro in winbox appears IP 0.0.0.0???.. It should show me default IP 192.168.88.1???

Thanks guys :smiley:

Click on the MAC address in the winbox loader, then log in and configure it.
It is hard to say why your laptop still remembers the old SSID. Connect to it first.

Hello there, it is very weird, yesterday at night, when I got home i connected the mikro to my personal laptop and still this PC “see it” with the old SSDI, I think I rebooted the device almost 10 times and doesn´t work.

Well, connect to it like I described above, then check the WiFi configuration

I accessed it via MAC many times (even when I made mistakes configuring it) and I created another WiFi profile (i didn´t saw the other profile, anything) and now I have the old SSDI and new SSDI (I reeseted it with “no defaul configuration” but it is imposible to erase old SSDI :confused: )

Try other laptops and phones. Do all of them see the old SSID ?

I connected two PCs via etherner under the same brigde, I can browse through internet, left picture is from an enterprise PC, and it doesn´t show name of mikrotik SSID (only domain name of DC), but right PC (my work PC) still show old SSID name :confused:

Unplug your router and see if you can still see this network :smiley:

Nope, it doesn´t appears, do you think that´s windows mistake???

Connect to it, open Terminal, type “/export” and post here the full output.



[admin@MikroTik] > export 
# nov/23/2017 14:19:46 by RouterOS 6.40.5
# software id = KLEZ-VBFU
#
# model = RouterBOARD 931-2nD
# serial number = 7BA707236ED3
/interface bridge
add admin-mac=64:D1:54:CF:5D:93 auto-mac=no comment=defconf name=\
    "Puente Ether 2-3"
/interface ethernet
set [ find default-name=ether1 ] comment=WAN-Internet name="Enlace WAN Ether1"
set [ find default-name=ether2 ] comment=LAN-Puente name=ether2-master
set [ find default-name=ether3 ] comment=LAN-Puente master-port=ether2-master
/ip neighbor discovery
set "Enlace WAN Ether1" discover=no
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" mode=dynamic-keys \
    name="WiFi 4.1)" supplicant-identity="" wpa-pre-shared-key=microtik.com \
    wpa2-pre-shared-key=microtik.com
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n comment="Wirelees LAN Bridge" \
    country=chile disabled=no frequency=auto mode=ap-bridge radio-name=\
    Radio-name security-profile="WiFi 4.1)" ssid="Troyanos gratis" \
    wireless-protocol=802.11 wmm-support=enabled wps-mode=disabled
/interface wireless manual-tx-power-table
set wlan1 comment="Wirelees LAN Bridge"
/interface wireless nstreme
set wlan1 comment="Wirelees LAN Bridge"
/ip pool
add name="Pool DHCP 1.2)" ranges=50.1.30.20-50.1.30.50
/ip dhcp-server
add address-pool="Pool DHCP 1.2)" disabled=no interface="Puente Ether 2-3" \
    name="DHCP Server 1.3)"
/interface bridge port
add bridge="Puente Ether 2-3" comment=defconf interface=ether2-master
add bridge="Puente Ether 2-3" interface=wlan1
/interface list member
add comment=defconf interface="Puente Ether 2-3" list=LAN
add comment=defconf interface="Enlace WAN Ether1" list=WAN
/ip address
add address=50.1.30.1/24 comment="Bridge LAN 1.1)" interface="Puente Ether 2-3" \
    network=50.1.30.0
/ip dhcp-client
add comment="IP Dinamica 3)" dhcp-options=hostname,clientid disabled=no \
    interface="Enlace WAN Ether1"
/ip dhcp-server network
add address=50.1.30.0/24 gateway=50.1.30.1
/ip dns
set allow-remote-requests=yes servers=10.1.29.20,8.8.8.8
/ip dns static
add address=192.168.88.1 name=router.lan
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=\
    out,none out-interface-list=WAN
/system clock
set time-zone-name=America/Santiago
/tool mac-server
set [ find default=yes ] disabled=yes
add interface="Puente Ether 2-3"
/tool mac-server mac-winbox
set [ find default=yes ] disabled=yes
add interface="Puente Ether 2-3"