(sorry for my bad english)
Hi,
I write here how to get the "kernel failure" on RouterOS 6.10 (happen also on 6.9 on the same way).
I talk about this problem at Italian's M.U.M. with MikroTik Staff.
I'm able to replicate this problem with RB1100AHx2 and M.U.M.'s RB951Ui-2HnD gift
(really hardware does not matter, invert RB still do same problem)
On the RB1100AHx2 powered by PoE on ether13 (also is a PC connected for netinstall):
update bios with serial port to 3.10 and
after update re-enter the bios and reset all for default options
after reboot re-renter the bios and set "try-ethernet-once-then-nand" for boot.
reboot for netinstall
With NetInstall 6.10:
***NO*** Keep old configuration
select: routeros-powerpc-6.10.npk
and install
after first boot:
disable all packages except for:
routeros-powerpc
ppp
system
and reboot
paste this on RB1100AHx2 terminal
/interface pppoe-server server
add default-profile=default-encryption disabled=no interface=ether1 mrru=1600 service-name=service1
/ppp secret
add local-address=10.0.0.1 name=test password=test profile=default-encryption remote-address=10.0.0.2
/system identity
set name="Test Gateway"
Now the RB951Ui-2HnD powered by PoE on ether1 (also is a PC connected for netinstall):
Open the device with winbox and update bios to 3.12 and reboot,
On winbox select on system/routerboard/settings:
set boot-device=try-ethernet-once-then-nand
reboot for netinstall
With NetInstall 6.10:
***NO*** Keep old configuration
select: routeros-mipsbe-6.10.npk
and install
after first boot:
disable all packages except for:
routeros-powerpc
ppp
system
and reboot
(really the RouterOS version on the client does not matter...)
paste this on RB951Ui-2HnD terminal
/interface pppoe-client
add add-default-route=yes allow=pap,chap,mschap1,mschap2 default-route-distance=1 dial-on-demand=no disabled=no interface=ether2 keepalive-timeout=60 max-mru=1480 max-mtu=1480 mrru=1600 name=pppoe-out1 password=test profile=default-encryption use-peer-dns=no user=test
/system identity
set name="Test CPE"
Now both RB working and all is ok, but after put a cable from ether1 of RB1100AHx2 and ether2 of RB951Ui-2HnD, after pppoe-client login on pppoe-server
the RB1100AHx2 continuosly reboot (or freeze after some random reboot) with kernel failure (I think on ppp-mppe process).
If you do not use "default-encription" profile on both routerboard, but only "default" profile (so pppoe not encripted) no kernel failure happen, also if you leave bandwidth test for hours.
I hope that I've explained everything well.
Thanks to all.