Re: Introductory iproute2 documentation (Was Re: ifconfig network resolution)

2017-06-13 Thread Richard Owlett
On 06/13/2017 07:29 AM, Andy Smith wrote: Hi Richard, On Tue, Jun 13, 2017 at 05:11:47AM -0500, Richard Owlett wrote: Can you recommend a good introduction to iproute2 which ignores the existence of net-tools (start newbies with good habits)? Unfortunately I don't think I actually can.

Introductory iproute2 documentation (Was Re: ifconfig network resolution)

2017-06-13 Thread Andy Smith
Hi Richard, On Tue, Jun 13, 2017 at 05:11:47AM -0500, Richard Owlett wrote: > Can you recommend a good introduction to iproute2 which ignores the > existence of net-tools (start newbies with good habits)? Unfortunately I don't think I actually can. Being someone who started off w

Re: tc / iproute2 shared libraries missing - jessie

2015-06-28 Thread Podrigal, Aron
Ok, looks like I had to create the qdisc first before I can create a filter. On Sun, Jun 28, 2015 at 5:05 AM, Podrigal, Aron wrote: > After looking a bit more, it looks to me that this is what was happening > (correct me if I'm wrong). looks like those filter types are now statically > linked in

Re: tc / iproute2 shared libraries missing - jessie

2015-06-28 Thread Podrigal, Aron
After looking a bit more, it looks to me that this is what was happening (correct me if I'm wrong). looks like those filter types are now statically linked into tc. But if the parameters given to tc could not be understood using any statically linked algorithms, tc tries to dynamically load other

tc / iproute2 shared libraries missing - jessie

2015-06-28 Thread Podrigal, Aron
I am trying to do traffic shaping using tc, however I can't add any filters and am getting this generic error message RTNETLINK answers: Invalid argument We have an error talking to the kernel A simple strace shows that the problem is that it can't find the required filter type libraries in /us

Re: ifupdown is not installed by preseed, while iproute2 is installed

2015-02-04 Thread Brian
On Wed 04 Feb 2015 at 02:16:48 +0300, Darren Baginski wrote: > I have been installed Debian Jessie using pressed, after successful > install and reboot I realized that eth0 is down and ifupdown package > was missing. Why ? > Same preseed file on wheezy installs ifupdown by default. Please post th

Re: ifupdown is not installed by preseed, while iproute2 is installed

2015-02-03 Thread Ric Moore
On 02/03/2015 06:16 PM, Darren Baginski wrote: Looks like iproute2 was installed which a) conflicts with ifupdown for some reason (why ? I guess it functionally can replace older iproute ) b) can't initiate interfaces alone (perhaps jessie is using newer network initialization method of

ifupdown is not installed by preseed, while iproute2 is installed

2015-02-03 Thread Darren Baginski
package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: iproute Suggested packages: isc-dhcp-client dhcp-client ppp rdnssd iproute-doc The following packages will be REMOVED: iproute2 The following NEW packages will

netfilter (iptables/iproute2)

2006-05-19 Thread Lawrence Nahum
Hi all, is it possible using iptables or iproute to log the amount of data transfered by hosts of the network to the Internet ? I need to calculate something like : 192.168.0.2 156.989 Kb 192.168.0.3 456.203 Kb Of course I can scan the log, but how making the log ? Eventually I would also need

Re: what is iproute2 and how to install it ?

2005-07-02 Thread Nicos Gollan
On Saturday July 2 2005 10:21, Cao Van Khanh wrote: > I use route comand in debian 3.1 to routing my network , but sometime I > head about iproute2 and would like to know more about it . Please give me > some infor http://lartc.org/ -- Got Backup? Jabber: Shadowdancer at jabber

what is iproute2 and how to install it ?

2005-07-02 Thread Cao Van Khanh
I use route comand in debian 3.1 to routing my network , but sometime I head about iproute2 and would like to know more about it . Please give me some infor   Thank in advance !

Re: compile iproute2 on debian woody

2003-12-08 Thread Alexander Bruns
I solved the problem: with apt-get source --compile iproute the iproute-sources and the debian-diffs get from the debian-package archive and it gets compiled. if you want to compile iproute2 under debian-woody, download the source and get the diff from debian and apply it: patch -p1

compile iproute2 on debian woody

2003-12-08 Thread Alexander Bruns
Hi, I installed debian woody and made my own 2.4.23-kernel which source is at /usr/src/linux I want to compile iproute2 myself, because the apt-get iproute gets a iproute2 wchich is only compatible with the 2.4.18-x kernels When I do a make I get this: router:/usr/local/src/iproute2# make make

Re: iproute2

2003-11-26 Thread Greg Folkert
On Wed, 2003-11-26 at 10:06, Nicos Gollan wrote: > I've been thinking about trying QoS/shaping to improve responsiveness > and throughput over my DSL line and thus stumbled over the iproute > package and some fairly extensive documentation about using it. But then > I saw that the most recent (seem

iproute2

2003-11-26 Thread Nicos Gollan
I've been thinking about trying QoS/shaping to improve responsiveness and throughput over my DSL line and thus stumbled over the iproute package and some fairly extensive documentation about using it. But then I saw that the most recent (seemingly) stable version is from august 2001. Is this a coun

Re: iproute2 and /etc/network/interfaces

2003-03-19 Thread Cameron Hutchison
Once upon a time Peter Hicks said... > Is there a correct debian way to use iproute2 in the > /etc/network/interfaces file? I need to set up a firewall machine with > multiple external ip addresses and would rather use the ip tool than > aliasing the addresses to eth0. Does ifup and if

iproute2 and /etc/network/interfaces

2003-03-19 Thread Peter Hicks
Is there a correct debian way to use iproute2 in the /etc/network/interfaces file? I need to set up a firewall machine with multiple external ip addresses and would rather use the ip tool than aliasing the addresses to eth0. Does ifup and ifdown support this? TIA :^P -- Peter Hicks GnuPG

iproute2 -- help

2001-05-15 Thread debian
Hi. I have a 256k ADSL that I want to split into 2 channels of 128k. One for Office and the other for databases. I have read the Adv-Routing-HOWTO-8.html -- http://www.linuxdoc.org/HOWTO/Adv- Routing-HOWTO-8.html They make the test with 10Mbit, but a just want to use 256K for my test. Where ca

Re: iproute2 and traffic control

2000-10-16 Thread Colin Watson
Gianluca Montecchi <[EMAIL PROTECTED]> wrote: >I am some troubles with iproute2. > >I am working with the kernel versione 2.4.0-test9 on a laptop with a >pcmcia network card. > >I am trying to setup the laptop to have some control over the bandwidth, using >iproute2. H

iproute2 and traffic control

2000-10-16 Thread Gianluca Montecchi
Hello. I am some troubles with iproute2. I am working with the kernel versione 2.4.0-test9 on a laptop with a pcmcia network card. I am trying to setup the laptop to have some control over the bandwidth, using iproute2. Following the "Linux 2.4 Advanced Routing HOWTO", I try: tc