Anyone help, i am unable to ping my Rb433 , destination net unreachable , i accidentally enable hotspot on ether 1 having default IP. now i used ip scanner i can fnd live host 192.168.88.1 but cannot ping now can telnet nor can connect with wnbox.
I am new into this.
Can anyone help.
Regards
Check your gateway of the device. Needs a default route more than likely.
http://wiki.mikrotik.com/wiki/Manual:IP/Route
paste the following:
/ip address print
/ip route print
if you don’t have 0.0.0.0/0 with a gateway of your ether1’s gateway than your not going to be able to get to the device.
route add 0.0.0.0/0 gateway=ipofether1’sgateway
or a simple way I believe is just route add gateway=ipofether1sgateway
for example if ether1 is 192.168.1.254 and it’s gateway out to the main network is 192.168.1.1 than you would put: route add gateway=192.168.1.1
then /ip route print to make sure the route took. By adding the ip address for ether1 in /ip address it should automatically add it’s route into the mikrotik’s route, which can be verified with /ip route print.
~Jayson
when you run the winbox i hope you can get the MAC addres…login from that…and go to IP>address and you will see the IP. And then double click on the IP..then rewrite as it apeared…apply>ok>system>reboot…but unfortunately i’m not sure…
Sure! If your PC is on the same physical network, run winbox and click on the […] button to the left of “Connect”. It will build a list of ROS hosts. Double-click on the MAC address of the device in question to connect via MAC-winbox, which should let you bypass (and disable) the hotspot interface on ether1.