does routeros support acl?
just like router write acl
use wildmask to define
i just want to define host address is odd or even
and then let odd dst ip host go out use wan1
eveb dst ip host use wan2
how can i do?
as a matter of fact,
isp exactly know how many computers in my lan ,
when i browse a web page,they can redirect it to isp's notice page,
the content is : we detected that you shared your adsl line to others,one adsl can only be used by one computer.
i think simple masquerading rule in RouterOS will help your issue. your ISP will never know there are more computers in your network if isp is so stupid , they have no money to make, they have a device named NetSniper the device can know how many computers in your lan , it seems that they can searc...
after i use /ip firewall mangle add chain=forward protocol=tcp tcp-flags=syn action=change-mss new-mss=clamp-to-pmtu
i can access them normally,
i don't know why?
thanks
i want to lend 2 china-telcom adsl lines,each line is 2M,
how to make it work just like one 4M line.
whether it can work?
because there are 2 gateway ,i don't know what to do.
thanks
In my lan ,there are only 9 computer,
but always have 3000 connections,/ip/firewall/connection/print,i can see.
how to limit the connection number of each client?
thanks
It's only work for http connection not https connection. 1. First Configure your web proxy / ip web-proxy set enabled=yes src-address=0.0.0.0 port=8080 hostname="your.proxy" \ transparent-proxy=yes parent-proxy=0.0.0.0:0 \ cache-administrator="webmaster" max-object-size=4096KiB ...
/ip firewall mangle add chain=forward src-address=192.168.0.0/25 action=mark-connection new-connection-nark=users-con
when i run /ip firewall connection print detail
i saw some connection-mark="none"
why?
thanks a lot.
I have a line with bandwith 2M /queue simple add name=limit-all target-address=192.168.0.0 max-limit=0/1024000 when i ping 192.168.0.1,the time value is very large: Reply from 192.168.0.1: bytes=32 time= 463ms TTL=64 if i disable limit-all, the time value is very large: Reply from 192.168.0.1: bytes...
Pinging 192.168.0.1 with 32 bytes of data: Reply from 192.168.0.1: bytes=32 time=410ms TTL=64 Reply from 192.168.0.1: bytes=32 time=488ms TTL=64 Reply from 192.168.0.1: bytes=32 time=226ms TTL=64 Reply from 192.168.0.1: bytes=32 time=333ms TTL=64 Ping statistics for 192.168.0.1: Packets: Sent = 4, R...
mark the traffic to port 80 and make a queue with 1.5mb limit, then make a queue for other traffic, and make a limit of 0.5mb for that one. will this be fine? you mean the others only have 0.5M bandwith,even http does not use all of 1.5M? I want to make it work like this ,if http doesn't use full 1...
there is a lot of web server ,they are different ip address,i have only one public ip. for example 123.com @192.168.0.2 abc.com @192.168.0.3 456.com @192.168.0.4 /ip dns static add name=123.com address=192.168.0.2 /ip dns static add name=abc.com address=192.168.0.3 /ip dns static add name=456.com ad...