<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
hi all<br>
<br>
can we create more than one pre-share-key ?<br>
for example, i have three VPS running on the internet and i want use
different pre-share-key to communicate<br>
is it ipsec.secrets correct ?<br>
<font color="#ff0000">#<br>
include /etc/ipsec.d/*.secrets<br>
192.168.1.1 %any : PSK "</font><font color="#ff0000"><font
color="#ff0000">sharekey1</font>"<br>
192.168.1.1 192.168.2.1 : PSK "</font><font color="#ff0000"><font
color="#ff0000">sharekey2</font>"<br>
192.168.1.1 192.168.3.1 : PSK "sharekey3"<br>
</font><br>
</body>
</html>