Quantcast
Viewing all articles
Browse latest Browse all 60861

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

Here is the third part of my config:

 

ethernet eth2 {                                                               

        address 192.168.1.1/24                                                    

        description Local                                                         

        duplex auto                                                               

        firewall {                                                                

            in {                                                                  

                modify balance                                                    

            }                                                                     

            local {                                                               

            }                                                                     

        }                                                                         

        speed auto                                                                

    }                                                                             

    ethernet eth3 {                                                               

        address 192.168.2.1/24                                                    

        description VOIP                                                          

        duplex auto

        speed auto                                                                

    }                                                                             

    ethernet eth4 {                                                               

        duplex auto                                                               

        speed auto                                                                

    }                                                                             

    ethernet eth5 {                                                               

        duplex auto                                                               

        speed auto                                                                

    }                                                                             

    ethernet eth6 {                                                               

        duplex auto                                                               

        speed auto                                                                

    }                                                                             

    ethernet eth7 {                                                               

        duplex auto                                                               

        speed auto                                                                

    }                                                                             

    loopback lo {                                                                 

    }                                                                             

}                                                                                 

load-balance {                                                                    

    group G {

        interface eth0 {                                                          

        }                                                                         

        interface eth1 {                                                          

            failover-only                                                         

        }                                                                         

    }                                                                             

}                                                                                 

port-forward {                                                                    

    auto-firewall enable                                                          

    hairpin-nat enable                                                            

    lan-interface eth2                                                            

    rule 1 {                                                                      

        description MiniVNC                                                       

        forward-to {                                                              

            address 192.168.1.39                                                  

            port 5900                                                             

        }                                                                         

        original-port 5900                                                        

        protocol tcp_udp                                                          

    }                                                                             

    wan-interface eth0                                                            

}                                                                                 

protocols {

    static {                                                                      

        route 0.0.0.0/0 {                                                         

            next-hop 64.60.51.129 {                                               

            }                                                                     

            next-hop 96.31.229.153 {                                              

                disable                                                           

            }                                                                     

        }                                                                         

    }                                                                             

}                                                                                 


Viewing all articles
Browse latest Browse all 60861

Trending Articles