My main table is: # ip ro ls 194.149.216.0/24 dev vlan2 scope link 10.1.0.0/24 dev eth0 scope link 127.0.0.0/8 dev lo scope link default via 10.1.0.254 dev eth0 I have also these routes and rules: # ip ru ls 0: from all lookup local 32757: from all to 10.2.0.1 lookup 101 32758: from all to 194.149.216.3 lookup 21 32759: from all to 194.149.216.2 lookup 21 32760: from all to 194.149.216.1 lookup 21 32761: from all to 10.10.10.0/24 lookup main prohibit 32762: from 10.2.0.1 lookup 100 32763: from 194.149.216.3 lookup 20 32764: from 194.149.216.2 lookup 20 32765: from 194.149.216.1 lookup 20 32766: from all lookup main 32767: from all lookup 253 #ip ro ls table 20 && ip ro ls table 21 default via 10.1.0.254 dev eth0 194.149.216.2 dev vlan2 scope link 194.149.216.3 dev vlan2 scope link 194.149.216.1 dev vlan2 scope link Why 194.149.216.5 is reachable from internet? Luis Miguel Cruz Miranda. CCNA - Systems Administrator --------------------------------------------------------------- B2B INTEGRAL, S.A. Pol. Ind. de Asipo C/A - Parcela 86-C 33.428 - CAYES - LLANERA ASTURIAS (ESPAÑA/SPAIN) --------------------------------------------------------------- Tel: +34 985 980 804 ---- Fax: +34 985 980 794 --------------------------------------------------------------- WEB: http://www.b2bi.es/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hello, On Tue, 10 Dec 2002, Luis Miguel Cruz Miranda wrote:> My main table is: > # ip ro ls > 194.149.216.0/24 dev vlan2 scope link > 10.1.0.0/24 dev eth0 scope link > 127.0.0.0/8 dev lo scope link > default via 10.1.0.254 dev eth0 > > I have also these routes and rules: > # ip ru ls > 0: from all lookup local > 32757: from all to 10.2.0.1 lookup 101 > 32758: from all to 194.149.216.3 lookup 21 > 32759: from all to 194.149.216.2 lookup 21 > 32760: from all to 194.149.216.1 lookup 21 > 32761: from all to 10.10.10.0/24 lookup main prohibit > 32762: from 10.2.0.1 lookup 100 > 32763: from 194.149.216.3 lookup 20 > 32764: from 194.149.216.2 lookup 20 > 32765: from 194.149.216.1 lookup 20 > 32766: from all lookup main > 32767: from all lookup 253 > > #ip ro ls table 20 && ip ro ls table 21 > default via 10.1.0.254 dev eth0 > 194.149.216.2 dev vlan2 scope link > 194.149.216.3 dev vlan2 scope link > 194.149.216.1 dev vlan2 scope link > > Why 194.149.216.5 is reachable from internet?Yes, it is reachable: from 1.2.3.4 to 194.149.216.6 hits rule 32766, table main: 194.149.216.0/24 dev vlan2 scope link> Luis Miguel Cruz Miranda. > CCNA - Systems AdministratorRegards -- Julian Anastasov <ja@ssi.bg> _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hare, Stef has a great suite of documentation and tools. Visit his site: http://www.docum.org/ http://www.docum.org/stef.coene/qos/gui/ : http 70% b/w : chat 5% b/w : ftp 10% b/w : ssh and telent 5% b/w : download 10% b/w : any recomendations which one i can use CBQ or HTB - HTB is very popular on this list. (good support) - HTB is actively maintained. (good support from Devik) - HTB probably does exactly what you want and need. (less tweaking) - HTB is far simpler. (shorter learning time) I''d recommend HTB if you are just starting with traffic control. CBQ seems sometimes more powerful, but much more verbose. -Martin -- Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi all iam trying to make some rules like http 70% b/w chat 5% b/w ftp 10% b/w ssh and telent 5% b/w download 10% b/w is there any tool i can measure this all are shaping right or not any recomendations which one i can use CBQ or HTB iam using redhat 8.0 with patched TC and latest Ip route In Server, 2 LAN cards one connected to my laptop and another connected to my internet thanks hare _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/