[SOLVED] RB 1200 initial setup

Can’t connect to my RB 1200. Just installed it, connected Ethernet cable to eth1 port, configured client address as 192.168.88.2.
Can see neighbor discovery packets on the interface but no reply to arp requests.
Here is tcpdump output on client interface:

# tcpdump -i eth3 -nn -l
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3, link-type EN10MB (Ethernet), capture size 65535 bytes
14:40:17.947219 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:40:17.947235 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:40:38.125372 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:39.125375 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:40.124447 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:41.141367 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:42.140446 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:40:43.140448 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:41:17.951421 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:41:17.951437 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:42:17.955635 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:42:17.955651 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:43:17.959835 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:43:17.959856 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:44:17.964052 IP 0.0.0.0.5678 > 255.255.255.255.5678: UDP, length 91
14:44:17.964068 CDPv1, ttl: 120s, Device-ID 'MikroTik', length 53
14:44:39.997376 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:40.997369 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:41.996466 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:43.013375 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:44.013375 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:45.012455 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:46.029375 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:47.029376 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
14:44:48.028460 ARP, Request who-has 192.168.88.1 tell 192.168.88.2, length 28
^C
25 packets captured
25 packets received by filter
0 packets dropped by kernel

Do I miss something?

Are you plugging into the last port on the router ?
Have you tried MAC access via Winbox ?

Try connecting to another port

Most routerboards have eth 1 configured as a gateway interface by default and do not allow you to ping or use routerboard to connect to the management. Please try a different port and see if that works better.

If ping and 192.168.88.1 do not work on the other ports either. Try connecting using the MAC method (little dots in winbox, click the mac address if it appears) or otherwise resetting the RB1200 and see if it comes up then.

Thanks everyone for the answers.

djdrastic,
There are 10 Gigabit ports, from eth1 to eth10, in manual it is written that eth1 is configured as 192.168.88.1. Should I use eth10?
There is no Windows there at the moment, can’t try winbox now.

nickshore,
I’ve also tried to use eth2 port, but the picture is the same: port is alive (I can see udp port 5678 traffic), but can’t get ARP reply for the 192.168.88.1 request.

Quindor,
yes, I’ve tried eth2 and have no Windows there at the moment.


P.S. may be there is some strict manual about initial connect to not configured RouterBoard 1200 (just saw that it is mentioned about port eth1 and address 192.168.88.1 here in Quick Guide http://routerboard.com/pdf/304/rb1200mA.pdf ) ?

@mikrotikuserm , it’s worth a shot . I remember having a similar problem once and had to run through all the ports until I got joy our of the last port.If all else fails like mentioned , try a MAC winbox session.

Have you made sure there is nothing like a software firewall/antivirus blocking the machine you are trying to connect from ?

Whist it does physically have 10 Supposedly Gigabit ports it’s actually more like 8 Ports plus 2 that might work if it’s a blue moon and the wind happens to be blowing in the right direction.

http://forum.mikrotik.com/t/rb1200-packetloss-issue/55250/11

I’ve yet to see anyone report that the problem with the drivers for these ports has been fixed.

Sorry for the delay, my mikrotik is not in the office, couldn’t try your suggestions immediately.

It turned out that 192.168.88.1 ip address was configured not on eth1 port but on eth10.

I have no idea why hardware developers do such things.

you can always check what is set up as default by doing ‘/system reset-configuration’

at least in configuration script IP address is set to ether1 Check if ethernet names are in correct order