VaporSec + Watchguard SOHO 6 = need peers_identifier address
Hey all,
I have a Watchguard SOHO 6tc VPN appliance that uses it's private subnet as it's identifier (which works out to the the clients remote identifier). So if I don't want my phase 1 negotiations to fail, I think I need something like this in my client's racoon.conf:
peers_identifier address "192.168.0.0/24";
a) is this possible with racoon?
b) Will VaporSec have an option for this someday?
Currently I can do the peer's address (no good for an ID that's a subnet) or the peer's user_fqdn (no good for a subnet style ID either - I get "ipsecdoi_checkid1(): ID type mismatched" in the logs)
Alternately, I'd take some advice on how I can get VaporSec to not stomp on my racoon.conf file (again assuming that the 'address' ID type to peers_identifier will work with a subnet).
Any suggestions on all of this?
Thanks,
Martin