Changes between Version 4 and Version 5 of Cnbp2019/Agenda/LabSetup


Ignore:
Timestamp:
Jan 30, 2019, 6:15:31 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Cnbp2019/Agenda/LabSetup

    v4 v5  
    4141While importing make sure to Tick reinitialize the MAC address of all your network cards.
    4242
    43 This should import Virtual Machines for pfsense and GUI for User A and server machines for User B
     43This should import Virtual Machines for pfsense on User A and server machines + GUI on User B
    4444
    4545As soon as you import vm's, change your vm network connections as follows;
     
    7474
    7575
    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]]
     76* '''User B : GUI VM'''
     77
     78'''Adapter 1:'''[[br]]
     79     Attached to: Generic Driver[[br]]
     80     Name: UDPTunnel[[br]]
     81     Generic Properties:[[br]]
     82          dest=//![[IPv4 of UserA]]//[[br]]
    8383          dport=30002[[br]]
    8484          sport=20002[[br]]
     
    9191     Name: UDPTunnel[[br]]
    9292     Generic Properties:[[br]]
    93           dest=![[IPv4 of UserA]][[br]]
     93          dest=//![[IPv4 of UserA]]//[[br]]
    9494          dport=30003[[br]]
    9595          sport=20003[[br]]
     
    102102     Name: UDPTunnel[[br]]
    103103     Generic Properties:[[br]]
    104           dest=![[IPv4 of UserA]][[br]]
     104          dest=//![[IPv4 of UserA]]//[[br]]
    105105          dport=30004[[br]]
    106106          sport=20004[[br]]
     
    110110=== Install GNS3 ===
    111111
    112 On 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]
     112'''On __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]
    113113
    114114On first application load, cancel all wizards including Open Project wizard.
     
    120120Click '''Apply'''
    121121
    122 Select '''VPCS''' --> '''VPCS nodes''' on Left side menu and '''New''', Enter PC as Name and Click '''Finish'''
    123 
    124 Click '''Apply'''
    125 
    126122Select '''Dynamips''' --> '''IOS routers''' on Left side menu and '''New'''
    127123
    128 Click '''Apply'''
     124Click '''Apply''' and '''Ok'''
     125
     126Next go to '''File''' --> '''New blank project'''
     127
     128Name the project as '''Campus Network''' and  click '''OK'''
     129----
     130
     131On your new project click on the fifth icon on your left corner menu '''Browse All Devices'''
     132
     133Drag and drop following devices in to the design area
     134
     135* 2 x !EtherSwith Router
     136* 7 x Ethernet Switch
     137* 5 x Cloud
     138* 8 x VPCS
     139 
     140
     141Next, right click on each Clouds and define following on its configurations (Right Click --> Configure );
     142
     143* Cloud-1
     144   * Misc:
     145      * Name: LEARN-Router
     146   * Ethernet Interfaces:
     147      * Select "Ethernet" and click "Delete"
     148   * Click "Apply" and "OK"
     149   * Again Right Click --> Change Symbol
     150      * Select the symbol called "router" from Symbols Library and Click "ok"
     151* Cloud-2
     152   * Misc:
     153      * Name: pfSense-Firewall
     154   * Ethernet Interfaces:
     155      * Select "Ethernet" and click "Delete"
     156   * UDP Tunnels
     157       * Name: DMZ
     158       * Local Port: 30000
     159       * Remote host: 127.0.0.1
     160       * Remote Port: 20000
     161       * Click "Add" and create another as,
     162       * Name: LAN
     163       * Local Port: 30001
     164       * Remote host: 127.0.0.1
     165       * Remote Port: 20001
     166       * Click "Add", "Apply" and "OK"
     167   * Again Right Click --> Change Symbol
     168      * Select the symbol called "firewall" from Symbols Library and Click "ok"
     169* Cloud-3
     170   * Misc:
     171      * Name: GUI-PC
     172   * Ethernet Interfaces:
     173      * Select "Ethernet" and click "Delete"
     174   * UDP Tunnels
     175       * Name: NIC1
     176       * Local Port: 30002
     177       * Remote host: //![[IPv4 of UserB]]//
     178       * Remote Port: 20002
     179       * Click "Add", "Apply" and "OK"
     180   * Again Right Click --> Change Symbol
     181      * Select the symbol called "Computer" from Symbols Library and Click "ok"
     182* Cloud-4
     183   * Misc:
     184      * Name: Server
     185   * Ethernet Interfaces:
     186      * Select "Ethernet" and click "Delete"
     187   * UDP Tunnels
     188       * Name: NIC1
     189       * Local Port: 30003
     190       * Remote host: //![[IPv4 of UserB]]//
     191       * Remote Port: 20003
     192       * Click "Add", "Apply" and "OK"
     193   * Again Right Click --> Change Symbol
     194      * Select the symbol called "Server" from Symbols Library and Click "ok"
     195* Cloud-5
     196   * Misc:
     197      * Name: Monitoring-Server
     198   * Ethernet Interfaces:
     199      * Select "Ethernet" and click "Delete"
     200   * UDP Tunnels
     201       * Name: NIC1
     202       * Local Port: 30004
     203       * Remote host: //![[IPv4 of UserB]]//
     204       * Remote Port: 20004
     205       * Click "Add", "Apply" and "OK"
     206   * Again Right Click --> Change Symbol
     207      * Select the symbol called "Server" from Symbols Library and Click "ok"