From 50a25dde75b24f5541436849d00548738d863536 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Tue, 6 Dec 2016 03:10:05 +0100 Subject: [PATCH] daily autocommit --- cups/subscriptions.conf | 12 ++---------- ike/iked.conf | 20 ++++++++++++++++++++ ike/iked.dhcp | 1 + 3 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 ike/iked.conf create mode 100644 ike/iked.dhcp diff --git a/cups/subscriptions.conf b/cups/subscriptions.conf index 8ed402e8..ab87ebe3 100644 --- a/cups/subscriptions.conf +++ b/cups/subscriptions.conf @@ -1,20 +1,12 @@ # Subscription configuration file for CUPS v2.1.4 -# Written by cupsd on 2016-12-04 14:49 +# Written by cupsd on 2016-12-05 14:53 NextSubscriptionId 327 - -Events printer-changed -Owner root -LeaseDuration 86400 -Interval 60 -ExpirationTime 1480945711 -NextEventId 1 - Events all Owner anonymous Recipient dbus:// LeaseDuration 86400 Interval 0 -ExpirationTime 1480945711 +ExpirationTime 1481032051 NextEventId 1 diff --git a/ike/iked.conf b/ike/iked.conf new file mode 100644 index 00000000..f1dfdff1 --- /dev/null +++ b/ike/iked.conf @@ -0,0 +1,20 @@ +# +# sample client iked.conf file +# + +daemon +{ + # bind to ports + socket ike 500; + socket natt 4500; + + # log output + log_level info; + 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; +} diff --git a/ike/iked.dhcp b/ike/iked.dhcp new file mode 100644 index 00000000..e70a7dd1 --- /dev/null +++ b/ike/iked.dhcp @@ -0,0 +1 @@ +ea:db:c6:4e:7a:4b \ No newline at end of file -- 2.39.5