Changes between Version 2 and Version 3 of netmon2017vmconfig


Ignore:
Timestamp:
Nov 16, 2017, 8:14:36 AM (7 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • netmon2017vmconfig

    v2 v3  
    3737 - Click '''ok'''
    3838
    39 == Create the Additional VMs ==
     39== Create the Second VM ==
    4040
    4141For the next two days of the workshop you will need another linux box. Instead of Installing OS we can clone your VM and create a new VM.
     
    6868{{{
    6969iface enp0s3 inet static
    70  address 192.168.56.2
    71  netmask 255.255.255.0
    72  network 192.168.56.0
    73  broadcast 192.168.56.255
    74  gateway 192.168.56.1
     70 address 192.168.1.1
     71 netmask 255.255.255.0
     72 network 192.168.1.0
     73 broadcast 192.168.1.255
     74 gateway 192.168.56.254
    7575 dns-nameservers 192.248.1.161
    7676}}}
     
    119119==== LibreNMS VM ====
    120120
    121  - Select the '''NetMon''' VM from left panel on Virtual box, right click '''Start''' and wait till the VM starts
     121 - Select the '''LibreNMS''' VM from left panel on Virtual box, right click '''Start''' and wait till the VM starts
    122122 - login to the machine using the following user credentials
    123123{{{
     
    132132{{{
    133133iface enp0s3 inet static
    134  address 192.168.56.2
    135  netmask 255.255.255.0
    136  network 192.168.56.0
    137  broadcast 192.168.56.255
    138  gateway 192.168.56.1
     134 address 192.168.1.1
     135 netmask 255.255.255.0
     136 network 192.168.1.0
     137 broadcast 192.168.1.255
     138 gateway 192.168.1.254
    139139 dns-nameservers 192.248.1.161
    140140}}}