Use of 3rd party firewall

Hi, ive installed a 3rd party firewall to run ipsec VPN on and route vpn targeted traffic from other application servers on my linode infrastructure. Kindly let me know how i can enable this routing from app server to firewall server.
Also, how can i make the firewall reachable by other servers via the private IP?
thanks

1 Reply

In terms routing via private IP, you'll need to make sure a couple things are in place:

  • A Linode-assigned private IP address on each node (guide: Adding Private IP Addresses)
  • If you're looking for a direct connection via private IP (which it sounds like you are), the servers will need to be in the same data center first so that they can utilize the Linode Private Network. You can migrate any servers from data center to data center using the instructions in this guide: How to Initiate a Cross Data Center Migration for your Linode

In order for the firewall server to accept connections from other servers, the IPs of those servers will need to be manually whitelisted on a case-by-case basis. It's important to note that the private IP assigned to the firewall server itself is not reachable from outside the Linode private network. That said, for Linodes within the same data center as that server, they will be able to connect via the Linode private network so long as the firewall is accepting those specific connections.

While I know you mentioned using a third-party firewall, there's another really good Community site post that reviews how to set up this scenario using iptables rules. The application may be different, but the same concept applies here:

Setup private networking between 2 Linodes

Otherwise, are you able to specify which firewall application you've installed?

There are a couple ways to acheive IPsec protocol-based communication between servers, and I found some resources that might point you in the right direction:

I know this is a lot to get through, but I hope it gives you a good starting point to work with. If I misunderstood any part of your question, please let me know. Additionally, following some of the suggestions in this post may help the Community better understand your situation as well. :)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct