Community discussions

MikroTik App
 
hackb0x
just joined
Topic Author
Posts: 15
Joined: Sun Jul 27, 2008 12:23 pm

normis PLEASE HELP,HOW TO ...???

Mon Mar 02, 2009 10:05 pm

Hi Guys

well i have some problem with data routing on mikrotikOS 2.9.51
please take a look my network topology bellow ...
and.my.configuration...
#### ip address pr ####
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 192.168.10.1/24 192.168.10.0 192.168.10.255 proxy
1 10.111.111.3/24 10.111.111.0 10.111.111.255 Local
2 192.168.1.1/24 192.168.1.0 192.168.1.255 internet1

#### ip firewall mangle ####
15 ;;; pcq-128-TESTING-1st
chain=forward src-address=!10.111.111.2 routing-mark=main action=mark-connection new-connection-mark=download128k passthrough=no

16 chain=forward src-address=!10.111.111.2 routing-mark=main action=mark-connection new-connection-mark=upload32k passthrough=no

17 chain=forward src-address=!10.111.111.3 routing-mark=main action=mark-connection new-connection-mark=download128k passthrough=no

18 chain=forward src-address=!10.111.111.3 routing-mark=main action=mark-connection new-connection-mark=upload32k passthrough=no

19 chain=prerouting connection-mark=download128k action=mark-packet new-packet-mark=down-128-k passthrough=yes

20 chain=prerouting connection-mark=upload32k action=mark-packet new-packet-mark=up-32-k passthrough=yes

.....

24 chain=prerouting connection-state=new action=mark-connection new-connection-mark=LocalinK passthrough=yes

25 chain=prerouting in-interface=Local src-address=!10.111.111.2 dst-address=!10.111.111.3 connection-mark=LocalinK action=mark-routing
new-routing-mark=LOCALink passthrough=no

26 chain=prerouting in-interface=Local src-address=!10.111.111.3 dst-address=!10.111.111.3 action=mark-routing new-routing-mark=LOCALink passthrough=no

27 chain=prerouting in-interface=Local connection-mark=LocalinK action=mark-packet new-packet-mark=TEST-LOCAL passthrough=yes


#### queue tree pr ####

2 name="LOCAL" parent=Local packet-mark=TEST-LOCAL limit-at=0 queue=default priority=1 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s

3 name="128K--DOWN" parent=global-in packet-mark=download128k limit-at=0 queue=pcq128k-DOWN priority=1 max-limit=128000 burst-limit=0 burst-threshold=0
burst-time=0s

4 name="128K--UP" parent=global-out packet-mark=up-32-k limit-at=0 queue=pcq128k-UP priority=1 max-limit=32000 burst-limit=0 burst-threshold=0 burst-time=0s



#### queue type ####
set default name="default" kind=pfifo pfifo-limit=50
set ethernet-default name="ethernet-default" kind=pfifo pfifo-limit=50
set wireless-default name="wireless-default" kind=sfq sfq-perturb=5 sfq-allot=1514
set synchronous-default name="synchronous-default" kind=red red-limit=60 red-min-threshold=10 red-max-threshold=50 red-burst=20 red-avg-packet=1000
set hotspot-default name="hotspot-default" kind=sfq sfq-perturb=5 sfq-allot=1514
add name="pcq128k-DOWN" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=2000
add name="pcq128k-UP" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=src-address pcq-total-limit=2000

add name="default-small" kind=pfifo pfifo-limit=10


====================================================================================================
now.I.have.some.question`s.regarding.my.network.topology and my.network.configuration=

1# I.have.2.client.that.always.update.their.database.their.ip.is=10.111.111.2 and 10.111.111.3, so.I.need.your.help.to.solve.my.problem.

HOW.to.route/mangle.those.ip.in.LOCAL.without.get.limited.by.PCQ.QUEUE.in.my
network.-they.use.some.program.databse.so.they.have.to.update.their.database.from.10.111.111.2 to. 10.111.111.3


2# I.have.made.configuration.(please.see.on.ip firewall mangle and queue but.untested.yet.
because.the.work.time.is.over.and.i.still.don`t.get.success.before.work.time.is.end

I.hope.you.get.my.point.even.just.little...o_O

any answer,comment or suggestion will be so helpfull

Thanks so much
You do not have the required permissions to view the files attached to this post.
Last edited by hackb0x on Tue Mar 03, 2009 5:46 pm, edited 1 time in total.
 
hackb0x
just joined
Topic Author
Posts: 15
Joined: Sun Jul 27, 2008 12:23 pm

Re: PLEASE HELP,HOW TO ...???

Tue Mar 03, 2009 12:30 am

any.one...??

so.let.me.in.explain.very.simple.way.?

I.have.1.client.but.they.hace.2.different.place.

They.connected.to.my.network.with.same.ip.subnet.to.the.NET

I.have.make.a.PCQ.queue.that.limit.for.going.to.the.outside(to.the.INTERNET)

and.I`m.asking.how.to.make.their.connection.just.for.LOCAL.network.is.not.getting.limited.with.my.PCq.

or.How.should.I.connect.them.both.without.get.limited.by.PCq.queue.that.i`ve.setup.

or.with.What.kind.of.way.that.i.still.can.limited.their.internet.but.not.limit.their.LOCAL.data.sharing.

Because.they.have.a.database.program.that.should.running.in.each.client.and.linked.together.

:shock: :shock: :shock:


ps*:so.sory.i.got.my.keyboard.space.broke.so.i.use.thid.dot.to.make.separate.words



any.comment,or.suggestion.will.be.very.appreciated
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26912
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia
Contact:

Re: normis PLEASE HELP,HOW TO ...???

Wed Mar 04, 2009 8:41 am

I think you should hire one of the consultants from our site, I don't think anyone will just analyze your network topology and solve routing problems just like that. It's a big job to do this.
 
hackb0x
just joined
Topic Author
Posts: 15
Joined: Sun Jul 27, 2008 12:23 pm

Re: normis PLEASE HELP,HOW TO ...???

Thu Mar 05, 2009 7:54 am

Thanks for the replay

aha...i see...
:D
well ... i thougth some one will helping me out to give some answer or suggestion with my noob configuration
because i buy this RouterOS licence with hope some one from this forum or any mikrotik`s forum will help me out
... i prefer study it by my self ... because when i face any problems again i can solve it with minimum cost.
you know i have some problem with my financial so maybe i can`t hire some professional guy to guide me .
maybe if my financial become more stable i will think about it again.

thanks anyway from your answer

have a nice day

/

Who is online

Users browsing this forum: No registered users and 15 guests