Hello,
I'm trying to replicate a ShrewSoft client configuration from my Windows laptop to my FreeBSD 13 laptop. The ShrewSoft client on Windows works fine.
I have installed security/ike and I'm using the default config file supplied with the port. However,
There is nothing in the log file.
I'll appreciate any helpful pointers!
I'm trying to replicate a ShrewSoft client configuration from my Windows laptop to my FreeBSD 13 laptop. The ShrewSoft client on Windows works fine.
I have installed security/ike and I'm using the default config file supplied with the port. However,
iked
doesn't start:
Code:
# /usr/local/sbin/iked -d 6 -f /usr/local/etc/iked.conf
!! : socket set udp-encap non-ike option failed
daemon network configuration failed
( line 8, col 16 )
# cat /usr/local/etc/iked.conf
#
# sample client iked.conf file
#
daemon
{
# bind to ports
socket ike 500;
socket natt 4500;
# log output
log_level debug;
log_file "/var/log/iked.log";
# pcap_decrypt "/var/log/ike-decrypt.pcap";
# pcap_encrypt "/var/log/ike-encrypt.pcap";
# retry settings
retry_delay 10;
retry_count 2;
}
There is nothing in the log file.
I'll appreciate any helpful pointers!