Hello every body,I have a power beam M400 5G and I use it to receive a signal from near provider.Also,I use a mikrotik rb951u as a router in pppoe mode (user name ,password) , the Rb connected to power beam (LAN of adapter of power beam to ppoe of RB).I want to enter to the power beam gui through the mikrotik by web browser or from smartphone internet browser.is there any way or not.[flash=][/flash]
thanks , I use only ppp port in the RB and other devices that connected to the router via wireless ,so I want to enter from device connected to the router not via cable
You could use something similar to this;
/ip firewall nat
add action=masquerade chain=srcnat comment=speedtest-nat dst-address=!192.168.0.0/24 out-interface=pppoe-out1
add action=masquerade chain=srcnat comment=config-nat dst-address=192.168.0.0/24 out-interface=ether5_WAN_CPE
This NAT’s all traffic not intended for the CPE’s IP range through the pppoe interface but anything destined for the CPE’s IP range our of port5 (not pppoe) so you still retain access.
You will need to adjust this to match your IP set up of course.
Apologies but I’m not currently in a position to do this. Please export your current NAT rules and mention the IP of your CPE and I will try to ammend.