| 36 | |
| 37 | |
| 38 | |
| 39 | '''Setup Network''' |
| 40 | |
| 41 | Connect all VMs to 'Internal Network'. |
| 42 | |
| 43 | |
| 44 | {{{ |
| 45 | Settings > Network > Adpater 3 |
| 46 | }}} |
| 47 | |
| 48 | [[Image(internal net.png)]] |
| 49 | |
| 50 | Find the 'Internal Network' network interface. |
| 51 | |
| 52 | |
| 53 | {{{ |
| 54 | ip add |
| 55 | }}} |
| 56 | |
| 57 | Edit network configurations of VMs according to your setups. |
| 58 | |
| 59 | |
| 60 | {{{ |
| 61 | |
| 62 | vi /etc/netplan/00-installer-config.yaml |
| 63 | enp0s9: |
| 64 | addresses : [10.1.1.1/24] |
| 65 | :wq |
| 66 | netplan apply |
| 67 | }}} |
| 68 | |
| 69 | Repeat the above steps in each machine accordingly and test the network connectivity. |