On Fri, 25 Oct 2013 18:08:25 +0200 "Peter J. Philipp" <p...@centroid.eu> wrote:
> I've been trying to set up a second gif tunnel that's encrypted with > ipsec (iked for key management), but I'm stuck on an error with iked. > Here is what I see and have: > > # route -T 1 exec iked -f /etc/iked.conf2 > # Oct 25 17:59:44 uranus iked[32297]: pfkey_reply: message: Network is > unreachable > Oct 25 17:59:44 uranus iked[32297]: fatal: pfkey_init: failed to block > IPv6 traffic: Network is unreachable > Oct 25 17:59:44 uranus iked[21552]: ikev1 exiting > I had similar problem with ipsec setup in transport mode. In my case error "Network is unreachable" was caused by the absence of enc(4) device in rdomain. Issuing "ifconfig encN create rdomain N" solved the problem. Don't know if it would help in your case, though. Regards, Alex