Community discussions

MikroTik App

Search found 64 matches

by kaltersia
Tue Nov 01, 2016 8:23 pm
Forum: Beginner Basics
Topic: ip address to apache port
Replies: 9
Views: 2929

Re: ip address to apache port

one last question , i know i'm not in the right forum to ask it.

can this be done directly in apache :D
again i explain

user with ip x.x.x.1 to acces only port 81
user with ip x.x.x.2 to acces only port 82
user with ip x.x.x.3 to acces only port 83

all other ip blocked
by kaltersia
Tue Nov 01, 2016 6:54 pm
Forum: Beginner Basics
Topic: ip address to apache port
Replies: 9
Views: 2929

Re: ip address to apache port

thanks all. i solved this way /ip firewall nat add action=dst-nat chain=dstnat dst-port=80 protocol=tcp src-address=x.x.x.1 to-addresses=192.168.5.2 to-ports=81 add action=dst-nat chain=dstnat dst-port=80 protocol=tcp src-address=x.x.x.2 to-addresses=192.168.5.2 to-ports=82 add action=dst-nat chain=...
by kaltersia
Mon Oct 31, 2016 8:08 pm
Forum: Beginner Basics
Topic: ip address to apache port
Replies: 9
Views: 2929

Re: ip address to apache port

Hi Kaltersia, try this below firewall nat rules. add action=dst-nat chain=dstnat dst-address=202.X.X.X dst-port=81 in-interface=ether1-gateway protocol=tcp to-addresses=192.168.5.2 to-ports=81 add action=dst-nat chain=dstnat dst-address=202.X.X.X dst-port=81 in-interface=ether1-gateway protocol=udp...
by kaltersia
Mon Oct 31, 2016 7:29 pm
Forum: Beginner Basics
Topic: ip address to apache port
Replies: 9
Views: 2929

Re: ip address to apache port

Hi,

Port forwarding will resolve your issue simply.

how ?
could you write an example.
by kaltersia
Mon Oct 31, 2016 7:14 pm
Forum: Beginner Basics
Topic: ip address to apache port
Replies: 9
Views: 2929

ip address to apache port

i have 3 diferent webpages on apache what i have ip addres of apache webserver "1" 192.168.5.2:81 ip addres of apache webserver "2" 192.168.5.2:82 ip addres of apache webserver "3" 192.168.5.2:83 i want user with ip address xxx.xx.xxx.1 send to webserver "1" i...
by kaltersia
Fri Sep 09, 2016 8:32 pm
Forum: Wireless Networking
Topic: Mikrotik hot-spot with social login integration
Replies: 3
Views: 2970

Re: Mikrotik hot-spot with social login integration

where to have a try ?
by kaltersia
Mon Oct 19, 2015 10:41 pm
Forum: General
Topic: poe lan cable warms up "melting"
Replies: 4
Views: 1126

Re: poe lan cable warms up "melting"

WTE SK36. "rectifier diode" is gone . does anyone knows where to find this diode.
by kaltersia
Mon Oct 19, 2015 10:22 pm
Forum: General
Topic: poe lan cable warms up "melting"
Replies: 4
Views: 1126

Re: poe lan cable warms up "melting"

its perfectly possible a warm cable but not too hot to be melting.

be sure of using quality utp cable because cheap utp cable uses less diameter conductors and even not cooper conductors

be sure cable is not on short circuit

i have tried more than 5 different Cables ,Splitters and switches.
by kaltersia
Mon Oct 19, 2015 10:17 pm
Forum: General
Topic: poe lan cable warms up "melting"
Replies: 4
Views: 1126

Re: poe lan cable warms up "melting"

by kaltersia
Mon Oct 19, 2015 6:20 pm
Forum: General
Topic: poe lan cable warms up "melting"
Replies: 4
Views: 1126

poe lan cable warms up "melting"

i have a strange problem with 3 of my mikrotik , when i power on the rb without connecting the POE Injector Splitter to the switch is ok, as soon as i connect the POE Injector Splitter to the switch the cable from """POE Injector Splitter to RB""" warms up. like is melt...
by kaltersia
Sun Aug 30, 2015 2:33 pm
Forum: Beginner Basics
Topic: Is this possible ? 3 PPPoE clients 3 ports
Replies: 3
Views: 1273

Re: Is this possible ? 3 PPPoE clients 3 ports

never done that, but as i know mikrotik of course should be possible.
by kaltersia
Wed Aug 26, 2015 1:41 pm
Forum: Wireless Networking
Topic: free Hotspot
Replies: 6
Views: 2145

Re: free Hotspot

