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

    EdgeRouter X to VPN Service

    Scheduled Pinned Locked Moved IT Discussion
    3 Posts 2 Posters 515 Views
    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

      Trying to setup my EdgeRouter X to connect to a VPN service and send all internet traffic through it.

      I've got a .ovpn file that has a
      <ca>
      -----BEGIN CERTIFICATE-----

      <cert>
      -----BEGIN CERTIFICATE-----

      <key>
      -----BEGIN PRIVATE KEY-----

      within the file. Along with the settings:-

      client
      dev tun
      reneg-sec 0
      persist-tun
      persist-key
      ping 5
      ping-exit 30
      nobind
      comp-lzo adaptive
      remote-random
      ns-cert-type server
      route-metric 1
      remote <IP/DNS>
      proto udp
      

      How do I add this to the EdgeRouter ? and route the traffic 🙂
      @JaredBusch

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

        You did not specify the VPN style, but i recognize this as OpenVPN.

        You put the files in a subfolder in the /config directory so that they do not get lost through firmware updates.

        Then you make an OpenVPN connection from the command line.

        I'll have to be at my desk to get you sample of that.

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

          @jaredbusch No rush but when you can post something up that will help 🙂

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