Displaying 20 results from an estimated 1000 matches similar to: "iproute2 in a MIPS processor"
2004 Aug 20
1
trouble with nexthop when I try to load balance
I have two internet lines and I want to do equal cost loadbalancing on the two
uplinks to the internet. This is what I do:
ip route add 200.200.200.0/24 dev eth2 table 200
ip route add default via 200.200.200.254 dev eth2 table 200
ip route add 100.100.100.0/24 dev eth1 table 100
ip route add default via 100.100.100.254 dev eth1 table 100
ip route add 200.200.200.0/24 src 200.200.200.1 dev eth2
2004 Aug 18
0
"RTNETLINK answers: Invalid argument" when adding default multipath route
Hi everybody, I''m not so glad because of the error I describe in the subject.
I have two internet lines and I want to do equal cost loadbalancing on the two
uplinks to the internet. This is what I do:
ip route add 200.200.200.0/24 dev eth2 table 200
ip route add default via 200.200.200.254 dev eth2 table 200
ip route add 100.100.100.0/24 dev eth1 table 100
ip route add default via
2004 Feb 22
3
iproute2 & kernel 2.6.3
Hi,
I''m trying to compile iproute with my fresh kernel 2.6.3, it works well
with 2.6.2 but impossible with this one.
My version of gcc is 3.3.3 and the version of iproute2 is
iproute2-2.4.7-now-ss010824.
Any suggestion ?
make[1]: Entering directory `/usr/src/iproute2/lib''
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -Werror -g
-I../include-glibc -include
2000 Oct 25
2
Can't use two links on a linux box
Hi,
I have a linux box connected to two leased lines as follows:
_/\__/\_
/ \ +--------+ +------------+
( Internet )----+ Router | | SMTP server|
\_ __ _/ +----+---+ +------+-----+
\/ \/ | 200.200.200.254 |
100.100.100.2\ -+-------+----- ... ---------+--
100.100.100.1\ | 200.200.200.1
+-+--+--+
| Linux |
+---+---+ _/\__/\_
192.168.1.1 |
2004 Sep 23
3
iproute2 tool compiling problems.
Hi all.
This is my first msg in this list, and I´d
appreciate any help you could give me.
I already compiled the kernel with the options to
run iproute2 tools. But, when I download the
iproute2-2.4.7-now-ss010824.tar.gz file from
ftp://ftp.inr.ac.ru/ip-routing/ and try to compile it,
I got too many errors. Here goes the output:
server:/home/nathan/iproute2# make
make[1]: Entering
2007 Feb 22
1
Encoding discrepancy with flac-1.1.4 on Linux and FreeBSD
A friend and I mirror our music collections on each other's servers;
between the two of us we have several hundred gigs of flac files. My
friend runs Linux, I run FreeBSD.
Recently we started playing with flac-1.1.4 (we had been using flac-1.1.2
previously) and I noticed something strange.
flac-1.1.4, run with identical options on identical files, produces
different output on the linux
2005 Feb 10
5
priorizing vlans in a bridge
Hi, this is my Linux Box
----------------------------
LAN 1 -----|--eth1 <---br1--->eth0.1 |
| \ |
| eth0--|----- 802.1q tagged 1 Mbps link
| / |
LAN 2 -----|--eth2 <---br2--->eth0.2 |
----------------------------
I have to bridge the 2 lans
2004 Jul 06
0
UID -1 and --link-dest problem
Hi,
I'm not sure if it's rsync or Cygwin problem, but most probably both..
Here is a short description:
I run rsync daemon on Windows machine (either latest cwRsync or Cygwin
versions) and synchronize a Windows directory to Linux server as root:
linux# rsync -avH --numeric-ids 10.0.0.1::test /export/test1/
receiving file list ... done
created directory /export/test1
./
43524353.upd
2009 Oct 08
3
[Bug 612] New: conntrack returns src, dst, dport and sport all zeroed
http://bugzilla.netfilter.org/show_bug.cgi?id=612
Summary: conntrack returns src, dst, dport and sport all zeroed
Product: libnfnetlink
Version: unspecified
Platform: i386
OS/Version: other
Status: NEW
Severity: major
Priority: P1
Component: libnfnetlink
AssignedTo: laforge at netfilter.org
2005 May 12
2
Routing Mail traffic problem !
Etx1 - First Internet Line - eth0
Ext2 - Second Internet line - eth2
LAN - Local Area Network - eth1
Other traffic - Ext1 -------+-------+--------------- Ext2 ---Web goes Here
eth0 | |eth2
+-------+-------+
| ROUTER |
+----+------+---+
|eth1
192.168.0.0/24 -----------------+
|
192.168.0.1/24------------------- - Gateway
|
2008 Jul 26
0
Re: How about this replacement of WINE
>>>>From what I see on their descriptions (site is in Chinese!), this is NOT a replacement of WINE. They place certain system services in the kernel and have compile kernel-module (.ko) to service them.
---- here is their plan:
So, wine still could not solved the problem well. Out of such a concern, I suggested the idea and route of "Linux Compatible Kernel". Its objective
2006 Oct 18
2
Need new way to improve SMP scalability for network router
Hi,
Currently I use dual cpu xeon server x86-64 with hp enabled
two intel Gbit Nics 82547
I have assigned every NIC irq to one phisical procesor but the two
virtual procesors stay idle
and are not used for ether routeing or shaping
Is there a way to split work from two NICs on 4 CPUs ?
2017 Apr 21
1
Intel MKL compiling issue
> I would appreciate any insights over compiling R 3.4 with Intel MKL -- I have been successful until R 3.3.3 but now it stops complaining about pcre though it worked without Intel MKL as follows,
I successfully built R-rc_2017-04-19_r72555.tar.gz with icc & MKL on centos 7 with this:
# https://software.intel.com/en-us/articles/build-r-301-with-intel-c-compiler-and-intel-mkl-on-linux#
2013 Apr 17
2
Confusing error message when pointing the linux installer at a missing directory.
Last night, I was trying to install syslinux (5.01) to a SD card of
mine, writing to a subdirectory to keep the layout neat:
syslinux-5.01/linux# ./syslinux -i -d /boot /dev/mmcblk0p1
/dev/mmcblk0p1: No such file or directory
The message is coming from do_open_file() in syslinux.c: the call to
open() fails because the containing directory isn't present, and then it
calls perror(opt.device).
2012 Feb 20
2
[LLVMdev] stack dump
0
down vote
favorite
[http://stackoverflow.com/questions/9354312/llvm-2-8-dswp-core-dump-linux#]
share [g+]
share [fb]
share [tw]
i new in llvm.i just compile google code and got this error.
"
Stack dump:
0. Program arguments: opt -load
/home/vahid/mywork/llvm-2.8/Release/lib/DSWP.so -dswp obj.o -o out.o
1. Running pass 'Function Pass Manager'
2002 Jun 24
4
Gigabit Etnernet router
Hi,
I would like to build new router with 3 Gigabit Ethernet card. Need I
dual procesor system or not ? I would like to have trafic controling (htb
or cbq/sfq) and firewall (iptables) on this router.
Can you recommend me some good motherborad with 64-bit PCI-X ?
--
`)_|_('' PSIkappa
I k psi _at_ atlantis.sk
2006 Feb 12
3
Problem with Playback sound in 64 bit machine
Sorry for re-posting this message -
I am trying to run the latest stable Asterix version 1.2.4. on 64 bit amd
procesor.
Things are working but the playback sounds that I hear when tring to connect
over IAX are of very high frequency.
i.e a sentence which should finish in 4 secs finishes in much lesser time.
Where can be the problem? any configuration issue?
Thanks in advance.
-------------- next
2003 Oct 04
2
htb errors, wrong patch?
I downloaded iproute2-2.4.7-now-ss010824.tar.gz and I did patched tc with
the htb3.6_tc.diff from htb3.6-020525.tgz and when I try to use a htb script
I get just errors. I did not patch the kernel, since I use kernel 2.4.21 and
I saw on - HTB Homepage that I need to patch it only if I run version 2.4.20
or earlier. Do also need the kernel patch ? Or maybe is something else
wrong?
RTNETLINK
2004 Aug 16
2
tuning for samba server
Hi!
anyone knows where to get some info for kernel (maybe via sysctl) and or
samba tuning for high performance ?
I have read all the samba docs available, so aim looking for others tips
besides the tcp tunings usually applied in smb.conf ?
i am setting a server on a client site, with many clients (about 100), and i
am using a real server hardware (an HP netserver with xeon procesor@2.8Ghz,
1Gig of
2005 Jul 15
1
Problems with table
hi,
I have problems with tables.
I installed the last iproute2: iproute2-2.4.7-now-ss010824.tar.gz on
Linux 2.4.26 (slackware 9.1).
I want to use 2 adsl on this server.
I run this command:
#echo 201 routeradsl2 >> /etc/iproute2/rt_tables (only one time);
then
#ip route add 82.189.148.240 dev eth1 src 82.189.148.243 table routeradsl2
at this point I run:
#ip route show table routeradsl2