Changes between Version 2 and Version 3 of Cnbp2019/Agenda/LabSetup


Ignore:
Timestamp:
Jan 29, 2019, 9:50:03 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/LabSetup

    v2 v3  
    11= Lab Setup =
    22
    3 In this Hands-on we will install all dependencies and basic network design.
     3In this Hands-on we will install all dependencies and basic network design.  We will use Oracle Virtual Box and GNS3 software to virtualize the lab network.
    44
    5 == Software Dependancies ==
     5All participants are grouped in to two as '''User A''' and '''User B''' and the group details including IP subnets can be found from here.
    66
     7For each group;
     8
     9* User A needs to install GNS3 and Virtual Box
     10* User B needs to install Virtual Box only
     11
     12Both users must change their host machines (Laptop) ip address as per the above linked table and it is advised to use the wired network.
     13
     14We will create virtual network on User A and related servers on User B due to RAM limitations on Physical Devices.
     15
     16> Virtualized appliances will be connected via UDP tunnels and  these must be neglected for your actual physical installations.
     17
     18
     19
     20== Download Dependancies ==
     21* Download Oracle Virtual Box from here
     22* Download pfsense image from here ( only on User A)
     23* Download GNS3 from here
    724* Download Required router images
    8 * Download VM's including GUI
     25   * Image 1
     26   * Image 2
     27* Download all server VM's on User B
     28   * OVA1
     29   * OVA2
     30   * OVA3
     31
     32[[span(style=color: #A00000,  '''Following settings will need to be as it is with the changes only to the specified dynamic content.''' )]]
     33
    934
    1035=== Install Virtual Box ===
    1136
    12 Download latest virtual box software from ... and go through
     37On both users, Install Virtual Box software with default settings, make sure you have enabled virtualization support from your host machine BIOS.
     38
     39Import OVA files in to Oracle virtual box from File Import Appliance
     40
     41While importing make sure to Tick reinitialize the MAC address of all your network cards.
     42
     43This should import Virtual Machines for pfsense and GUI for User A and server machines for User B
     44
     45As soon as you import vm's, change your vm network connections as follows;
     46
     47* '''User A : pfSense VM'''
     48
     49'''Adapter 1:'''[[br]]
     50     Attached to: Bridged Adapter[[br]]
     51     Name: ![[Your Physical Adapter Name]][[br]]
     52     Promiscuous Mode: Allow All[[br]]
     53     Cable Connected
     54
     55'''Adapter 2:'''[[br]]
     56     Attached to: Generic Driver[[br]]
     57     Name: UDPTunnel[[br]]
     58     Generic Properties:[[br]]
     59          dest=127.0.0.1[[br]]
     60          dport=30000[[br]]
     61          sport=20000[[br]]
     62     Cable Connected
     63
     64'''Adapter 3:'''[[br]]
     65     Attached to: Generic Driver[[br]]
     66     Name: UDPTunnel[[br]]
     67     Generic Properties:[[br]]
     68          dest=127.0.0.1[[br]]
     69          dport=30001[[br]]
     70          sport=20001[[br]]
     71     Cable Connected
     72
     73>Note down all mac addresses as we need them to decide which port connects to which network later when installing pfsense)
     74
     75
     76* '''User A : GUI VM'''
     77
     78'''Adapter 1:'''[[br]]
     79     Attached to: Generic Driver[[br]]
     80     Name: UDPTunnel[[br]]
     81     Generic Properties:[[br]]
     82          dest=127.0.0.1[[br]]
     83          dport=30002[[br]]
     84          sport=20002[[br]]
     85     Cable Connected
     86
     87* '''User B : Server VM'''
     88
     89'''Adapter 1:'''[[br]]
     90     Attached to: Generic Driver[[br]]
     91     Name: UDPTunnel[[br]]
     92     Generic Properties:[[br]]
     93          dest=![[IPv4 of UserA]][[br]]
     94          dport=30003[[br]]
     95          sport=20003[[br]]
     96     Cable Connected
     97
     98* '''User B : Monitoring Server VM'''
     99
     100'''Adapter 1:'''[[br]]
     101     Attached to: Generic Driver[[br]]
     102     Name: UDPTunnel[[br]]
     103     Generic Properties:[[br]]
     104          dest=![[IPv4 of UserA]][[br]]
     105          dport=30004[[br]]
     106          sport=20004[[br]]
     107     Cable Connected
     108
    13109
    14110=== Install GNS3 ===
     
    16112On User A host machines, download latest GNS3 from local ftp link here and go through the installation steps from [https://docs.gns3.com/11YYG4NQlPSl31YwvVvBS9RAsOLSYv0Ocy-uG2K8ytIY/index.html# here]
    17113
    18 
     114On first application load, cancel all wizards including Open Project wizard.
    19115
    20116Following settings will need to be as it is with the changes only to the specified dynamic content.