Hey guys, pretty much it: I have a RB951G that is recognised by netinstall, and in wireshark capture on PC I see BOOTP exchange working, ros file is being transferred to RB. However, after this nothing happens. Netinstall says "sending reboot command" and then I see no blinking of LEDs no ...
surely it's not for the weak, so, are you with "team awsome", or with "team boresome"? You decide!
jokes aside, I feel you. been there. it's mikrotik. you know.
I'll take it as a NO unfortunately, this makes mikrotik not suitable for small NATed isps in ex-ussr that need interoperability with lawful interception
I found no way to make a tik send NatEvent field id 230 (https://www.iana.org/assignments/ipfix/ipfix.xhtml), and only do so upon creation/removal of a translation.
Is there a chance this can somehow be done?
I want to place the router optimally, but see no info on antenna properties. Are those internal antennas considered to be "omni-directional", or do they have a certain directional pattern?
also, the same dumb bandwidth test to 127.0.0.1 floats around 10Gbps, a nice bump from 3Gbps I saw on Virtualbox. So, roughly, that is like 3+ times better performance.
This actually lines up pretty well with 250-300 mbps of NAT that I had on Virtualbox.
just FYI, I had some free time to install ESXi today. No tinkering just default settings. and.... the same CHR is able to saturate the link doing NAT on the same CPU (G1840). It does 930 up/down with 20-30% CPU load (single CPU given to it). So, in terms of NAT performance, something is different in...
I've got rid of my tik router since then, and am using a CHR + switch, so, my "bridge" has moved to switch now from mikrotik. Due to this I will not be able to reproduce the exact scenario without putting too much effort, so, my guess is that it was something along this line: /interface br...
I've recently got 1Gbit ethernet uplink, and I only get around 300mbit of NAT through CHR in a virtualbox. Is this expected or something is off here? Does anybody have better experience with ESXi on i3 level CPU? just in case: win7 host, virtio, KVM, intel I350 card. routing speed (no NAT) was aroun...
having no experience with ccr, I must say it is definitely not hitting the limit with 9000 packets, as my 2011 handles that at 80% CPU, and CCR should be more powerful I believe. What you are seeing in stats is indeed all traffic including overhead, so, you should see a near 100mb figure there if yo...
not sure if its gonna work as intended, but you could try something like add new-vlan-priority=0 ports=etherX src-mac-address=\ 01:02:03:04:05:06/01:02:03:04:05:06 add new-dst-ports="" ports=etherX src-mac-address=\ 00:00:00:00:00:00/FF:FF:FF:FF:FF:FF where 01:02:03:04:05:06 is the allowed...
I don't have the will to test the same setup with tik as DHCP, but my guess is that it doesn't matter because the problem is how tik handles ARP requests. I have 2 tiks, v.6.12 and v.6.15, and the problem only happens on v6.15, so, my guess is that it is a bug introduced recently, which might be fix...
The problem are missing route/gateway/nat on one side, but without seeing effective configuration, I can not say any opinion. I'm pretty sure that OPs problem is what I described above, because he has DHCP trouble in 10.x.x.x, he didn't say that he wants 10.x.x.x network to talk to 192.x.x.x networ...
problem is packet 8, which is sent by mikrotik bridge interface (host C) to everything connected to it, including the port where host A connected. DHCP service is running on host B indeed, and it is working fine.
Host C (tik) causes troubles to host A.
you didn't mention the hardware, but, having a 2011 I am able to get it to show 100mbps usage on ISP port with NAT and pppoe. I guess a massive donwload (ftp/http/bt) from ISP server could show your realistic maximum. is your CPU maxed out when you see the 85% load? does your traffic consist of smal...
take a look at this capture, it explains it all: https://yadi.sk/d/Va7dWJbmX6tzX basically, DHCP works fine, because client gets an offer. In order to make sure that the IP is not taken, the client sends an ARP request for this IP, and expects no answer in normal situation. Mikrotik answers this req...
capture the traffic and you will see that DHCP server is actually issuing addresses to clients just fine. The problem is that mikrotik answers to an ARP request from client when it checks if the offered IP is taken. Once you filter these answers, it will be fine. I faced this trouble couple of days ...
Could you explain your set up a bit? Post your switch config? Thanks. I have set ether4(stb port) to be a slave of ether5(ISP port). this way STB can talk to iptv service without any configuration from my side, and without any CPU interaction. I also added the following: /interface ethernet switch ...
I didn't bother with IGMP package, just used switch rules to forward anything coming from STB port to ISP port, and to direct returning traffic back into the STB port. pretty easy, reliable, and doesn't eat any CPU resources at all. I would highly recommend using switch rules for this If your tik is...
I'm glad I was able to help
just a note, the purpose to have the switch rule was to prevent this traffic from going to CPU. I guess you must be seeing it at OS level with torch, so, it takes some resources unless the rule is there.
yes stb will talk to ISP, as it used to do when it was connected to a real switch instead of your "virtual switch" in mikrotik. your switch rule should be the opposite I believe, it should be applied on ether1, moving all traffic with port 1234 (media streams) to ether2 without hitting the...
I have a similar setup. I created a "virtual switch" with uplink and stb ports, making the stb able to talk to uplink directly, without mikrotik cpu interaction. (this is done by making stb port a "slave" to uplink port) Then I added the following switch rule: add dst-port=5050 n...
I see no reason to think that the port is lost. It is still usable in ROS.
You may get a more detailed anwer/advice if you care to post more details about your task
ok the problem is not happening anymore. I exported the config, reset the router to defaults and re-applied the same config again. After a reboot the problem was gone, and so far I am not able to reproduce it. It appears like reconfig/reboot is the first thing you have to try whenever you have a pro...
let me explain the problem in more details I have a pppoe connection with IP 109.184.244.162 and an l2tp connection with IP 92.242.79.188 default route is pppoe, but I have rules to send traffic to 2 specific networks through l2tp. Mikrotik is doing so, BUT, source of the packet is set to 109.184.24...
I have two ISPs at home and want everything to go to WAN1 except for a few things. Here is what I have: [admin@MikroTik] > ip address print Flags: X - disabled, I - invalid, D - dynamic # ADDRESS NETWORK INTERFACE 0 192.168.1.1/24 192.168.1.0 bridge1 1 D 10.107.6.210/22 10.107.4.0 ether5 2 D 92.242....
helper usually breaks more than it fixes. Menno do you have an example? I have tested this thoroughly some time ago, and found only 1 problem with it, which I will disclose later if it is different from yours :) Just curious to see if I missed something. In general, it works fine for me, no major i...
I think it catches SIP messages on configured ports and changes local IPs to public mapping in Contact, Via etc. Also it changes the media address in SDP, so, you don't have to worry about STUN etc. However, it doesn't help with incoming media streams, so, you have to fix a port range for RTP on you...
using rc11 on 2011UAS-2HnD-IN I have ether1 receiving around 80Mbps from both ether6 and pppoe (which runs through ether10), resulting in around 160Mbps incoming on ether1. However, winbox shows it in Tx, not Rx. Bug? It is not a simple Tx/Rx swap mistake I think, as ether6 and pppoe show 80mbps in ...