Displaying 20 results from an estimated 4000 matches similar to: "invalid table ID"
2001 Jan 07
3
Prioritize SSH and telnet
Hi routing-experts !
If I want to prioritize up ssh and telnet traffic with Linux 2.4 netfilter
and iproute2. I''ve set outbound tcp 22, 23 and 21 TOSbits to minimize delay,
but this doesn''t seem to be enough to prioritize ssh over for example
http-traffic.
I''m using modem to connect to Internet and got an entire LAN behind the
Linux router/firewall. Well, I think most
2005 Oct 29
2
iproute create policy routes after reboot
Which files do I need to edit in order to initialize a route after a
reboot.
I have a 802.1q tagged VLAN interface which I need to create a rule, and a
route for.
I see on my CentOs 4.2 box that in /etc/iproute2 there are the following
files. I realize that I can add my tables to /etc/iproute2/rt_tables, but
when I want to create a rule I am not sure where to put the information
for the
2001 Nov 28
1
How does tc communicate with the kernel?
Hi,
I am developing on an embedded MIPS-based system; I have iproute2''s ip
working correctly talking to the kernel, but tc seems to be broken. I''d
like to fix this, but I need a little bit of help in figuring out how tc
communictes with the kernel -- can someone tell me the places I should be
looking?
Thanks.
Joseph
2005 Jul 09
1
Problems with iproute2
I''m using Debian (sarge)
I do now have 2 ISP, one DSL and one cabel.
I want to use the DSL as my primary and only use the cabel-modem if the DSL
fails.
The setup is:
IP1 -> Router -> NAT_IP1 -> eth0 -> eth2 (LAN)
IP2 -> Cable-Modem -> eth1 -> eth2 (LAN)
I wrote the following in my /etc/iproute2/rt_tables
ip rule add from NAT_IP1 lookup 1
ip route add
2006 Mar 28
4
[ ] IProute2 error ..
Dear all,
I am having problem using iproute2 on my new Slackware 10.1 box.
Here goes the problem:
root@localhost:~# echo "200 DOONET" >> /etc/iproute2/rt_tables
root@localhost:~# cat /etc/iproute2/rt_tables
#
# reserved values
#
255 local
254 main
253 default
0 unspec
#
# local
#
#1 inr.ruhep
200 DOONET
root@localhost:~# ip rule add from 10.255.255.0/24
2001 Dec 07
1
dividing traffic equally towards 2 default gateways?
Hello all.
I am not 100% familiar with the Linux advanced routing capbalieties yet, so I thought , after reading source code, documentation and more that I might be better off asking the experts on this list. I am not using this ina production environment, but at home, as a test case. First of all, here is the network topology.
Internal LAN <--> Switch <--> [NAT/FIREWALL/INTERNAL LAN
2001 Dec 13
14
tc: u32 match in nexthdr not working?
Hello,
it seems, that filtering on nexthdr (TCP/UDP) content, especially
src or dst port, is not working.
The following has no effect on 2.4.16 or older (even 2.2) kernels:
# tc filter add dev eth0 parent ffff: protocol ip prio 50 u32 match tcp
dst 3128 0xffff police rate 40kbit burst 10k drop flowid :1
Even if
# tc filter ls dev eth0 parent ffff:
filter protocol ip pref 50 u32
filter protocol
2000 Nov 04
0
Re: LARTC digest, Vol 1 #28 - 1 msg
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
>>>>> "wf" == lartc-request <lartc-request@mailman.ds9a.nl> writes:
wf> The ip route how-to describes the following for setting up
wf> source routing
wf> #echo 501 uras.out >> /etc/iproute2/rt_tables
wf> Error: argument "uras.out" is wrong: invalid table ID
I''m
2011 Jan 24
1
iproute2 custom tables and rules the CentOS way...
Hi all;
I have a custom iproute2 table and a few rules to go along with it
(CentOS 5) -- I have added the table to /etc/iproute2/rt_tables.
if-up and friends doesn't seem to handle this real gracefully. How are
those of you out there doing something similar managing this
customization?
I don't really want to muck with /etc/init.d/network or the if-up
scripts to avoid breaking upgrades.
2000 Oct 29
3
TCP traffic
Hi all,
Does anybody know a package to control the bandwidth using "TCP Congestion
Control" method?
Best Regards
Hoomaan Naimi
Afranet Network Administrator
2005 Dec 24
1
Simple routing configuration
Hi,
I have a simple question (well, at least I think it''s simple!). I have a
router, with four Ethernet cards; eth0-eth3. eth0 and eth3 are the
''external'' cards, connecting to my ISPs. eth1 and eth2 are connected to my
internal networks. What I want to do is basically filter all the traffic
from one card to another, in this configuration:
eth1 to eth3
eth2 to eth0
2007 Feb 21
1
simple source policy routing not working
Hi,
my box is connected to 3 networks, eth0 eth1 wlan0. I want "my" traffic to go
via wlan0 and everything from eth1 NATed to eth0:
eth0 192.168.1.10/24
eth1 172.16.1.1/12
wlan0 192.168.10.190/24
I first tried this with two single hosts:
iptables -A POSTROUTING -j MASQUERADE -o eth0 -t nat
iptables -A POSTROUTING -j MASQUERADE -o wlan0 -t nat
echo 200 Forw >>
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
2004 May 21
2
fwmark / MARK / --set-mark syntax never run on my system! Search step by step help.
Hello!
This arguments never run on my system, but I need this:
#!/bin/bash -x
echo "1"
iptables -t mangle -p tcp -d 0/0 --dport 80 -j MARK --set-mark 2
echo "2"
echo "201 T1" >> /etc/iproute2/rt_tables
echo "3"
ip rule add fwmark 2 table T1
echo "4"
ip route add default via 192.168.21.2 dev eth1 table T1
echo "5"
ip route
2006 Jan 15
1
Network configuration
Hi,
Apologies for the cross-posting; I''m not sure whether this is a firewall or
routing issue, or both!
I have four network cards, detailed below. eth0 and eth3 connect to my ISPs,
and eth1 and eth2 connect to local networks. I want to route all traffic
from eth2 to eth0, and from eth1 to eth3. However, I am having a few
problems with this.
eth0
ip: 192.168.100.253/24
gw:
2001 Mar 24
2
Stealth Router
Hi,
in FreeBSD kernel is options that make router stealth, packet passed throw
router have no change in TTL value.
Is a posibility to make similar thing in Linux, I think that in traceroute
isn''t this hop, no asteris, no router, no change in TTL, nothing ...?
PSIkappa
psi@atlantis.sk
2001 Feb 02
2
TBF settings
I presently use TBF with this syntax:
tc qdisc add dev eth0 parent 1:100 tbf buffer=15000/8 LIMIT=30000 MTU=1500
parent class is a cbq with rate=128Kbit
when I want to add PEAK, I get always RTNETLINK error: Invalid argument. Maybe be I don''t understand this parameter. What I know about it, it''s that it can control short-term burst traffic, and it''s what I need to do.
2001 Feb 19
2
How can I create qdisc, class, and filter inside the kernel?
Hi,
I am writing a kernel module which works with netfilter.
If a certain condition matches,
I want to create a qdisc, a class and a filter inside
the kernel module.
How can I create qdisc, class, and filter inside the kernel?
Thanks,
Byung-Gon Chun
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
2007 Jan 21
2
mark and route traffic in a bridge
Hi all !!
I would to like to mark and route some kind of traffic (ie: outbound
www, now by simplicity)
---inet1--------eth0------------| |
| linux |
--eth1------- clientes
---inet2(90.0.0.1)--------eth2-| |
I have eth0 and eth1 bridged (eth2 is not bridged).
I would to route www outbound clients
2007 Jan 21
2
mark and route traffic in a bridge
Hi all !!
I would to like to mark and route some kind of traffic (ie: outbound
www, now by simplicity)
---inet1--------eth0------------| |
| linux |
--eth1------- clientes
---inet2(90.0.0.1)--------eth2-| |
I have eth0 and eth1 bridged (eth2 is not bridged).
I would to route www outbound clients