walled garden is there to help u on this. just add the url's and done.
by kaltersia
Tue Aug 25, 2015 5:24 pm
Forum: Wireless Networking
Topic: Wifi Hospot & Ethernet internet access without hotspot
Replies: 8
Views: 3420

Re: Wifi Hospot & Ethernet internet access without hotspot

all you want is to bypass this ip range " 192.168.1.2 - 192.168.1.100" right ?

just add the ip range to walled garden ip list
by kaltersia
Tue Aug 25, 2015 1:30 pm
Forum: Wireless Networking
Topic: Wifi Hospot & Ethernet internet access without hotspot
Replies: 8
Views: 3420

Re: Wifi Hospot & Ethernet internet access without hotspot

add only wlan1 port to that bridge, and dhcp on that bridge to. no need twice dhcp. do hotspot on the bridge interface.
by kaltersia
Mon Aug 24, 2015 11:39 am
Forum: Wireless Networking
Topic: Wifi Hospot & Ethernet internet access without hotspot
Replies: 8
Views: 3420

Re: Wifi Hospot & Ethernet internet access without hotspot

use winbox instead of browser/


create a bridge and add wlan1 to the bridge , than hotspot on that bridge. done
by kaltersia
Thu Aug 06, 2015 7:10 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re: Very slow Wifi on Beach, need help on this.

thanks to everyone for their help , i removed the Ap's today from beach. i need to cover more area as just 20m , i can't tell my costumers to go to the Ap to use it.
by kaltersia
Thu Aug 06, 2015 10:28 am
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re: Very slow Wifi on Beach, need help on this.

[quote="chechito"]i think use of 40mhz channels on that scenario is not optimal.

try 20mhz channel first, when you have 20mhz setup running well then go to optimize for 40mhz (not recommended for 2.4ghz)

i already use 20mhz, is there a way to the use of both 20/40mhz .
by kaltersia
Wed Aug 05, 2015 1:34 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re:

What is the distance of connected mobiles? You should keep it within the very close range, let say at 30m maximum if you would like to have more mobiles connected and working. The best way is to turn down the Ap power in order to hide the Ap against far clients. If you want to cover wide area use s...
by kaltersia
Tue Aug 04, 2015 9:13 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re: Very slow Wifi on Beach, need help on this.

i think i'ts the sea, the more away from sea the Ap's are the better signal the clients get.
as i can see and think there is no solution to this .
by kaltersia
Tue Aug 04, 2015 3:01 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re: Very slow Wifi on Beach, need help on this.

changed from bridge to router, nothing changed for good.
clients can't even get an ip from dhcp server
by kaltersia
Mon Aug 03, 2015 2:40 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re: Very slow Wifi on Beach, need help on this.

there is another thing, in the beach are more than 1000 smartphones in the area. everyone got a smartphone today.
by kaltersia
Mon Aug 03, 2015 2:37 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re:

I thought it. You should ensure your clients will be connected only when the signal is good. Otherwise one bad client is able to influence all others connected to the same Ap.
by kaltersia
Mon Aug 03, 2015 1:38 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re: Very slow Wifi on Beach, need help on this.

as i have done some test the problem is " client to ap" :/
by kaltersia
Sun Aug 02, 2015 3:40 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re: Very slow Wifi on Beach, need help on this.

does the sea interfere in any way on 2.4 ghz frequency ?

because, mornings and at night it works, not as it supposed to work but it works .
by kaltersia
Sun Aug 02, 2015 3:32 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re:

Measure the speed right behind the sxt to see where is the bottleneck.
by kaltersia
Sun Aug 02, 2015 11:46 am
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Re: Very slow Wifi on Beach, need help on this.

Have You tried to change freqency? Scan?
wich frequency you mean , the frequency of the Ap1 and Ap2 ! yes i have changed the frequency, i have tried even channel 13 . same results.
i have changed frequencies of the OmniTIK U-5HnD"Bridge" >SXT Lite5"cpe bridge" still same .
by kaltersia
Sat Aug 01, 2015 10:21 pm
Forum: Wireless Networking
Topic: Very slow Wifi on Beach, need help on this.
Replies: 20
Views: 3393

Very slow Wifi on Beach, need help on this.

scenario Hotspot Server > Switch > OmniTIK U-5HnD"Bridge" >SXT Lite5"cpe bridge" switch Ap1 -Ap2 Ap-1 and Ap-2 are RB QRT G-2SHPnD and set to tx.power "20". i have other Ap connected to the same network that work great , just not in the beach. have attached some picture...
by kaltersia
Wed Jul 08, 2015 10:45 pm
Forum: Wireless Networking
Topic: Capsman Tx low rate speed
Replies: 2
Views: 1658

