All of lore.kernel.org
 help / color / mirror / Atom feed
* ip ro get problem
@ 2004-09-15 10:45 Sandro Dentella
  2004-09-15 11:53 ` Jason Opperisano
  2004-09-15 13:51 ` Alistair Tonner
  0 siblings, 2 replies; 4+ messages in thread
From: Sandro Dentella @ 2004-09-15 10:45 UTC (permalink / raw)
  To: iptables

Hi all,

I'm using ip route get to debug a routing probelm and I get:

    root@fw-euronet argo # ip route get 192.168.254.10 
    192.168.254.10 dev eth0  src 192.168.254.1 
	cache  mtu 1500 advmss 1460
    root@fw-euronet argo # ip route get 192.168.254.10 from 192.168.5.2
    RTNETLINK answers: Invalid argument


What does really mean "RTNETLINK answers: Invalid argument", 


I get the same error w/

    root@fw-euronet argo # ip route get 192.168.254.10 iif tun0
    RTNETLINK answers: Invalid argument

My rules are:
    root@fw-euronet argo # ip ru li
    0:      from all lookup local 
    30:     from all iif tun0 lookup adsl 
    38:     from 192.168.254.10 lookup hdsl 
    40:     from 217.58.51.160/27 lookup hdsl 
    41:     from 81.121.243.248/30 lookup adsl 
    52:     from all iif eth0 lookup adsl 
    53:     from all iif eth2 lookup adsl 
    32766:  from all lookup main 
    32767:  from all lookup default 

where you can see that tun0, where 192.168.5.0/24 is, should look table adsl
that is define this way:

    root@fw-euronet argo # ip ro ls table adsl
    81.121.243.248/30 dev eth3  scope link  src 81.121.243.250 
    217.58.51.160/27 dev eth1  scope link  src 217.58.51.162 
    192.168.5.0/24 dev tun0  scope link 
    192.168.1.0/24 dev eth2  scope link  src 192.168.1.1 
    192.168.254.0/24 dev eth0  scope link  src 192.168.254.1 
    default via 81.121.243.249 dev eth3 

   
TYA
sandro
*:-)


-- 
Sandro Dentella  *:-)
e-mail: sandro@e-den.it 
http://www.tksql.org                    TkSQL Home page - My GPL work


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

end of thread, other threads:[~2004-09-15 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-15 10:45 ip ro get problem Sandro Dentella
2004-09-15 11:53 ` Jason Opperisano
2004-09-15 13:51 ` Alistair Tonner
2004-09-15 14:03   ` Sandro Dentella

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.