Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
gre_tunnel [2021/04/24 13:12]
cubebuilder
gre_tunnel [2021/04/24 13:20]
cubebuilder
Line 30: Line 30:
 In this document we'll only be covering a Linux GRE tunnel configuration.  In this document we'll only be covering a Linux GRE tunnel configuration. 
  
-This guide will work 100% on both our KVM, and OpenVZ based plans.+This guide will work 100% on our KVM Slices.
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 38: Line 38:
    * A kernel with GRE support (Linux includes this by default - ip_gre kernel module)    * A kernel with GRE support (Linux includes this by default - ip_gre kernel module)
    * A list of ports you need forwarded to your destination    * A list of ports you need forwarded to your destination
-   * A BuyVM VPS (starting as low as $15/yr for our [[http://buyvm.net|128MB OpenVZ VPS]] or $25/yr for our [[http://buyvm.net|128MB KVM VPS]]) +   * A BuyVM KVM Slice (starting as low as [[https://buyvm.net/kvm-dedicated-server-slices/|$2.00 for a 512MB KVM Slice]] or [[https://buyvm.net/kvm-dedicated-server-slices/|$3.50]] for 1GB.
-   * A [[http://buyvm.net/features.php|BuyVM DDoS filtered IP]] ($3.00/m per IP. 209.141.38.x & 209.141.39.x are the current filtered subnets) +   * A [[https://buyvm.net/ddos-protection/|BuyVM DDoS filtered IP]] ($3.00/m per IP)
  
 ===== Tunnel Setup ===== ===== Tunnel Setup =====
Line 133: Line 132:
  
 At this point you should be able to connect to ''YOUR_FILTERED_IP'' and the destination port with your application and get passed through the GRE tunnel without issue. At this point you should be able to connect to ''YOUR_FILTERED_IP'' and the destination port with your application and get passed through the GRE tunnel without issue.
 +
  
 ===== Restarting your GRE Tunnel After Rebooting ===== ===== Restarting your GRE Tunnel After Rebooting =====
Line 139: Line 139:
  
 Your distribution of choice (like Debian) may have hooks in ''/etc/network/interfaces'' to bring your GRE tunnels up at boot time but that's outside the scope of this guide. Your distribution of choice (like Debian) may have hooks in ''/etc/network/interfaces'' to bring your GRE tunnels up at boot time but that's outside the scope of this guide.
 +
 +===== GRE Configuration for Pterodactyl/Docker=====
 +Running Pterodactyl or Docker and want to protect your docker container?
 +
 +[[gre_tunnel:docker|Click here for GRE Configuration for Pterodactyl/Docker]]