Re: Capsman Tx low rate speed

as the mikrotik says "CAPsMAN v2 ready for testing "

back to wireless-fp
by kaltersia
Sat Jun 13, 2015 2:05 pm
Forum: Wireless Networking
Topic: V6.29.1 hardware issue Capsman not working
Replies: 1
Views: 896

Re: V6.29.1 hardware issue Capsman not working

reset hardware to default first then try again.
by kaltersia
Sun Apr 19, 2015 3:36 am
Forum: Beginner Basics
Topic: [SOLVED] Error negotiating SSL connection on FD "SQUID SSL_BUMP"
Replies: 8
Views: 10826

Re: Redirect www.example.com to WAN 2

for anyone else who have this error in squid easy catch ip's that causes the ssl bump error in squid using sarg , than just find ip range to that ip and add than to mikrotik using the rule above... squid error "2015/04/19 02:20:24| clientNegotiateSSL: Error negotiating SSL connection on FD 19: ...
by kaltersia
Wed Apr 08, 2015 7:08 pm
Forum: Beginner Basics
Topic: [SOLVED] Error negotiating SSL connection on FD "SQUID SSL_BUMP"
Replies: 8
Views: 10826

Re: Redirect www.example.com to WAN 2

solved thanks to ZeroByte
ip range used
/ip firewall address-list
add list=noproxy address=178.249.136.0/21 comment=Dropbox
/ip firewall address-list
add list=noproxy address=54.230.94.0/24 comment=soundcloud
by kaltersia
Tue Apr 07, 2015 5:38 pm
Forum: Beginner Basics
Topic: [SOLVED] Error negotiating SSL connection on FD "SQUID SSL_BUMP"
Replies: 8
Views: 10826

Re: Redirect www.example.com to WAN 2

send traffic or redirect its same for me as long as dropbox goes to wan1 , without going firstly to my proxy server.. i use mark routing to send port 80,443 to squid proxy. i have tried with those ip ranges 45.58.640/20 45.58.76.0/23 108.160.160.0/20 199.47.216.0/22 and those i ranges 23.21.0.0/16 2...
by kaltersia
Tue Apr 07, 2015 5:02 pm
Forum: Beginner Basics
Topic: [SOLVED] Error negotiating SSL connection on FD "SQUID SSL_BUMP"
Replies: 8
Views: 10826

Re: Redirect www.example.com to WAN 2

actually it is www.dropbox.com i use squid proxy cache in my small network i need to redirect dropbox.com directly to wan2 couse i can't bump dropbox.com its a bit complicated... anyway can you show the steps to redirect a range of ip's that belong to dropbox i have collected some dropbox ip ranges ...
by kaltersia
Tue Apr 07, 2015 4:20 pm
Forum: Beginner Basics
Topic: [SOLVED] Error negotiating SSL connection on FD "SQUID SSL_BUMP"
Replies: 8
Views: 10826

[SOLVED] Error negotiating SSL connection on FD "SQUID SSL_BUMP"

i need to redirect a specified website to wan 2

all trafic to wan 1 and http://www.example.com to wan 2

