Browse Source

default startup files. simple.

OPENBSD_2_2
provos 27 years ago
parent
commit
6e5711f832
4 changed files with 53 additions and 0 deletions
  1. +11
    -0
      src/etc/photuris/attributes.conf
  2. +20
    -0
      src/etc/photuris/photuris.conf
  3. +14
    -0
      src/etc/photuris/photuris.startup
  4. +8
    -0
      src/etc/photuris/secrets.conf

+ 11
- 0
src/etc/photuris/attributes.conf View File

@ -0,0 +1,11 @@
# Accepted keywords are AT_AH_ATTRIB, AT_ESP_ATTRIB, AT_MD5_DP, AT_MD5_KDP
# AT_DES_CBC
# More attributes will be supported later.
# AT_MP5_DP must be offered and also at least one
# of AT_ESP_ATTRIB or AT_AH_ATTRIB
# This is the default list
AT_MD5_DP
AT_ESP_ATTRIB
AT_DES_CBC
AT_AH_ATTRIB
AT_MD5_KDP

+ 20
- 0
src/etc/photuris/photuris.conf View File

@ -0,0 +1,20 @@
# Allowed keywords are: modulus and exchange
# modulus <generator> <modulus>
# exchange and DH_G_2_3DES_SHA1, DH_G_2_DES_MD5 or DH_G_2_MD5
# config exchange_max_retransmits <number>
# config exchange_retransmit_timeout <seconds>
# config exchange_timeout <seconds>
# config exchange_lifetime <seconds>
# config spi_lifetime <seconds>
modulus 2 0xda58 3c16 d985 2289 d0e4 af75 6f4c ca92 dd4b e533 b804 fb0f ed94 ef9c 8a44 03ed 5746 50d3 6999 db29 d776 276b a2d3 d412 e218 f4dd 1e08 4cf6 d800 3e7c 4774 e833
modulus 2 0x97f6 4261 cab5 05dd 2828 e13f 1d68 b6d3 dbd0 f313 047f 40e8 56da 58cb 13b8 a1bf 2b78 3a4c 6d59 d5f9 2afc 6cff 3d69 3f78 b23d 4f31 60a9 502e 3efa f7ab 5e1a d5a6 5e55 4313 828d a83b 9ff2 d941 dee9 5689 fada ea09 36ad df19 71fe 635b 20af 4703 6460 3c2d e059 f54b 650a d8fa 0cf7 0121 c747 99d7 5871 32be 9b99 9bb9 b787 e8ab
exchange DH_G_2_3DES_SHA1 0
exchange DH_G_2_DES_MD5 0
exchange DH_G_2_MD5 1024
exchange DH_G_2_MD5 512
#
config exchange_max_retransmits 3
config exchange_retransmit_timeout 7
config exchange_timeout 60
config exchange_lifetime 3000
config spi_lifetime 600

+ 14
- 0
src/etc/photuris/photuris.startup View File

@ -0,0 +1,14 @@
# Initial exchanges which might be needed by NIS or NFS servers
# accepted keywords are
# dst=<ip-address>
# port=<port of peer daemon> (default = 468)
# options=[enc,auth] (default options=enc,auth)
# user=<username> (use this users secrets)
# tsrc,tdst=ipaddr/ipmask (for tunnel accepted)
# Seperate by newlines
# Example:
#dst=134.100.106.2 port=468 options=enc,auth user=provos
#tsrc=134.100.106.0/255.255.255.255
#tdst=134.100.0.0/255.255.0.0
#
#dst=134.100.104.6 port=7468

+ 8
- 0
src/etc/photuris/secrets.conf View File

@ -0,0 +1,8 @@
# Accepted keywords are:
# identity local "id" "secret"
# identity pair local "receivedid" "myid" "secret"
# identity remote "id" "secret"
# identity lookup "tag" username
# Simple
identity local "Default" "This should be changed."
identity remote "Default" "This should be changed."

Loading…
Cancel
Save