Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

Enterprise Networking Mikrotik Routers (RouterBoard & RouterOS), User and owner discussion group

views
     
jinaun
post Feb 4 2012, 09:54 AM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
QUOTE(soonwai @ Feb 3 2012, 11:10 PM)

One question, for BIZ20 fixed IP, do I just use normal PPPOE as I would for VIP5 dynamic IP? Or is there a proper way to configure fixed IP (with PPPOE authentication)?

One more, can I delete the DHCP Client that's running on ether1 (the WAN port)?
*
just use normal pppoe, the biz20 username is oledi linked to a fixed ip.

no matter how many times u reconnect.. it will be the same ip.
jinaun
post Feb 4 2012, 08:10 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
QUOTE(JinXXX @ Feb 4 2012, 10:27 AM)
anybody using RB751U-2HnD

and have some weird problems ?

like this ?

[attachmentid=2667773]
*
does it happen on the 750GL?
jinaun
post Feb 14 2012, 10:59 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
just found out 5.13 is out
jinaun
post Mar 4 2012, 07:12 AM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
the problem is.. where to find earlier versions of the firmware?

i can't seem to find it on mk website? onli the latest.
jinaun
post Mar 25 2012, 09:00 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
i tried the setting below and it does not work

/ip firewall nat add chain=dstnat protocol=tcp dst-port=8060 \ action=dst-nat to-addresses=192.168.1.10 to-ports=8060

please refer to the attachment for more detail

//edit// addition to the picture below.
and also the php app uses absolute url in many of its fuctions

This post has been edited by jinaun: Mar 25 2012, 09:05 PM


Attached thumbnail(s)
Attached Image
jinaun
post Mar 25 2012, 10:50 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
QUOTE(weikee @ Mar 25 2012, 10:43 PM)
You just want to do port mapping or DynDns?
*
actually.. port mapping.. so both the LAN and WAN can access via the same url

currently if access from WAN, mydomain.hopon.net:8060/myapp works.. but if access from the same LAN as the server (behind the router) mydomain.hopon.net:8060/myapp does not work and it only shows timeout on the browser but can access other internet sites such as yahoo.com but not mydomain.hopon.net:8060/myapp

This post has been edited by jinaun: Mar 25 2012, 10:55 PM
jinaun
post Mar 25 2012, 11:07 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
QUOTE(weikee @ Mar 25 2012, 11:04 PM)
You try to use the same url for the local ip? I have not done this, but usually when using same fqdn, we translate to local ip, instead of using publicl ip.
*
because previously it works with tplink's 1043nd, but i can't seem to configure it to work in such a way on mikrotik. maybe perhaps the way 1043nd does is provide loopback?

other workaround i was thinking is.. would be putting a static dns on the router?

so from WAN it access via dyndns's mapped ip, and while in LAN it access via static dns on the router?

//the static dns workaround gives another issue, which i have several portmapping to other servers. 8060 to server1, 8082 to server 2, if use static dns.. there is no way to resolve to 2 different ip

solution found, its called hairpin NAT, so far the same URL works on LAN and WAN

This post has been edited by jinaun: Mar 26 2012, 12:24 AM
jinaun
post Mar 26 2012, 12:58 AM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
QUOTE(arul_sr @ Mar 26 2012, 12:55 AM)
try

/ip firewall nat add chain=dstnat protocol=tcp dst-port=8060 in-interface=ppoe-out1 \ action=dst-nat to-addresses=192.168.1.10 to-ports=8060
in-interface= your missing?
*
thanks but i've tried it and its not working too with the in-interface.. i've used hairpinNAT instead justnow and it seems to be working from both side

This post has been edited by jinaun: Mar 26 2012, 12:59 AM
jinaun
post Mar 26 2012, 08:22 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
QUOTE(weikee @ Mar 26 2012, 09:51 AM)
But you may have problem if your ip change.
*
so far tested.. the WAN side is dynamic.. IP changed a few times n the url works both sides. the server on LAN has fixed ip

here is the hairpin NAT wiki

http://wiki.mikrotik.com/wiki/Hairpin_NAT
jinaun
post Apr 14 2012, 04:54 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
RouterOS 6.0 Beta1 is out

test at ur own risk, but so far it works good for me on 751U

QUOTE
What's new in 6.0beta1 (2012-Apr-13 15:26):

*) updated drivers and kernel (to linux-2.6.38.2);
*) improved interface management (scales well for up to thousands of interfaces and more);
*) improved queue management (/queue simple and /queue tree) - easily handles tens
  of thousands of queues;
*) improved overall router performance when simple queues are used -
  at least double the performance of v5, even bigger improvements on multicore systems;
*) very small overhead for packets that miss simple queues,
  but simple queues are present in the system;
*) pcq queue is NAT aware (just like "/queue simple" and "/ip traffic-flow";
*) in "/ip firewall mangle" can specify "new-priority=from-dscp-high-3-bits";
*) new default queue types: pcq-download-default and pcq-upload-default;
*) simple queues have separate priority setting for download/upload/total;
*) slave flag shows up for interfaces that are in bridge,bonding or switch group;
*) global-in, global-out, global-total parent in /queue tree is
  replaced with global that is equivalent to global-total in v5;
*) simple queues happen in different place - at the very end of
  postrouting and local-in chains;
*) simple queues target-addresses and interface parameters are joined into one
  target parameter, now supports multiple interfaces match for one queue;
*) simple queues dst-address parameter is changed to dst and now supports
  destination interface matching;
*) dns cache logs requests to topics "dns" and "packet";
This post has been edited by jinaun: Apr 14 2012, 08:49 PM
jinaun
post Apr 14 2012, 08:51 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
QUOTE(natzakaria @ Apr 14 2012, 06:52 PM)
Using LAN cable I get the speed - in fact 10% faster 22-24mbps.
Its the wireless thats screwed.
Weikee & Jinaun : Can you share your settings or backup file?
*
i follow the klseet setting minus the vlan600 coz its on BIZ line

however.. wireless speed i did't notice the rate.. i onli tested on wire speed and its ~95% of the subscribed speed

This post has been edited by jinaun: Apr 14 2012, 08:59 PM

 

Change to:
| Lo-Fi Version
0.0205sec    0.20    7 queries    GZIP Disabled
Time is now: 28th November 2025 - 03:20 PM