All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Error while creating security association using ip xfrm command
       [not found]                       ` <4AFA4A35.30203@globaledgesoft.com>
@ 2009-11-11  5:26                         ` Ram
  2009-11-11  7:46                         ` Naveen BN
  1 sibling, 0 replies; 2+ messages in thread
From: Ram @ 2009-11-11  5:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ram, Naveen BN, Chaitra Shankar

Directing the query to Linux kernel networking group :

_*Query :*_
*I am trying to create a security association using ip xfrm command, but 
i get an error 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" 
Please let me know what is the problem here .



*Timo Teräs wrote: Naveen BN wrote:
> *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" *

Please, direct "ip xfrm" and Netlink questions to Linux kernel
networking mailing list.

- Timo

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

* Re: Error while creating security association using ip xfrm command
       [not found]                       ` <4AFA4A35.30203@globaledgesoft.com>
  2009-11-11  5:26                         ` Error while creating security association using ip xfrm command Ram
@ 2009-11-11  7:46                         ` Naveen BN
  1 sibling, 0 replies; 2+ messages in thread
From: Naveen BN @ 2009-11-11  7:46 UTC (permalink / raw)
  To: Ram; +Cc: linux-kernel, Chaitra Shankar, timo.teras

Hi All,

Problem can be solved by using the below command 

ip xfrm state add src 172.16.8.36 dst 172.16.8.38 proto esp spi 0x800 
mode tunnel reqid 0 replay-window 32 auth sha1 
0xecf02a5cf6568556e1bdcd961c7ec3f92afd01cc enc aes 
0x5c0cfa9672ce67ba545b593076dfb278 sel src 172.16.8.36 dst 172.16.8.38 
proto udp  dport 300
please refer http://man.he.net/man8/ip

Regards
Naveen
Ram wrote:
> Directing the query to Linux kernel networking group :
>
> _*Query :*_
> *I am trying to create a security association using ip xfrm command, 
> but i get an error 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" 
> Please let me know what is the problem here .
>
>
>
> *Timo Teräs wrote:
>> Naveen BN wrote:
>>> *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" *
>>
>> Please, direct "ip xfrm" and Netlink questions to Linux kernel
>> networking mailing list.
>>
>> - Timo
>>


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <4AE6D26D.7020607@globaledgesoft.com>
     [not found] ` <4AE6DC72.4010208@iki.fi>
     [not found]   ` <4AE820B4.3070400@globaledgesoft.com>
     [not found]     ` <20091028140923.GD101657@sun.com>
     [not found]       ` <4AE9228D.1070107@globaledgesoft.com>
     [not found]         ` <4AE938F8.9060008@iki.fi>
     [not found]           ` <4AF7B4FE.5050801@globaledgesoft.com>
     [not found]             ` <4AF7C346.7070105@globaledgesoft.com>
     [not found]               ` <4AF7C7C5.6060204@globaledgesoft.com>
     [not found]                 ` <4AF84F22.4020500@iki.fi>
     [not found]                   ` <4AF97F5D.4060802@globaledgesoft.com>
     [not found]                     ` <4AF9A77D.2060302@iki.fi>
     [not found]                       ` <4AFA4A35.30203@globaledgesoft.com>
2009-11-11  5:26                         ` Error while creating security association using ip xfrm command Ram
2009-11-11  7:46                         ` 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.