ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Unsolved EdgeRouterX - Draytek - Draytek VPN issues

    IT Discussion
    4
    36
    3.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • hobbit666H
      hobbit666
      last edited by hobbit666

      OK so in the office here we have VLAN1 10.0.1.X and VLAN15 172.20.0.X controlled by a Cisco Switch 10.0.1.220.

      I have a DrayTek 2860 router connected to the LAN with Trunk port sewtup to the switch. The draytek can ping both networks.

      I have two sites (well more but if I get this site working I can copy the config/fix) one has a DrayTek the other a EdgeRouterX

      0_1487251521978_VPNIssue.png

      I've set-up VPN connection from the DrayTek to DrayTek and DrayTek to EdgeRouter, in the VPN settings of the remote sites added a secondary subnet for VLAN15 172.20.0.X

      Draytek Shop Settings - Working
      0_1487245351035_VPNIssueDrayTek.png !

      EdgeRouter WHS Settings - Not working
      0_1487261158858_VPNIssueEdgeRouter.png

      However the site with the EdgeRouter can't ping the VLAN15 network on our site, But! the DrayTek site can???

      1 Reply Last reply Reply Quote 1
      • DashrenderD
        Dashrender
        last edited by

        Can you show us the settings for the EdgeRouter?

        FYI - if you use greenshot to take screen captures, you can use their built in editor to obfuscate things more nicely.

        1 Reply Last reply Reply Quote 0
        • DashrenderD
          Dashrender
          last edited by Dashrender

          Are you allowing both VPN tunnels access to both networks in the Main Network? Adding site names would make it easier to refer to them.

          hobbit666H 1 Reply Last reply Reply Quote 0
          • hobbit666H
            hobbit666
            last edited by

            *Edited the original post to add Site names to referencing too 🙂

            1 Reply Last reply Reply Quote 1
            • hobbit666H
              hobbit666 @Dashrender
              last edited by

              @Dashrender How do you mean "Allowing" all I've done with the "shop" network is set-up the VPN and it worked. Tried to do the same with the WHS Site and it doesn't 🙂

              1 Reply Last reply Reply Quote 0
              • DashrenderD
                Dashrender
                last edited by

                I haven't setup a VPN tunnel on my EdgeRouter stuff yet, but by default, when you setup tunnels, you have to explicitly say what traffic exists on the other side of the tunnel so it knows to route it over the tunnel, otherwise it routes the traffic to the internet interface.

                Your Draytek's might have some type of autoconfig that takes care of that for you, some type of routing protocol. I'm guessing you could set that up on the EdgeRouter as well, but it's probably not there by default.

                hobbit666H 1 Reply Last reply Reply Quote 0
                • hobbit666H
                  hobbit666 @Dashrender
                  last edited by

                  @Dashrender any idea how to check the config?

                  That was what I was hoping to happen when I added the subnet to the VPN on EdgeRouter like the DrayTek 🙂

                  1 Reply Last reply Reply Quote 0
                  • hobbit666H
                    hobbit666
                    last edited by hobbit666

                    Downloaded the Config file of the EdgeRouter and it has this :-

                    peer OFFICEIP{
                                    authentication {
                                        mode pre-shared-secret
                                        pre-shared-secret MySecert
                                    }
                                    connection-type initiate
                                    description LSF
                                    ike-group FOO1
                                    local-address WHS-IP
                                    tunnel 1 {
                                        allow-nat-networks disable
                                        allow-public-networks disable
                                        esp-group FOO1
                                        local {
                                            prefix 192.168.123.0/24
                                        }
                                        remote {
                                            prefix 10.0.1.0/24
                                        }
                                    }
                                    tunnel 2 {
                                        allow-nat-networks disable
                                        allow-public-networks disable
                                        esp-group FOO1
                                        local {
                                            prefix 192.168.123.0/24
                                        }
                                        remote {
                                            prefix 172.20.0.0/24
                                        }
                                    }
                                }
                    
                    1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender
                      last edited by

                      You should sanitize your post

                      hobbit666H 1 Reply Last reply Reply Quote 1
                      • hobbit666H
                        hobbit666 @Dashrender
                        last edited by

                        @Dashrender is that better 🙂

                        Mike DavisM 1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch
                          last edited by JaredBusch

                          From my driving on the road point of view that configuration looks correct

                          hobbit666H 1 Reply Last reply Reply Quote 1
                          • hobbit666H
                            hobbit666 @JaredBusch
                            last edited by

                            @JaredBusch stop reading your phone while driving!

                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                            • JaredBuschJ
                              JaredBusch @hobbit666
                              last edited by JaredBusch

                              @hobbit666 said in EdgeRouterX - Draytek - Draytek VPN issues:

                              @JaredBusch stop reading your phone while driving!

                              Why?

                              0_1487257215119_image.jpg

                              1 Reply Last reply Reply Quote 0
                              • JaredBuschJ
                                JaredBusch
                                last edited by

                                I used to read books while driving

                                1 Reply Last reply Reply Quote 0
                                • Mike DavisM
                                  Mike Davis @hobbit666
                                  last edited by

                                  @hobbit666 He means change your pre-shared-secret in your config.

                                  DashrenderD 1 Reply Last reply Reply Quote 1
                                  • DashrenderD
                                    Dashrender @Mike Davis
                                    last edited by

                                    @Mike-Davis said in EdgeRouterX - Draytek - Draytek VPN issues:

                                    @hobbit666 He means change your pre-shared-secret in your config.

                                    Right - you don't want the world to know the password for your VPN.

                                    JaredBuschJ hobbit666H 2 Replies Last reply Reply Quote 0
                                    • JaredBuschJ
                                      JaredBusch @Dashrender
                                      last edited by

                                      @Dashrender said in EdgeRouterX - Draytek - Draytek VPN issues:

                                      @Mike-Davis said in EdgeRouterX - Draytek - Draytek VPN issues:

                                      @hobbit666 He means change your pre-shared-secret in your config.

                                      Right - you don't want the world to know the password for your VPN.

                                      12345

                                      1 Reply Last reply Reply Quote 0
                                      • hobbit666H
                                        hobbit666 @Dashrender
                                        last edited by hobbit666

                                        @Dashrender @Mike-Davis oops but that's not the final one it's only while I test it'll be a random one once I got it working 🙂
                                        *Changed anyway

                                        DashrenderD 1 Reply Last reply Reply Quote 2
                                        • DashrenderD
                                          Dashrender @hobbit666
                                          last edited by

                                          @hobbit666 said in EdgeRouterX - Draytek - Draytek VPN issues:

                                          @Dashrender @Mike-Davis oops but that's not the final one it's only while I test it'll be a random one once I got it working 🙂
                                          *Changed anyway

                                          Ok, at least there was an understanding to your post. 🙂

                                          1 Reply Last reply Reply Quote 0
                                          • DashrenderD
                                            Dashrender
                                            last edited by

                                            So what happens when you try to ping the main network VLAN? do a tracert and tell us the results.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post