Displaying 3 results from an estimated 3 matches for "e4c3a05e".
2019 Dec 03
2
midco stealling searches, was browsers slowing Centos 7 installation to a crawl
On Tue, Dec 03, 2019 at 01:17:53PM -0600, Michael Hennebry wrote:
> I only have ifcfg-lo , which I am pretty sure is the loopback interface.
> As expected, other files suggest eth0 is my ethernet connection.
> Should I add a one-line ifcfg-eth0 file?
If you are using ethernet (and not a wireless device or some other
internet connectivity) you should have an ifcfg- file for the
interface.
2019 Dec 03
0
midco stealling searches, was browsers slowing Centos 7 installation to a crawl
...work.  ...
I'm using the default I got when I installed centos 7.
Was not aware of any alternatives.
> ... Run 'nmcli con' to get a list of your network
[root at localhost ~]# nmcli con
NAME                UUID                                  TYPE      DEVICE 
Wired connection 1  e4c3a05e-5f33-3ae8-af71-31b70ecf040b  ethernet  enp0s25 
[root at localhost ~]#
> connections, and then run 'nmcli con edit "Connection Name"' (replace
> "Connection Name" with the name of your ethernet connection).  You can
> then set ipv4.ignore-auto-dns to 'yes...
2019 Dec 03
2
midco stealling searches, was browsers slowing Centos 7 installation to a crawl
...ult I got when I installed centos 7.
> Was not aware of any alternatives.
> 
> > ... Run 'nmcli con' to get a list of your network
> 
> [root at localhost ~]# nmcli con
> NAME                UUID                                  TYPE      DEVICE
> Wired connection 1  e4c3a05e-5f33-3ae8-af71-31b70ecf040b  ethernet  enp0s25
Your connection's name is "Wired connection 1".  The device name is
enp0s25. 
> [root at localhost ~]#
> 
> > connections, and then run 'nmcli con edit "Connection Name"' (replace
> > "Connectio...