Quantcast
Channel: All EdgeRouter posts
Viewing all articles
Browse latest Browse all 60861

Re: Site-to-Site VPN between EdgeRouter Pro 8 and Cisco ASA 5510

$
0
0

Unfortunately still no luck.

 

I confirmed the following, where "auto-firewall-nat-exclude" is enabled:

 

vpn {                                                                             

    ipsec {                                                                       

        auto-firewall-nat-exclude enable                                          

        disable-uniqreqids                                                        

        esp-group vpntunnel {                                                     

            compression disable                                                   

            lifetime 3600                                                         

            mode tunnel                                                           

            pfs disable                                                           

            proposal 1 {                                                          

                encryption aes256                                                 

                hash sha1                                                         

           

 

As suggested, I have added the following to WAN_IN as the last of four runes:

 

rule 40 {                                                                 

            action accept

            description "Allow ipsec encrypted"                                   

            destination {                                                         

                address 72.13.6.0/24                                              

            }                                                                     

            ipsec {                                                               

                match-ipsec                                                       

            }                                                                     

            log disable                                                           

            protocol all                                                          

            source {                                                              

                address 192.168.2.0/24                                            

            }     


Viewing all articles
Browse latest Browse all 60861

Trending Articles