Configuration
The Quadra Video Server (QVS) can come with Ubuntu and Bitstreams Edge Software preinstalled. These instructions can be used to change the IP address
Login Credentials
It is recommended to change the default password to match the companies password requirements.
| Username | Password | |
|---|---|---|
| Bitstreams Edge UI | [email protected] | 123456 |
| Quadra Video Server | nvme | AsicSmartVPU |
Updating IP Address
DHCP is support but not recommended, because if/when the address changes a script needs to be run to update the software.
-
SSH into the server, the default IP address is
192.168.1.23ssh nvme@<ip address> -
Edit the netplan file for the desired IP address. For more information see Netplan Examples.
sudo nano /etc/netplan/01-network-manager-all.yamlWhen completed press
CTL + xand pressEnter. -
Apply the changes to update the IP address configurations.
sudo netplan apply -
Verify the new IP address.
ip aIn the below example the IP address was changed to
10.0.129.601: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00inet 127.0.0.1/8 scope host lovalid_lft forever preferred_lft foreverinet6 ::1/128 scope hostvalid_lft forever preferred_lft forever2: eno1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000link/ether 7c:c2:55:88:11:bc brd ff:ff:ff:ff:ff:ffinet 10.0.129.60/22 brd 10.0.131.255 scope global eno1valid_lft forever preferred_lft foreverinet6 fe80::7ec2:55ff:fe88:11bc/64 scope linkvalid_lft forever preferred_lft forever3: eno2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000link/ether 7c:c2:55:88:11:bd brd ff:ff:ff:ff:ff:ff4: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group defaultlink/ether 02:42:f2:6c:31:16 brd ff:ff:ff:ff:ff:ffinet 172.17.0.1/16 brd 172.17.255.255 scope global docker0valid_lft forever preferred_lft forever -
Navigate to the Bitstreams Edge directory for the currently running release.
cd ~/Bitstreams_Edge_vX.Y.Z_x86 -
Run the installer script with the new IP address.
Adding-yto the command will automatically accept the detault answers to any questions.edge_quick_install.py <new_ip_address> http