Hello!
I’ve just installed Fedora Workstation 37 as the VMware virtual machine named enthost
. I use the VMware internal network 10.15.2.0/24
and I’m going to manually set the machine’s IP address as 10.15.2.2
. There’re no DHCP or DNS servers. Also I’m going to change the interface name int0
instead of ens160
.
But I don’t know how to do these actions through the terminal.
I’ve tried to use nmcli
, but without any result…
Then I’ve found the file /etc/NetworkManager/system-connections/ens160.nmconnection
and change some text in
[connection]
id=ens160
uuid=112506f6-592e-4b82-a567-1302e46d899b
type=ethernet
autoconnect=false
interface-name=int0
timestamp=1671538117
[ethernet]
mac-address=00:0C:29:09:51:FE
[ipv4]
address1=10.15.2.2/24,10.15.2.1
method=manual
[ipv6]
addr-gen-mode=default
method=disabled
[proxy]
NetworkManager has been restarted successfully, but there’re no changes.
Then I went to the /etc/systemd/network/
directory to find my interface, but it was empty…
[root@enthost network]# ll
total 0
So, could you help me to configure net options in Fedora 37 via the terminal?