Created
August 15, 2016 07:55
-
-
Save sandlbn/b76c084ffa4a567747f959b7d94b9ca8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9a:29:c7:0e:f1:3c | |
daemon | |
{ | |
# bind to ports | |
socket ike 500; | |
socket natt 4500; | |
# log output | |
log_level error; | |
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; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment