All of lore.kernel.org
 help / color / mirror / Atom feed
* xfrm command fails
@ 2009-11-11  5:28 Naveen BN
  2009-11-11  6:07 ` Naveen BN
  0 siblings, 1 reply; 4+ messages in thread
From: Naveen BN @ 2009-11-11  5:28 UTC (permalink / raw)
  To: netdev

Hi All
I am trying to create a security association using ip xfrm command, but 
i get an message saying
"*RTNETLINK answers: Function not implemented*" and ip xfrm state 
succeeds in displaying  sa  written using setkey .

ip xfrm state add src 192.168.1.20 dst 192.168.1.5 proto esp spi 
0x354cb04b mode tunnel reqid 16385 replay-window 32 auth hmac 
0xecf02a5cf6568556e1bdcd961c7ec3f92afd01cc enc cbc 
0x5c0cfa9672ce67ba545b593076dfb278 sel src 0.0.0.0/0 dst 0.0.0.0/0

ERROR message => "RTNETLINK answers: Function not implemented"

Regards
Naveen

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

* Re: xfrm command fails
  2009-11-11  5:28 xfrm command fails Naveen BN
@ 2009-11-11  6:07 ` Naveen BN
  2009-11-11  6:16   ` Naveen BN
  0 siblings, 1 reply; 4+ messages in thread
From: Naveen BN @ 2009-11-11  6:07 UTC (permalink / raw)
  To: netdev

I am using fedora with version => 2.6.23.1-42.fc8.
Please guide me to solve the error message "RTNETLINK answers: Function 
not implemented"

Regards
Naveen
Naveen BN wrote:
> Hi All
> I am trying to create a security association using ip xfrm command, 
> but i get an message saying
> "*RTNETLINK answers: Function not implemented*" and ip xfrm state 
> succeeds in displaying  sa  written using setkey .
>
> ip xfrm state add src 192.168.1.20 dst 192.168.1.5 proto esp spi 
> 0x354cb04b mode tunnel reqid 16385 replay-window 32 auth hmac 
> 0xecf02a5cf6568556e1bdcd961c7ec3f92afd01cc enc cbc 
> 0x5c0cfa9672ce67ba545b593076dfb278 sel src 0.0.0.0/0 dst 0.0.0.0/0
>
> ERROR message => "RTNETLINK answers: Function not implemented"
>
> Regards
> Naveen
> -- 
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


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

* Re: xfrm command fails
  2009-11-11  6:07 ` Naveen BN
@ 2009-11-11  6:16   ` Naveen BN
  2009-11-11  7:10     ` Naveen BN
  0 siblings, 1 reply; 4+ messages in thread
From: Naveen BN @ 2009-11-11  6:16 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

adding David in loop
Naveen BN wrote:
> I am using fedora with version => 2.6.23.1-42.fc8.
> Please guide me to solve the error message "RTNETLINK answers: 
> Function not implemented"
>
> Regards
> Naveen
> Naveen BN wrote:
>> Hi All
>> I am trying to create a security association using ip xfrm command, 
>> but i get an message saying
>> "*RTNETLINK answers: Function not implemented*" and ip xfrm state 
>> succeeds in displaying  sa  written using setkey .
>>
>> ip xfrm state add src 192.168.1.20 dst 192.168.1.5 proto esp spi 
>> 0x354cb04b mode tunnel reqid 16385 replay-window 32 auth hmac 
>> 0xecf02a5cf6568556e1bdcd961c7ec3f92afd01cc enc cbc 
>> 0x5c0cfa9672ce67ba545b593076dfb278 sel src 0.0.0.0/0 dst 0.0.0.0/0
>>
>> ERROR message => "RTNETLINK answers: Function not implemented"
>>
>> Regards
>> Naveen
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe netdev" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
> -- 
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


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

* Re: xfrm command fails
  2009-11-11  6:16   ` Naveen BN
@ 2009-11-11  7:10     ` Naveen BN
  0 siblings, 0 replies; 4+ messages in thread
From: Naveen BN @ 2009-11-11  7:10 UTC (permalink / raw)
  To: netdev; +Cc: David Miller

Hi All,
This proper command to create SA using ip xfrm is
ip xfrm state add src 192.168.1.20 dst 192.168.1.5 proto esp spi 
0x354cb04b mode tunnel reqid 16385 replay-window 32 auth sha1 
0xecf02a5cf6568556e1bdcd961c7ec3f92afd01cc enc aes 
0x5c0cfa9672ce67ba545b593076dfb278 sel src 0.0.0.0/0 dst 0.0.0.0/0

But how can create a session based SA with ports also used in sa 
selection for the same host .
Please help me on this . In selection of OUTBOUND SA does ports also 
involve.

Regards
Naveen

Naveen BN wrote:
> adding David in loop
> Naveen BN wrote:
>> I am using fedora with version => 2.6.23.1-42.fc8.
>> Please guide me to solve the error message "RTNETLINK answers: 
>> Function not implemented"
>>
>> Regards
>> Naveen
>> Naveen BN wrote:
>>> Hi All
>>> I am trying to create a security association using ip xfrm command, 
>>> but i get an message saying
>>> "*RTNETLINK answers: Function not implemented*" and ip xfrm state 
>>> succeeds in displaying  sa  written using setkey .
>>>
>>> ip xfrm state add src 192.168.1.20 dst 192.168.1.5 proto esp spi 
>>> 0x354cb04b mode tunnel reqid 16385 replay-window 32 auth hmac 
>>> 0xecf02a5cf6568556e1bdcd961c7ec3f92afd01cc enc cbc 
>>> 0x5c0cfa9672ce67ba545b593076dfb278 sel src 0.0.0.0/0 dst 0.0.0.0/0
>>>
>>> ERROR message => "RTNETLINK answers: Function not implemented"
>>>
>>> Regards
>>> Naveen
>>> -- 
>>> To unsubscribe from this list: send the line "unsubscribe netdev" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>>
>>
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe netdev" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
>
> -- 
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


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

end of thread, other threads:[~2009-11-11  7:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-11  5:28 xfrm command fails Naveen BN
2009-11-11  6:07 ` Naveen BN
2009-11-11  6:16   ` Naveen BN
2009-11-11  7:10     ` Naveen BN

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.