I had posting in here, but the reply not really clear enough to understand.
For some example this topic, Filter Incoming Web Site connection to Server http://forum.mikrotik.com/t/filter-incoming-web-site-connection-to-server/3706/1
Reply from lastguru, it’s really interesting. But in the concept only
I need a real implementation how I can do this “then setup MT as a proxy only for these registered domains”, Is it support https as well? Or ftp connection?
and how about “configure the local DNS cache to resove these domains differently”, Is it local DNS cache can point the website hostname resolution to internal IP? How about the flow of the tcp connection going to resolve to the internal address by using the LOCAL DNS cache?
Did anyone have tried it before? How about lasguru? Did he do that before?
In this topic, I had no clue what to do for make the Public IP work
for detail read the topic about Problem with accessing Public Ip of DMZ Server from DMZ
http://forum.mikrotik.com/t/problem-with-accessing-public-ip-of-dmz-server-from-dmz/3695/1
Is it DMZ firewall act like that? Just answer that question pls.
Maybe some of the question I had made, not yet implemented in mikrotik.
Now I try to get some more input from Mikrotik Forum.
![]()
My company now had 2 office, one of them use Fiber Optic Connection with bandwith 3M For Up dan Downstream (1:1).
And the new office, with it’s difficulty of location for High Speed Internet Network, currently use the ADSL connection.
In Indonesia ADSL connection just lame as Dial Up connection, the bandwith not big Enough for ADSL connection.
It claim as Broadband Internet Connection, is it 64 kbps suitable for Broadband connection?
I doubt it.
The ADSL connection had 64 kbps for Upstream, and 384 kbps for downstream. It said in the brochure.
Dial Up connection more worst.
But in fact, the bandwith never reach the 64 kbps or 384 kbps.
Max around 50 kbps and 280 kbps.
Now the problem occur when I try to monitor the activity of the employer in the second office.
When I try to connect to the Mikrotik Router OS, the internet connection went down drastically.
What I want now, it’s to try to limit and queue the connection FROM MIKROTIK Router to 1st office.
I had try to use the mangle packet option to mark the Packet from MIKROTIK ROUTER in prerouting chain.
The mangle look like working good, it counts the traffic passing through from the MIKROTIK ROUTER.
But when I add a QUEUE TREE for the bandwith limit and queue priority, It never couting the packet of THE MANGLE that i had made recently.
I even try to configure in INPUT chain, but seems like the packet counting it wrong.
Could any one help me?
In some script Example pls…
Not just the concept, that not clear enough to implement