02-28-2013 06:56 AM - edited 03-11-2019 06:07 PM
Hi I need to create a vpn connection between two ASA firewalls and when trying to create this AI get an error message below, The config I was to use is -
object net-local
Subnet 10.51.212.1 255.255.255.0
object network net-remote
subnet 10.10.2.65 255.255.255.0
ERROR: network IP address/mask <10.10.2.65/255.255.255.0> doesn't pair
Any assistance would be greatfully appreiciated.
Thank you
Solved! Go to Solution.
02-28-2013 07:10 AM
Hi,
I would suggest using either complete subnets/networks under "object" or using a single host address
object network net-remote
subnet 10.10.2.0 255.255.255.0
or
object network net-remote
host 10.10.2.65
- Jouni
02-28-2013 07:10 AM
Hi,
I would suggest using either complete subnets/networks under "object" or using a single host address
object network net-remote
subnet 10.10.2.0 255.255.255.0
or
object network net-remote
host 10.10.2.65
- Jouni
02-28-2013 07:54 AM
Thank you
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide