Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

VSM Express Raspberry Pi resource requirements

Item

Specification

CPU

Raspberry Pi 2 Model B or Raspberry Pi 3 Model B

Power supply

5V micro USB power supply 1.2A (1200mA)

Micro SD Card

8gb class 8 or higher

Case

Specific fully enclosed case for Raspberry Pi

Installation

Installation of the Raspberry Pi appliance is comprised of two parts:

...

Raspberry Pi SSH Credentials

Username

Password

administrator

Administrator


Raspberry Pi SSH Login


After entering the credentials you will be given the Debian command prompt:

...

Raspberry Pi Static IP Address Details

Line

Value

address

The IP address you want VSM Express to assume (in the proper range for you network).

Note: Pay attention to not use an IP already used by another device in your LAN or that can be assigned to another device by your router via DHCP

netmask

255.255.255.0

network

Same format as your IP address but usually ends in .0

Note: If for example your LAN is configured to have IP addresses in the range x.x.x.1 to x.x.x.255, you will put x.x.x.0 in the network line.

broadcast

Same format as your IP address but ends in 255

gateway

This is usually your router IP


Raspberry Pi 2 Model B Network Interfaces Example

...

Raspberry Pi 3 static IP address details

Line

Value

Interface

This defines which network interface you are setting the configuration for, eth0 = wired, wlan0 = wireless.

Static ip_address

The IP address you want VSM Express to assume (in the proper range for your network).

Note: Pay attention to not use an IP already used by another device in your LAN or that can be assigned to another device by your router via DHCP  (Make sure you leave the /24 at the end)

Static routers

This is the IP address of your default gateway

Static domain_name_servers

This is the IP address of your DNS


Once complete press ‘ctrl-X’ to exit the nano editor:

...