I using mikrotik for badwidth managemnent, but unfortunelly it;s not working.
here’s my net config
ISP-----Router-------Mikrotik-----swicth
Router
eth0 ip : 202.144.94.66/30
eth1 ip : 202.144.85.161/30
mikrotik
eth0 ip : 202.144.85.162/30
eth1 ip: 202.144.85.169/29
so My client is from 202.144.85.170 - 174 /28
then I create static queue on mikrotik
destination 202.144.85.170 example mak 64
destination 202.144.85.171 example mak 128
also I create static route 0/0 gateway 202.144.85.161
The probelm is,
I cannot ping to the router on 202.144.85.161 , its say destinantion host unreachable.
then I try to ping from mikrotik, no problem, even I can ping to http://www.yahoo.com
did I mist something , why from my client cannot pass 202.144.85.161
Kind of a dumb question, but can you ping the .169 address and if you can did you set it as teh gateway. If the address assignment on the .169 side of the mikrotik router is a /29 then the gateway of your computer is .169 and the netmask is 255.255.255.252, if it is a /29 then the gateway is the same, .169 and the netmask is 255.255.255.248 .
in router I just make a route o/o to my isp gateway.
if
destination 202.144.85.169/29
gateway 202.144.85.162
it;s for outside network to inside, right, CMMIW.
I just wonder why if I poing from terminal mikrotik > no probelm but if I ping from PC Clinet it’s like cannot pass 202.144.85.161 . so the client canot connected to internet
Well the mikrotik should be able to ping because the /30 connects eth1 on the Router and eth0 on the Mikrotik. eth1 on the mikrotik is hidden from the Router because it doesn’t know that that subnet is there without a route. if you add that route in the Router then you would be able to access the internet and ping, etc.