Γιατί τα χωρίζεις σε up/down;
Εμφάνιση 16-30 από 1755
-
27-01-15, 23:24 Απάντηση: Mikrotik QoS για IPv4/IPv6 #16
| "Anyone can build a fast CPU.
| The trick is to build a fast system."
|____________Seymour Cray...
-
27-01-15, 23:28 Απάντηση: Mikrotik QoS για IPv4/IPv6 #17
ελα ντε, μονο up θελει κανονικα εε? αφου qos ειναι σωστο μονο στο Up.
-
27-01-15, 23:37 Απάντηση: Mikrotik QoS για IPv4/IPv6 #18
-
27-01-15, 23:41 Απάντηση: Mikrotik QoS για IPv4/IPv6 #19
εδω σε εχασα. πως γινεται αυτο στο queue tree? μπορεις να γραψεις το κανονα η να βαλεις screenshot?
-
28-01-15, 09:33 Απάντηση: Mikrotik QoS για IPv4/IPv6 #20
και εγώ queue tree έχω. δεν έπαιζε με το simple.
See first, think later, then test. But always see first. Otherwise you will only see what you were expecting. Most scientists forget that. - Douglas Adams
There's no right, there's no wrong, there's only popular opinion. - Jeffrey Goines (12 Monkeys)
-
29-01-15, 00:09 Απάντηση: Mikrotik QoS για IPv4/IPv6 #21
-
29-01-15, 00:56 Απάντηση: Mikrotik QoS για IPv4/IPv6 #22
θελω να εχω το qos σου να λειτουργει αλλα και PCQ σε οσα clients ειναι στο δικτυο.
δηλαδη ενα δικτυο με 10 pc laptop κλπ να εχουν equal bandwidth αλλα και το qos σου.
εχω πχ 10mbps γραμμη και ειναι ενας συνδεμενος. παιρνει ολη τη γραμμη, 2 συνδεμενοι απο 5mbps κτλ.... αλλα παραλληλα να εφαρμοζονται και οι κανονες σου.
-
29-01-15, 10:27 Απάντηση: Mikrotik QoS για IPv4/IPv6 #23
-
30-01-15, 18:16 Απάντηση: Mikrotik QoS για IPv4/IPv6 #24
Καλησπέρα! εμένα είναι οκ? είναι από τον οδηγό στο παλιό μας τοπικ οχι απο αυτό εδω το tutorial. Ολα πάντως μου φαίνονται οκ δεν εχω καπου προβλημα.
-
30-01-15, 18:23 Απάντηση: Mikrotik QoS για IPv4/IPv6 #25See first, think later, then test. But always see first. Otherwise you will only see what you were expecting. Most scientists forget that. - Douglas Adams
There's no right, there's no wrong, there's only popular opinion. - Jeffrey Goines (12 Monkeys)
-
30-01-15, 18:24 Απάντηση: Mikrotik QoS για IPv4/IPv6 #26
Τι εννοεις? οτι δεν κανει κατι δλδ? γιατι δεν εχω προβλημα στην λειτουργια του ιντερνετ και αντε τωρα να βρεις το λαθος!
-
30-01-15, 18:28 Απάντηση: Mikrotik QoS για IPv4/IPv6 #27
πρόβλημα δεν έχεις γιατί δεν πιάνει τίποτα.
πρώτο βήμα είναι να λειτουργούν οι κανόνες, δηλαδή να πιάνουν τα πακέτα (δες ότι έχω bytes + packages)See first, think later, then test. But always see first. Otherwise you will only see what you were expecting. Most scientists forget that. - Douglas Adams
There's no right, there's no wrong, there's only popular opinion. - Jeffrey Goines (12 Monkeys)
-
30-01-15, 18:32 Απάντηση: Mikrotik QoS για IPv4/IPv6 #28
http://www.adslgr.com/forum/threads/...erBoard/page10
αυτο εχω κανει που λεει στο post #148 ο deniSun τι να εχω κανει λαθος τωρα? μηπως να τα ξηλωσω ολα να τα κανω οπως στο νεο tutorial?
τις καταχωρησεις στο queue tree εσυ τις εχες βαλει ή μπαινουν αυτοματα? εμενα εκει ειναι εντελως αδειο!
-
30-01-15, 18:38 Απάντηση: Mikrotik QoS για IPv4/IPv6 #29
δεν τον έχω δει το νέο τρόπο, αλλά σου λέω, πρώτο βήμα είναι να δεις το mangle ότι τα πιάνει όλα.
το δικό μου είναι αυτό:
/ip firewall mangle
add action=mark-connection chain=postrouting comment=QoS_1_ICMP connection-state=new new-connection-mark=QoS_1 out-interface=pppoe-out1 protocol=icmp
add action=mark-packet chain=postrouting connection-mark=QoS_1 new-packet-mark=QoS_1 out-interface=pppoe-out1 passthrough=no protocol=icmp
add action=mark-packet chain=forward comment=______ACK in-interface=pppoe-out1 new-packet-mark=QoS_1 packet-size=0-123 passthrough=no protocol=tcp src-port=!80,443 tcp-flags=ack
add action=mark-packet chain=forward dst-port=!80,443 new-packet-mark=QoS_1 out-interface=pppoe-out1 packet-size=0-123 passthrough=no protocol=tcp tcp-flags=ack
add action=mark-connection chain=postrouting comment=______SIP connection-mark=no-mark new-connection-mark=QoS_1 out-interface=pppoe-out1 src-address=10.140.χχχ
add action=mark-packet chain=postrouting connection-mark=QoS_1 new-packet-mark=QoS_1 out-interface=pppoe-out1 passthrough=no src-address=10.140.xxx
add action=mark-connection chain=prerouting comment=______DNS connection-state=new new-connection-mark=QoS_1 port=53 protocol=udp
add action=mark-packet chain=prerouting connection-mark=QoS_1 new-packet-mark=QoS_1 passthrough=no port=53 protocol=udp
add action=mark-connection chain=prerouting comment="QoS_2 (Diskstation, MainPC)" connection-state=new dst-port=32400,8000-8004 in-interface=pppoe-out1 new-connection-mark=QoS_2 protocol=tcp
add action=mark-connection chain=prerouting connection-state=new dst-port=32400,8000-8004 in-interface=pppoe-out1 new-connection-mark=QoS_2 protocol=udp
add action=mark-packet chain=prerouting connection-mark=QoS_2 in-interface=pppoe-out1 new-packet-mark=QoS_2 passthrough=no
add action=mark-connection chain=postrouting new-connection-mark=QoS_2 out-interface=pppoe-out1 src-address=10.140.xxx
add action=mark-packet chain=postrouting connection-mark=QoS_2 new-packet-mark=QoS_2 out-interface=pppoe-out1 passthrough=no
add action=mark-connection chain=postrouting comment=Streaming new-connection-mark=Streaming out-interface=pppoe-out1 src-address=10.140.xxx
add action=mark-connection chain=postrouting new-connection-mark=Streaming out-interface=pppoe-out1 src-address=10.140.xxx
add action=mark-connection chain=postrouting layer7-protocol=rtsp new-connection-mark=Streaming out-interface=pppoe-out1
add action=mark-connection chain=postrouting layer7-protocol=http-rtsp new-connection-mark=Streaming out-interface=pppoe-out1
add action=mark-packet chain=postrouting connection-mark=Streaming new-packet-mark=Streaming out-interface=pppoe-out1 passthrough=no
add action=mark-connection chain=postrouting comment=QoS_8_Torrents connection-state=new dst-port=443,563,1000-65535 new-connection-mark=QoS_8 out-interface=pppoe-out1 protocol=tcp src-address=10.140.xxxx
add action=mark-connection chain=postrouting connection-state=new dst-port=443,563,1000-65535 new-connection-mark=QoS_8 out-interface=pppoe-out1 protocol=udp src-address=10.140.xxxx
add action=mark-packet chain=postrouting new-packet-mark=QoS_8 out-interface=pppoe-out1 packet-mark=QoS_8 passthrough=no
add action=mark-connection chain=prerouting connection-state=new dst-address=10.140.xxx dst-port=53215-53219 in-interface=pppoe-out1 new-connection-mark=QoS_8 protocol=tcp
add action=mark-connection chain=prerouting connection-state=new dst-address=10.140.xxx dst-port=53215-53219 in-interface=pppoe-out1 new-connection-mark=QoS_8 protocol=udp
add action=mark-packet chain=prerouting connection-mark=QoS_8 in-interface=pppoe-out1 new-packet-mark=QoS_8 passthrough=no
See first, think later, then test. But always see first. Otherwise you will only see what you were expecting. Most scientists forget that. - Douglas Adams
There's no right, there's no wrong, there's only popular opinion. - Jeffrey Goines (12 Monkeys)
-
30-01-15, 18:41 Απάντηση: Mikrotik QoS για IPv4/IPv6 #30
ο νεος τροπος ειναι αυτος που λεει σε αυτο εδω το τοπικ στο 1ο ποστ. Δεν ειναι τα ιδια με αυτο που ηταν στο αρχικό ποστ στην 10η σελιδα.
Το 10.140.ΧΧ.ΧΧ τι ειναι? εμενα στο mangle δεν εχει πουθενα source address μηπως φταιει αυτο? εκει τι βαζω?Τελευταία επεξεργασία από το μέλος Nikiforos : 30-01-15 στις 18:46.
Παρόμοια Θέματα
-
Mikrotik IPv4/IPv6 firewall
Από deniSun στο φόρουμ MikroTik ADSL modems, routers & routerBOARDsΜηνύματα: 2078Τελευταίο Μήνυμα: 28-05-23, 21:58 -
Mikrotik IPv6 σε PPPoE client με modem σε bridge mode
Από deniSun στο φόρουμ MikroTik ADSL modems, routers & routerBOARDsΜηνύματα: 136Τελευταίο Μήνυμα: 24-05-23, 22:17 -
Έναρξη πιλοτικής λειτουργίας IPv4/IPv6 dual stack από τον ΟΤΕ
Από SfH στο φόρουμ ΕιδήσειςΜηνύματα: 493Τελευταίο Μήνυμα: 18-05-19, 17:35 -
IPV6 + IPV4 SPEED TEST
Από babis3g στο φόρουμ ADSLΜηνύματα: 7Τελευταίο Μήνυμα: 05-09-14, 18:00
Bookmarks