Network Settings
These instructions apply to an Ubuntu system. For different Linux distributions, the process to change the IP address may differ.
warning
DHCP is supported but not recommended, because if the address changes Bitstreams may not operate as expected. For example encoding sessions may stop and have issues restarting.
Updating IP Address
- 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.
When completed presssudo nano /etc/netplan/01-network-manager-all.yaml
CTL + xand pressEnter. - Apply the changes to update the IP address configurations.
sudo netplan apply
- Verify the new IP address.
In the below example the IP address was changed toip a
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