Hi, I have Mandrake 10.0 (official). I have read the section in lartc about "Routing for multiple uplinks/providers", but still I have some queries below. I have a DSL connection where they give pppoe which is directly terminated into eth1 of my Linux box. Now I have another machine connected to dial-up and it is on same LAN connected to eth0 of Linux box. Now, can I use both these bandwidths (this is a test exercise to understand lartc) and do sort of load balancing? Is there any patching needed for my kernel? How do I make sure that indeed both the lines are used? Thanks a lot for any help in advance. With warm regards, -Payal _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hi All, I''m setting up a box with one default route and another handling only web connection. Here my conf : iptables -t mangle -A PREROUTING -p tcp --dport 80 -j MARK --set-mark 3 0: from all lookup local 32766: from all lookup main <- wich contain route to my lan and internet inferfaces 32767: from all fwmark 3 lookup webbox <- wich contain only the default route for wen traffic 32768: from all lookup default <- which contain only the other default route The problem : Packets to port 80 go tough the webbox thanks to fwmark but the reply from webbox don''t cross the fw... What''s the reason ? Thanks ! Guillaume from france _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hello !! i search a small utility (console based) to view the traffic on real time made by 1 user (ip ) ...something like : 192.168.1.2 .... 11 kbps 192.168.1.3 .... 111 kbps 192.168.1.4 .... 88 kbps 192.168.1.5 .... 64 kbps Thanks! _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Try iftop. Am Montag, 22. November 2004 12:25 schrieb Gogu Ionut:> Hello !! i search a small utility (console based) to view the traffic on > real time made by 1 user (ip ) ...something like : > > > 192.168.1.2 .... 11 kbps > 192.168.1.3 .... 111 kbps > 192.168.1.4 .... 88 kbps > 192.168.1.5 .... 64 kbps > > Thanks! > > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/- -- Dr. Michael Schwartzkopff MultiNET Services GmbH Bretonischer Ring 7 85630 Grasbrunn Tel: (+49 89) 456 911 - 0 Fax: (+49 89) 456 911 - 21 mob: (+49 174) 343 28 75 PGP Fingerprint: F919 3919 FF12 ED5A 2801 DEA6 AA77 57A4 EDD8 979B -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBodFGqndXpO3Yl5sRAncuAKCDZ4U8SGuj6PkNwF7zfE5wcu5oPgCffrsQ IlEULfk2fFJ+kT8GZJWZMC0=loW6 -----END PGP SIGNATURE----- _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Hello, Right now i am playing with trafshow. Very impressive . Following command line : trafshow -n -i eth1 net 192.168.1.0/24 will do what you like. On Monday 22 November 2004 13:25, Gogu Ionut wrote:> Hello !! i search a small utility (console based) to view the traffic on > real time made by 1 user (ip ) ...something like : > > > 192.168.1.2 .... 11 kbps > 192.168.1.3 .... 111 kbps > 192.168.1.4 .... 88 kbps > 192.168.1.5 .... 64 kbps > > Thanks! > > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/-- Regards, Nachko Halachev _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
try ipfm (ip flow meter) On Mon, 2004-11-22 at 12:25, Gogu Ionut wrote:> Hello !! i search a small utility (console based) to view the traffic on > real time made by 1 user (ip ) ...something like : > > > 192.168.1.2 .... 11 kbps > 192.168.1.3 .... 111 kbps > 192.168.1.4 .... 88 kbps > 192.168.1.5 .... 64 kbps > > Thanks! > > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/-- Ronny Aasen <list@datapart-as.no> _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Its OK now, The problem was the rp_filters... Guillaume Urbejtel wrote:> Hi All, > > I''m setting up a box with one default route and another handling only > web connection. > Here my conf : > > iptables -t mangle -A PREROUTING -p tcp --dport 80 -j MARK --set-mark 3 > > 0: from all lookup local > 32766: from all lookup main <- wich contain route to my lan and > internet inferfaces > 32767: from all fwmark 3 lookup webbox <- wich contain only > the default route for wen traffic > 32768: from all lookup default <- which contain only the other > default route > > The problem : Packets to port 80 go tough the webbox thanks to fwmark > but the reply from webbox don''t cross the fw... > What''s the reason ? > > Thanks ! > > Guillaume from france > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Gogu Ionut wrote:> Hello !! i search a small utility (console based) to view the traffic on > real time made by 1 user (ip ) ...something like : > > > 192.168.1.2 .... 11 kbps > 192.168.1.3 .... 111 kbps > 192.168.1.4 .... 88 kbps > 192.168.1.5 .... 64 kbpsTry iptraf. raj _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
tcptrack provide the functionality you are looking for. http://www.rhythm.cx/~steve/devel/tcptrack/ Josh Nerius On Mon, 22 Nov 2004 13:25:08 +0200, Gogu Ionut <igogu@umsoft.ro> wrote:> > > Hello !! i search a small utility (console based) to view the traffic on > real time made by 1 user (ip ) ...something like : > > 192.168.1.2 .... 11 kbps > 192.168.1.3 .... 111 kbps > 192.168.1.4 .... 88 kbps > 192.168.1.5 .... 64 kbps > > Thanks! > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >-- Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x] _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
I''ve found pktstat to be almost exactly what you are looking for. On Mon, 22 Nov 2004 19:25:31 -0600, Josh Nerius <jnerius@gmail.com> wrote:> tcptrack provide the functionality you are looking for. > > http://www.rhythm.cx/~steve/devel/tcptrack/ > > Josh Nerius > > > > > On Mon, 22 Nov 2004 13:25:08 +0200, Gogu Ionut <igogu@umsoft.ro> wrote: > > > > > > Hello !! i search a small utility (console based) to view the traffic on > > real time made by 1 user (ip ) ...something like : > > > > 192.168.1.2 .... 11 kbps > > 192.168.1.3 .... 111 kbps > > 192.168.1.4 .... 88 kbps > > 192.168.1.5 .... 64 kbps > > > > Thanks! > > > > _______________________________________________ > > LARTC mailing list / LARTC@mailman.ds9a.nl > > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ > > > > > -- > Math problems? Call 1-800-[(10x)(13i)^2]-[sin(xy)/2.362x] > > > _______________________________________________ > LARTC mailing list / LARTC@mailman.ds9a.nl > http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >_______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/