Hi.
New Mikrotik user, I am playing around with some RB411 boards.
I have one board here which is set initially to 192.168.1.222/24 on ether1. All works nicely, ether1 and wlan1 are members of a bridge.
For testing purposes I wanted to change the IP adress of ether1. I used (vie telnet)
/ip address
set 0 address=192.168.1.223/24 network=192.168.1.0 broadcast=192.168.1.255
(yes, item 0 is the correct entry for ether1).
A print shows that this information is used nicely. CLose telnet connection, new telnet connection to new address - nothing happens. Ping - no reply except an occasional redirect from the old adress (.222).
Now I tried the foillowing (complete reset, my default config from import, all works fine with 192.168.1.222).
add address=192.168.1.223/24 network=192.168.1.0 broadcast=192.168.1.255 interface=ether1
This new address was added as item 3. Now
remove 0
(the old address item).
Same result, IP address not reachable by telnet.
Now, just for the sake of it I tried to use 192.168.1.224 as a ew address - and voila. Everything works, regardless of how I set it (with set 0 or add), telnet, ping all ok.
I tried 192.168.1.225 - same error as before with .223 - nothing works.
Tried 192.168.1.226 - works perfectly.
Tried 192.168.1.227 - same error as before with .223 - nothing works.
Eh?
So it seems as if all even numbered IP adresses work on ether1, all odd addresses not. This first looks like a masking problem, but the netmask used is always 255.255.255.0 (or /24). All adresses mentioned are not in use in my network.
Any idea what that could be?
RouterOS 3.0rc12 on RB411-L3
Thanks,
Johannes