Changes between Version 12 and Version 13 of Nmm2022/Agenda/LabSetup


Ignore:
Timestamp:
Jul 13, 2022, 6:04:48 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nmm2022/Agenda/LabSetup

    v12 v13  
    3939=== Install Virtual Box ===
    4040
    41 Install Virtual Box software with default settings, make sure you have enabled virtualization support from your host machine BIOS.
     41Install Virtual Box software with default settings, make sure you have enabled virtualization support from your host machine BIOS. Install the extension pack also.
    4242
    43 > If you have pre-installed Virtual Box in your host machines make sure they are updated to 6.x latest version
     43> If you have pre-installed Virtual Box in your host machines make sure they are updated to 6.x latest version.
    4444
    4545
    46 Import downloaded  OVA files into Oracle virtual box from File >  Import Appliance
    47 
    48 While importing make sure to select '''Generate new MAC addresses for all Network Adapters''' from '''MAC Address Policy'''.
    49 
    50 
    51 As soon as you import vm's, change your VM network connections as follows;
    52 
    53 * '''Ubuntu VM'''
    54 
    55 
    56 
    57 '''Adapter 1:'''[[br]]
    58      Attached to: Generic Driver[[br]]
    59      Name: UDPTunnel[[br]]
    60      Generic Properties:[[br]]
    61           dest=127.0.0.1[[br]]
    62           dport=50006[[br]]
    63           sport=40006[[br]]
    64      Cable Connected
    65 * Ip address for  '''Ubuntu VM''' already setup for you and if you want to change it;
    66 {{{
    67 #vim /etc/netplan/00-installer-config.yaml
    68 }}}
    69 
    70 Do the changes according to your requirement;
    71 {{{
    72 network:
    73      version: 2
    74      ethernets:
    75              enp0s3:
    76                     addresses: [10.1.5.12/24]
    77                     gateway4: 10.1.5.254
    78                     nameservers:
    79                             addresses: [8.8.8.8, 8.8.4.4]
    80 
    81 }}}