NSA?I've enabled logging yesterday as well, and all packets are received from 167.114.50.149 which is US
I wonder if it's someone testing an exploit?
NSA?I've enabled logging yesterday as well, and all packets are received from 167.114.50.149 which is US
Hmm, that didn't happen on mine.Thanks, added this rule, but now we are unable to connet to the router from LAN (only via MAC address).
dst-address-type=!local
dst-address!=<yourLANIPrange>
add action=mark-routing chain=output comment="Mark Output From Router that is not local" dst-address-type=!local new-routing-mark=TestRoute passthrough=yes
default baud is 115200 on Mikrotikupdate:
However, I tried a tripp-lite USB to Rj45 console cable -- this doesnt appear to work for console? Nothing displays, baud 9600
RB2011's have an RJ45 Cisco type serial connection.access via console... its a RB2011 device
There is a Mini USB port in front, can connect with mini-usb and use terminal?
Idea's?
ip firewall filter add chain=forward connection-nat-state=dstnat action=accept comment="allow NAT'd traffic" disabled=no
This is a good link, but don't forget to do an accept rule for the traffic in the filter section:You can check this link.
ip firewall filter add connection-nat-state=dstnat action=accept
Actually I already use it for everything.Notepad++ will/should be your friend
No problem, if you found our posts useful please rate them positive!Very detailed and helpful. Thanks so much for taking the time guys! My router's finally all set up now.
Good point pukkita, wish I'd said that!After that, and once each server has gotten its ip address, you can make that lease static (IP > DHCP Server > Leases), so that a given server gets always the same given ip.
ip route print
chain=srcnat action=masquerade src-address=192.168.88.0/24 out-interface=ether3
Everything is configured as per the RouterOS manual example for Fasttrack.If no firewall (NAT/Filter) is running, you don't need FastTrack.
ip firewall nat print