can this be done, i have tried different things but without success. :(

thanks for any help
Regards
Kaltersia
by kaltersia
Sun Mar 22, 2015 5:57 pm
Forum: Beginner Basics
Topic: facebook trial login
Replies: 2
Views: 1476

Re: facebook trial login

i wish i was a web developer , but i'm not :? anyone who can help or can make some $
by kaltersia
Sat Mar 21, 2015 6:46 pm
Forum: Beginner Basics
Topic: facebook trial login
Replies: 2
Views: 1476

facebook trial login

i use mikrotik hotspot in my area.
i want that every trial user connect to hotspot using facebook
[login with facebook]
so every trial user after sucessfull login with facebook have to share in their profile my website .
i will pay for it , if anyone can do it, please contact me.
Regards
Adi
by kaltersia
Sun Oct 05, 2014 3:11 pm
Forum: Scripting
Topic: Trial User Countdown Timer
Replies: 1
Views: 1103

Re: Trial User Countdown Timer

anyone ?
by kaltersia
Fri Oct 03, 2014 7:19 pm
Forum: Scripting
Topic: Trial User Countdown Timer
Replies: 1
Views: 1103

Trial User Countdown Timer

hello everyone. i need a Countdown Timer for every trial user . lets say every trial user can surf internet in a time of 30 min than wait another 4 hours to surf again 30 min. is it possible for every mac "trial user" to make a Countdown Timer and show them in login page . example :user T-...
by kaltersia
Sat Jun 21, 2014 7:32 pm
Forum: Wireless Networking
Topic: Wireless mesh with ethernet interfaces
Replies: 24
Views: 16488

Re: Wireless mesh with ethernet interfaces

i'm curious about this too, any good news or any configuration on how to do this.
by kaltersia
Mon Jun 02, 2014 10:10 pm
Forum: Beginner Basics
Topic: Redirect HTTP HTTPS traffic to SQUID
Replies: 5
Views: 12535

Re: Redirect HTTP HTTPS traffic to SQUID

can i use
using only one route and mark https,http
/ip route
add distance=1 gateway=192.168.50.50 routing-mark=https,http

Regards
Adi
by kaltersia
Sat May 31, 2014 2:50 pm
Forum: Beginner Basics
Topic: Redirect HTTP HTTPS traffic to SQUID
Replies: 5
Views: 12535

Re: Redirect HTTP HTTPS traffic to SQUID

it works, many thanks.
by kaltersia
Fri May 30, 2014 9:06 pm
Forum: Beginner Basics
Topic: Redirect HTTP HTTPS traffic to SQUID
Replies: 5
Views: 12535

Re: Redirect HTTP HTTPS traffic to SQUID

somehow it works, but all network is affected.. not only the ip range . will do more tests later in the night.

thanks for your quick response
by kaltersia
Thu May 29, 2014 10:30 pm
Forum: Beginner Basics
Topic: Redirect HTTP HTTPS traffic to SQUID
Replies: 5
Views: 12535

Redirect HTTP HTTPS traffic to SQUID

i already use transparent proxy on my network on port 80 "http" what i want to do now is send ip range to squid on port 443 for port 80 i already use...... eth1=LAN Interface 192.168.50.50 = IP of Squid Proxy Server LAN interface (eth1) 192.168.100.0/24 = Network for LAN users 192.168.50.2...
by kaltersia
Fri May 09, 2014 3:25 pm
Forum: Wireless Networking
Topic: Metal 2SHPn problem with signal
Replies: 6
Views: 2688

Re: Metal 2SHPn problem with signal

when i am at 10 meters distance from AP , i cant connect anymore to wifi.
by kaltersia
Thu May 08, 2014 5:07 pm
Forum: Wireless Networking
Topic: Metal 2SHPn problem with signal
Replies: 6
Views: 2688

Re: Metal 2SHPn problem with signal

my phone transmitter cant be that weak , it works great with other Ap
by kaltersia
Thu May 08, 2014 3:19 pm
Forum: Wireless Networking
Topic: Metal 2SHPn problem with signal
Replies: 6
Views: 2688

Re: Metal 2SHPn problem with signal

when i am over 15-20 meters away it says "connection unsuccessful your phone couldn't reach the wifi network"

i have tried with 15 dbi omni, and 6 dbi omni, same result.

the problem is that the signal is not strong but weak.
by kaltersia
Wed May 07, 2014 6:54 pm
Forum: Wireless Networking
Topic: Metal 2SHPn problem with signal
Replies: 6
Views: 2688

Metal 2SHPn problem with signal

im only 5 meters away from Metal 2SHPn and it shows 22 km away

and why do i have such a low signal...
by kaltersia
Thu Mar 06, 2014 6:49 pm
Forum: Wireless Networking
Topic: mikrotik mesh network.. need help and ideas how to do this
Replies: 5
Views: 1776

Re: mikrotik mesh network.. need help and ideas how to do th

No. Even caps manager wil not provide such functionality. You live in far future.

Sent from Android by Tapatalk.
so you saying it's still not possible to make all Ap acting as one Ap. :/
by kaltersia
Thu Mar 06, 2014 5:17 pm
Forum: Wireless Networking
Topic: mikrotik mesh network.. need help and ideas how to do this
Replies: 5
Views: 1776

Re: mikrotik mesh network.. need help and ideas how to do th

" metal has only one eth connector" i will use something like this http://ecx.images-amazon.com/images/I/410YHNHHiyL._SY300_.jpg "connect all aps independently " yes that's what i want to do , but still i think i need mesh so all Ap's can act as one , so users don't need to disco...
by kaltersia
Thu Mar 06, 2014 5:05 pm
Forum: Wireless Networking
Topic: mikrotik mesh network.. need help and ideas how to do this
Replies: 5
Views: 1776

mikrotik mesh network.. need help and ideas how to do this

i want to create a mesh network in my neighborhood so all Ap act as one. topology internet > radius server " RB750" > swich > Ap 1,Ap 2 , ad soo on. but i want to connect all AP using wired cable for better performance. have attached some pics topology how i think to do it. i need ideas on...
by kaltersia
Sat Nov 23, 2013 7:47 pm
Forum: Wireless Networking
Topic: 2000 users on Hotspot
Replies: 1
Views: 1157

Re: 2000 users on Hotspot

Hi ,
i wanna run Hotspot in a village with about 2000 users on 2.4 Ghz/g with sector antenna
my question is which Router board and wireless card could support my scenario ?
thanks a lot
2000 users , i think you will need a loot of routerboards or Ap, not just one or two.
by kaltersia
Sun Nov 10, 2013 1:27 pm
Forum: General
Topic: ssd for mikrotik routeros
Replies: 6
Views: 3863

Re: ssd for mikrotik routeros

let's use a cheap ssd and not spend money where is not neded ;)
by kaltersia
Sat Nov 09, 2013 12:22 am
Forum: Wireless Networking
Topic: Cannot use Mikrotik Omnitik U-5HnD as the Access Point
Replies: 8
Views: 3237

Re: Cannot use Mikrotik Omnitik U-5HnD as the Access Point

this is a 5ghz ap, you need a 2.4 ghz ap.
by kaltersia
Sat Nov 09, 2013 12:10 am
Forum: Wireless Networking
Topic: Metal 2 shpn Problem in WIFI
Replies: 151
Views: 99670

Re: Metal 2 shpn Problem in WIFI

cooling system ... is there any space in metal to do something in the cooling system.
i have ordered 2 x metal, when they arrive let's see what can be done .
by kaltersia
Sat Nov 09, 2013 12:03 am
Forum: General
Topic: ssd for mikrotik routeros
Replies: 6
Views: 3863

ssd for mikrotik routeros

i want to upgrade to ssd, my question is about the ssd Read speed.. ? Write speed.. ? is there anny diference from a ssd 8gb to a ssd 64gb, read/write speed are so diferent, does it affect the read/write speed to routeros ? a 64gb ssd have an average R- 200MB/s ... W- 100MB/s a 8 gb ssd have an aver...
by kaltersia
Mon Oct 21, 2013 11:20 pm
Forum: Wireless Networking
Topic: mesh network. best product for it
Replies: 2
Views: 1223

Re: mesh network. best product for it

really , no one !
by kaltersia
Thu Oct 17, 2013 11:27 pm
Forum: Wireless Networking
Topic: mesh network. best product for it
Replies: 2
Views: 1223

mesh network. best product for it

i want to create a mesh network.. i'm new to it. if anyone have experience with mesh networks or knows whats the best hardwares to use... i think dual band could be the best. connecting the Ap with each other in 5ghz and share it to users in 2.4ghz/ all users will connect via hotspot.. all ideas &am...
by kaltersia
Thu Oct 17, 2013 1:55 pm
Forum: Wireless Networking
Topic: Metal 2 shpn Problem in WIFI
Replies: 151
Views: 99670

Re: Metal 2 shpn Problem in WIFI

does the problem with Metal2SHPn‏ still exist ?
by kaltersia
Fri Jun 07, 2013 11:41 pm
Forum: Scripting
Topic: Mikrotik MULTI WAN Load Balancing *help needed*
Replies: 11
Views: 24944

Re: Mikrotik MULTI WAN Load Balancing *help needed*

everything works great got all 4 wan's from same isp,,,
anyone knows whats the best router board that can do load balancing at best ?
by kaltersia
Sat May 04, 2013 5:33 pm
Forum: Scripting
Topic: Mikrotik MULTI WAN Load Balancing *help needed*
Replies: 11
Views: 24944

Re: Mikrotik MULTI WAN Load Balancing *help needed*

send traffic twice to WAN3 & WAN4 , will try this ;)
by kaltersia
Thu May 02, 2013 1:07 pm
Forum: Scripting
Topic: Mikrotik MULTI WAN Load Balancing *help needed*
Replies: 11
Views: 24944

Re: Mikrotik MULTI WAN Load Balancing *help needed*

PCC is not very good with un equal links.
by kaltersia
Tue Apr 30, 2013 12:32 am
Forum: Scripting
Topic: Mikrotik MULTI WAN Load Balancing *help needed*
Replies: 11
Views: 24944

Mikrotik MULTI WAN Load Balancing *help needed*

hello everyone. i'm not that good with mikrotik so i have a simple question for someone, and a not simple question for someone like me :D if anyone can find the time to respond, here is my question i have 4 internet connections from 2 diferent ISP 2 x 1 cable modem connection 4 Mbps/1Mbps 2 x 1 adsl...