Trying to make 2 linodes machines communicate using private IP

Hi,

I just create my second Linode machine.

And i put them in the same private network but even a ping does not work.

Does someone know how to make them communicate using private ip ?

1 Reply

Here are the configuration of both my linodes:

  • Machine A:

iface eth0 inet static
address Y.Y.Y.Y/24
gateway Y.Y.Y.1
up ip addr add 192.168.1.5/24 dev eth0 label eth0:1
down ip addr del 192.168.1.5/24 dev eth0 label eth0:1

  • Machine B:

iface eth0 inet static
address Z.Z.Z.Z/24
gateway Z.Z.Z.1
up ip addr add 192.168.1.10/24 dev eth0 label eth0:1
down ip addr del 192.168.1.10/24 dev eth0 label eth0:1

I configure them on /24 but still they can not communicate each other.
Not a single ping.

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