you have 10 access points, the first of them is the MAC address *AA: 05, you somehow give it the first IP address as the lowest MAC address, but what if the access point appears in the future with the address *AA:04? Hi! First I need to run this script only one time at installation moment. 2. I dis...
Hi to all! As I am not experienced in scripting, I am asking for help! In Caps-Man installation I need a script which will check in ip neighbors list, sort mac-addresses and connect to everyone via mac-telnet just to upload configs, like system identity, IP address, and others... For example first m...
Hi to all! I am using ekahau pro, for wifi planification! Now, I need to plan wifi network based on cap ac, and also wsap ac, but I do not have profiles for this AP's. The only two profiles are for omnitik! So who can help me maybe someone already use them or have found another way! Or maby someone ...
Hi! Please can anyone help me! I am facing the issue where winbox in neighbors, lists only IPv4 of the router, (in type column is IPv4only). If I manually copy the address from router, I can connect, but no IPv6 neighbors are listed! IPv6 ND is enabled: ipv6 nd print Flags: X - disabled, I - invalid...
...but I'm very disappointed this time! The only available version for dude client, on mikrotik website is 6.39.3 (Bugfix only)!!! Need to downgrade my dude server!!!
Hi! Even if "run as administrator" the result is "bad http response from cloud". The only way is to uninstall current version, download and install needed version from mikrotik.com!
Hi again! One one of my routers I can get next output: [user@R1] > foreach i in=[/ip route find where bgp] do={/ip firewall address-list add ad dress=[/ip route get $i dst-address] list=BGP} failure: already have such entry [user@R1] > ip fir address-list print where list=BGP Flags: X - disabled, D ...
Hi to All!
Who can help me solve my issue!
Is there any way to add subnets received via BGP into one address-list?
I've tried like:
/ip firewall address-list add address=[/ip route find where bgp] list BGP
no results.
Thanks!
Why you do not advertise /24 subnets from their real place, mean 3X/24 from one side and one / 24 from another? Provider will advertise further as one /22 (summarized). But on it's iBGP it will have 4 routes to you!
Hi to all! Can anybody explain, or give an example of vrf configuration. I have 2 routers different locations, interconnected between with an OVPN tunnel. Each router has it's own gateway. On R1 I have 2 LAN's one private, and second public IP's. so I need that second (public) LAN be reachable and g...
Hi to all! I've installed RoS on hyper-v VM. Added there the dude server package. (My goal is to run dude server on an hyper-v VM). The problem is that I cannot connect dude client to server, "connection timeout" . Server is running... [admin@MikroTik] > dude print enabled: yes data-direct...
Please could you post your config? what config, marrold? interface ppp-client print Flags: X - disabled, R - running 0 R name="ppp-out1" max-mtu=1500 max-mru=1500 mrru=disabled port=usb2 data-channel=0 info-channel=0 apn="internet" pin="" user="" password=&qu...
Hi to all! I have an router connected to internet (ether1) and back-up connection 3g usb modem. default route distance on ppp-out1 interface is 2. On static default route added for ether1 "check gateway=ping". I have 3 OVPN client interfaces. All works fine, if gateway is unreachable, ppp-...
I think your solution is to divide your subnet in 2 parts and add src-nat rule for each with different ip, for example LAN 192.168.1.0/24. For 192.168.1.0/25 src-nat to one ip and for 192.168.1.128/25 src-nat to second ip, or use address list.
Hope will help!
ipip is the easyest it doesn't use encription, and do not load cpu. I think you must add route to your lan's, because routers knows about LAN's but hosts not. Just add route to 192.168.1.0/24 gateway is ipip's interface address. You need to do it on the both routers.
Hope it will help!
Hi to all! Please help! I need to apply different bandwith for local and intnl traffic. First, I divided traffic in 2 parts: local and intnl: ip firewall mangle add action=mark-connection chain=forward comment=Intnl_traff disabled=no \ dst-address-list=!Local new-connection-mark=Intnl_Connection pas...
Good question! Hi to all! I want to understand how packets flow via mangle, as I know packet cannot have 2 marks or no? For example I need to mark all forwarding traffic and form this want also mark only to some dst-add-list. What I must in this case? Thanks!
Good question! Hi to all! I want to understand how packets flow via mangle, as I know packet cannot have 2 marks or no? For example I need to mark all forwarding traffic and form this want also mark only to some dst-add-list. What I must in this case? Thanks!