I have recently purchased an RB750 in order to solve some 3WAN 1 LAN routing issues on a small but sensitive network environment.
I run 5.0rc7 and it shows that the RB has licence level 4 upgradeable to 6.x.
As a beginner to ROS, I have followed the excellent wiki documentation word by word, regardless I faced some major issues.
It was a piece of cake to set up the first WAN interface (that use DHCP)
The second WAN interface has a static IP (no problem at all), but the 3rd that use PPPoE does not work at all. The log shows a never ending initializing, dialing, terminating disconnected cycle.
Passwords are OK.Using the right interface...modem is connected and works with an another router.
...even the PPPoE Scan can not find any available server.
Also another issue is that can not get IPv6 6to4 tunnel working.
I have configured according to the HE's recommendation. The tunnel is fully functional from Linux router.
Code: Select all
/interface 6to4 add comment="Hurricane Electric IPv6 Tunnel Broker" disabled=no local-address=83.251.66.185 mtu=1280 name=sit1 remote-address=64.71.128.82
/ipv6 route add comment="" disabled=no distance=1 dst-address=2000::/3 gateway=2001:470:1F00:FFFF::6B0 scope=30 target-scope=10
/ipv6 address add address=2001:470:1F00:FFFF::6b1/64 advertise=yes disabled=no eui-64=no interface=sit1
Any help would be appreciated.
Thank you in advance.
Regards,
Z