Newbie having problems understanding Linode networking

Hello all, just set up my first Linode instance and the one thing I'm struggling with is networking between Linode instances. I've had a lot of experience with VMWare so I understand the basics and I've run instances connected to virtual switches. So, is every node permanently connected to the public internet via its public IP? There isn't a concept of a private network where you can hide instances behind a firewall node?

2 Replies

It isn't possible to disassociate the public IP, AFAIK. You can, however, hide instances behind a firewall by adding a private IP to each instance and then configuring everything except the firewall to drop packets sent to the public IP. In Linux, the latter could be done with "iptables -A INPUT -i eth0 -j DROP" (assuming eth0 corresponds to the public IP).

Thanks, this answers my question

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