Changes between Version 12 and Version 13 of Csle2022/Agenda/Ansible


Ignore:
Timestamp:
Nov 18, 2022, 4:37:50 AM (2 years ago)
Author:
dushmantha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/Ansible

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