Page 1 of 1

lan access

Posted: Tue Feb 15, 2011 11:39 am
by nokia
setup a mikrotik for ICS but i only have access to mikrotik using terminal , cant access the router throught LAN.
i have add another LAN on it but same cant access throught LAN
can you tell me how to fix it?

Re: lan access

Posted: Tue Feb 15, 2011 3:27 pm
by kirshteins

Re: lan access

Posted: Tue Feb 15, 2011 3:48 pm
by nokia
i want to have lanaccess

Re: lan access

Posted: Tue Feb 15, 2011 3:57 pm
by jtroybailey
what do you mean by you can access from the terminal but not lan (local area network)? do you have a routerboard or is it on x86?

Re: lan access

Posted: Tue Feb 15, 2011 4:10 pm
by nokia
yes Local are network and its x86 do i have to creat new route or ..?

Re: lan access

Posted: Tue Feb 15, 2011 4:19 pm
by jtroybailey
does it detect your intefaces?
/interface print

Re: lan access

Posted: Tue Feb 15, 2011 8:07 pm
by nokia
[admin@MikroTik] > /interface print
Flags: X - disabled, D - dynamic, R - running
# NAME TYPE RX-RATE TX-RATE MTU
0 R ether1 ether 0 0 1500
1 R wlan1 wlan 0 0 1500
2 R pppoe-out1 pppoe-out 0 0 1480
[admin@MikroTik] >

Re: lan access

Posted: Tue Feb 15, 2011 11:37 pm
by Caci99
Are you trying to access it via winbox using the discovery button?
If you don't see any router using the discovery button of the winbox,
first make sure no firewall is blocking winbox.
Then, it could be that the neighbor discovery interface is disabled.
Try to see if it is disabled:
/ip neighbor discovery print

Re: lan access

Posted: Wed Feb 16, 2011 1:28 pm
by nokia
[admin@MikroTik] > /ip neighbor discovery print
# NAME DISCOVER
0 ether1 yes
1 wlan1 yes
2 pppoe-out1 no
[admin@MikroTik] >

Re: lan access

Posted: Wed Feb 16, 2011 2:32 pm
by Caci99
The discovery is enabled, so you should be able to see the router from winbox
when you press the discovery button.
If you still don't, try from another PC, download the new winbox if necessary,
disable any firewall in your PC, check cable connections.