Part 4 : Network setup for virtual machine cluster | Ubuntu 18.04 | Virtual Machine cluster

Опубликовано: 28 Сентябрь 2024
на канале: CodeWithRajRanjan
9,376
123

In this video we will be setting up NAT and NAT Network interfaces in the virtual machine cluster. Our Virtual machine cluster will be able to connect to the internet and all the nodes in the cluster will have a static IP Address. If the machine restarts the also the IP Address will not change.

enp0s8 Network settings
```bash
auto enp0s8
iface enp0s8 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
```