IPSec in QNX

Hi everybody…

I’ve got a problem… I’m trying to set up IPSEC networking under QNX.
I’ve already set up Security Asociations (SAD) and SAD using setkey. And
it does not work. I thing that problem is in the MIB table where is
net.inet.ipsec.enabled set to zero. I’ve tryed to set it to 1. I used
sysctl -w net.inet.ipsec.enabled=1
but “Operation not permitted” has occured although i have root
permission… :frowning:

Can anybody help. Does anybody have some experience with IPSEC in QNX
Thanks…
Richard

rstefanca <rstefanca@seznma.cz> wrote in message
news:3E00A3F6.7080003@seznma.cz

Hi everybody…

I’ve got a problem… I’m trying to set up IPSEC networking under QNX.
I’ve already set up Security Asociations (SAD) and SAD using setkey. And
it does not work. I thing that problem is in the MIB table where is
net.inet.ipsec.enabled set to zero. I’ve tryed to set it to 1. I used
sysctl -w net.inet.ipsec.enabled=1
but “Operation not permitted” has occured although i have root
permission… > :frowning:

That one is read only. You have to enable ipsec when you start the stack.

slay io-net

io-net -d -p tcpip ipsec

netmanager

That should get you going.

-xtang