I'm trying to set up a VPN for several mobile users, using pre-shared
secrets (for now). I'm attempting to set each user up with a different
pass phrase, but can't figure out how to set up isakmpd.conf to allow
that.
the pass phrases are user1pass, user2pass, etc. I can set up an
[ISAKMP-peer] section for each of them as below:
----------------------
[ISAKMP-peer-user1]
Phase=1
Configuration=mobile-user-config
Authentication=user1pass
Remote-ID=user1-ID
[user1-ID]
ID-Type=USER_FQDN
[...]
[mobile-user-config]
DOI=IPSEC
EXCHANGE_TYPE=AGGRESSIVE
Transforms=DES-MD5
----------------------
The problem is, what do I put in the [Phase 1] section? The IP
addresses are dynamic, so I don't know those, and if I put
Default=ISAKMP-peer-user1, for example, how does user2 connect?
Is it possible to give different users different passwords?
Thanks in advance.
--
Kevin Anthoney