Changes between Version 2 and Version 3 of netmon2017vmconfig
- Timestamp:
- Nov 16, 2017, 8:14:36 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
netmon2017vmconfig
v2 v3 37 37 - Click '''ok''' 38 38 39 == Create the Additional VMs==39 == Create the Second VM == 40 40 41 41 For 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. … … 68 68 {{{ 69 69 iface enp0s3 inet static 70 address 192.168. 56.271 netmask 255.255.255.0 72 network 192.168. 56.073 broadcast 192.168. 56.25574 gateway 192.168.56. 170 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 75 75 dns-nameservers 192.248.1.161 76 76 }}} … … 119 119 ==== LibreNMS VM ==== 120 120 121 - Select the ''' NetMon''' VM from left panel on Virtual box, right click '''Start''' and wait till the VM starts121 - Select the '''LibreNMS''' VM from left panel on Virtual box, right click '''Start''' and wait till the VM starts 122 122 - login to the machine using the following user credentials 123 123 {{{ … … 132 132 {{{ 133 133 iface enp0s3 inet static 134 address 192.168. 56.2135 netmask 255.255.255.0 136 network 192.168. 56.0137 broadcast 192.168. 56.255138 gateway 192.168. 56.1134 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 139 139 dns-nameservers 192.248.1.161 140 140 }}}