All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] [ ] IProute2 error ..
@ 2006-03-28  9:00 Rio Martin.
  2006-03-28  9:25 ` Dmytro O. Redchuk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Rio Martin. @ 2006-03-28  9:00 UTC (permalink / raw)
  To: lartc

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 table DOONET
RTNETLINK answers: Invalid argument

Weird ..
i never experienced any problem like this in another box.

Please help, thanks ..

- Rio.Martin -


_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] [ ] IProute2 error ..
  2006-03-28  9:00 [LARTC] [ ] IProute2 error Rio Martin.
@ 2006-03-28  9:25 ` Dmytro O. Redchuk
  2006-03-28  9:44 ` Rio Martin.
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Dmytro O. Redchuk @ 2006-03-28  9:25 UTC (permalink / raw)
  To: lartc

On Tue, Mar 28, 2006 at 03:59:27PM +0000, Rio Martin. wrote:
> 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 table DOONET
> RTNETLINK answers: Invalid argument
Try 
  # ip rule add from 10.255.255.0/24 table 200
 instead of above.

 It should work with numbers.

> 
> Weird ..
> i never experienced any problem like this in another box.
> 
> Please help, thanks ..
> 
> - Rio.Martin -
> 

-- 
  _,-=._              /|_/|
  `-.}   `=._,.-=-._.,  @ @._,
     `._ _,-.   )      _,.-'
        `    G.m-"^m`m'        Dmytro O. Redchuk

_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] [ ] IProute2 error ..
  2006-03-28  9:00 [LARTC] [ ] IProute2 error Rio Martin.
  2006-03-28  9:25 ` Dmytro O. Redchuk
@ 2006-03-28  9:44 ` Rio Martin.
  2006-03-28 10:18 ` Wolfgang Karall
  2006-03-29  9:12 ` Rio Martin.
  3 siblings, 0 replies; 5+ messages in thread
From: Rio Martin. @ 2006-03-28  9:44 UTC (permalink / raw)
  To: lartc

On Tuesday 28 March 2006 09:25, Dmytro O. Redchuk wrote:
>  ip rule add from 10.255.255.0/24 table 200


Nope .. it still didnt worked.

root@localhost:/# ip rule add from 10.255.255.0/24 table 200
RTNETLINK answers: Invalid argument

- Rio.Martin -
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] [ ] IProute2 error ..
  2006-03-28  9:00 [LARTC] [ ] IProute2 error Rio Martin.
  2006-03-28  9:25 ` Dmytro O. Redchuk
  2006-03-28  9:44 ` Rio Martin.
@ 2006-03-28 10:18 ` Wolfgang Karall
  2006-03-29  9:12 ` Rio Martin.
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Karall @ 2006-03-28 10:18 UTC (permalink / raw)
  To: lartc

On Tue, 2006-03-28 at 16:44 +0000, Rio Martin. wrote:
> Nope .. it still didnt worked.
> 
> root@localhost:/# ip rule add from 10.255.255.0/24 table 200
> RTNETLINK answers: Invalid argument

Does your kernel support Policy Routing (CONFIG_IP_MULTIPLE_TABLES)?

Regards
WK
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] [ ] IProute2 error ..
  2006-03-28  9:00 [LARTC] [ ] IProute2 error Rio Martin.
                   ` (2 preceding siblings ...)
  2006-03-28 10:18 ` Wolfgang Karall
@ 2006-03-29  9:12 ` Rio Martin.
  3 siblings, 0 replies; 5+ messages in thread
From: Rio Martin. @ 2006-03-29  9:12 UTC (permalink / raw)
  To: lartc

Thank you.
It solved..

- Rio.Martin -


On Tuesday 28 March 2006 10:18, Wolfgang Karall wrote:
> On Tue, 2006-03-28 at 16:44 +0000, Rio Martin. wrote:
> > Nope .. it still didnt worked.
> >
> > root@localhost:/# ip rule add from 10.255.255.0/24 table 200
> > RTNETLINK answers: Invalid argument
>
> Does your kernel support Policy Routing (CONFIG_IP_MULTIPLE_TABLES)?
>
> Regards
> WK
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-03-29  9:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-28  9:00 [LARTC] [ ] IProute2 error Rio Martin.
2006-03-28  9:25 ` Dmytro O. Redchuk
2006-03-28  9:44 ` Rio Martin.
2006-03-28 10:18 ` Wolfgang Karall
2006-03-29  9:12 ` Rio Martin.

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.