Hiii all ,
i want to open my winbox from any where ,
i have 1 static ip =41.131.230.22 ,
i have 3 adsl line , i have arouter board 750 that only to merge the adsl lines,
and having a server mikrotik 3.30 using ahotspot
iam opening port:8291 in adsl modem but i can’t opening the winbox by static ip …
Please help >>>thank you
plz help …
Then provide more information. From your question it’s not even clear WHICH router you’re trying to connect to - the RB750, or the Hotspot router.
Add information about your IP addressing, WAN load balancing scheme, and routing setup. By that I mean export those configuration parts and post them here.
You can only reach your static ip only if it is configured on the public interface, so giving more detail of your setup will help in assisting you. What configuration do you have on the public interface?
simply,
1st adsl router 192.168.2.1/24 and this router has a static IP 41.131…
2nd adsl router 192.168.4.1/24
3rd adsl router 192.168.5.1/24
that all marge on RB750
RB 750 export 192.168.1.1/24 , ok
from RB750 to another server (mikrotik hotspot 3.30)
mikrotik hotspot export Range 192.168.3.1/24 to my clients ..ok…
what can i do to open the hotspot server (3.30)
thanx alot
If the ADSL routers are capable of routes via next hops and not just directly connected as well as default routes and you’re not using NAT throughout, first ensure that the ADSL router you’re trying to access Winbox on the 3.30 Hotspot box through has a route back to that Hotspot router. Then configure the ADSL router to port forward some port to port 8291 on the Hotspot router IP on the 192.168.1.0/24 network. How you do that depends on the manufacturer of the ADSL router - Mikrotik doesn’t make those, so that’s outside the scope of this forum as it isn’t about configuring a Mikrotik RouterOS device. If the ADSL routers can’t function in that fashion consider using them in bridged mode and terminating the PPPoE DSL tunnels directly on the RB750. That is a lot more flexible and gets around one layer of NAT.
If you’re doing NAT throughout you will have to port forward on the ADSL router, and the RB750. To port forward on RouterOS see the manual: http://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT#Port_mapping, you’re on your own for the ADSL routers as stated above. NAT on all hops would be such an incredibly bad network design you should seriously reconsider resigning everything, though, starting with terminating PPPoE on the RB750, and then removing all NAT on the Hotspot router. NAT should only happen on AS boundaries. NAT breaks things, don’t do it more than you absolutely have to.