Please provide the following info (check/uncheck the boxes after creating this topic): Software Version
DRIVE OS Linux 5.2.6
[V] DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
Now I want to make this setting permanent, to last after a reboot.
I tried creating a new file:
sudo gedit /etc/network/interfaces.d/interfaces
# My new file
iface enp4s0 inet static
address 172.23.37.10
netmask 255.255.255.0
Saving and then rebooting, but then when I run “ifconfig” I see that the IP
and mask are not set at all.
Here is the ifconfig printout. ifconfig log.txt (2.1 KB)
I changed the file /etc/network/interfaces t the following content:
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d
# Content my settings
auto enp4s0
iface enp4s0 inet static
address 172.23.37.10
netmask 255.255.255.0
When I started using DHCP to automatically assign IP addresses to computers and devices in our house, I could change the subnet mask for all of them using the administration interface of my router. I found this out when I wanted to change the IP address on Android by visiting How to Change the IP Address on Your Android Device before doing so. I use the web browser on my computer to access the router’s web interface. To do this, I must go to the router’s address and log in with my account and password. On most routers, this is 192.168.0.1 or 192.168.1.1, but they can vary.