cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7258
Views
5
Helpful
2
Replies

ASA5505 doesn't pair question

JAYESH RAMAIYA
Level 1
Level 1

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 

1 Accepted Solution

Accepted Solutions

Jouni Forss
VIP Alumni
VIP Alumni

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

View solution in original post

2 Replies 2

Jouni Forss
VIP Alumni
VIP Alumni

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

Thank you

Review Cisco Networking for a $25 gift card