Displaying 20 results from an estimated 2000 matches similar to: "enp0s25 disconnect"
2020 Nov 04
0
enp0s25 disconnect
On Tue, 3 Nov 2020, Michael Hennebry wrote:
> I tried to boot a Centos 8.2 install CD,
> one burned with Centos-8-2-2004-x86_64-boot .
>
> In the setup, it persisted in telling me
> that ethernet thing enp0s25 was disconnected.
> Nyet.
> 'Twas working several seconds previous and is working now.
> This is a showstopper.
> How do I debug it?
I had the same thing
2019 Jan 21
3
how to activate the network after an installation
Hallo,
I can t find the switch to activate the network after an installation
without gui.
service network start doesn t work and I don t find any other commands.
Thanks for a hint.
Ralf
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.
2017 Jan 13
2
Reliable way of having both LAN and WIFI on headless box
On Fri, Jan 13, 2017 at 12:33 PM, Gary Stainburn <gary at ringways.co.uk>
wrote:
>
>
> Also, it was suggested that I use nmcli in a cronjob to re-activate it if
> it
> drops. I can check to see if it's still active by 'grep'ing the IP
> address,
> but I don't know the nmcli to re-activate an existing WIFI connection.
>
> Can anyone help here too,
2016 Jul 07
2
NetworkManger creates extra bonds; is this a bug?
Hi All,
I see an unexpected beahviour from NetworkManager on CentOS 7.1.
Using nmcli tool, I create a bond with two slaves as explained in the Red
Hat 7.1 Networking guide. I enable slaves and master; bond works as
expected.
When I restart NetworkManager, it creates a new bond with the same name but
not connected to any device. Two bonds with the same name is confusing for
my other monitoring
2015 Nov 06
4
firewalld being stupid
Greetings,
One of my biggest frustrations with CentOS 7 has been firewalld.
Essentially all of the documentation just flat doesn't work.
One common thing that needs to be done is to change the zone of an
interface, however I've tried:
firewall-cmd --permanent --zone=internal --change-interface=ens192
firewall-cmd --permanent --zone=internal --add-interface=ens192
I've also tried
2017 Jan 18
2
Reliable way of having both LAN and WIFI on headless box
You could say the same thing about computers in general:
I hate them, they automated many tasks in life and took many jobs out of the
market!.
Eliezer
----
Eliezer Croitoru
Linux System Administrator
Mobile: +972-5-28704261
Email: eliezer at ngtech.co.il
-----Original Message-----
From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Gary Stainburn
Sent: Monday, January 16, 2017
2016 Jul 07
2
NetworkManger creates extra bonds; is this a bug?
On 07/07/16 05:36 PM, Digimer wrote:
> On 07/07/16 05:21 PM, Joe Smithian wrote:
>> Hi All,
>>
>> I see an unexpected beahviour from NetworkManager on CentOS 7.1.
>> Using nmcli tool, I create a bond with two slaves as explained in the Red
>> Hat 7.1 Networking guide. I enable slaves and master; bond works as
>> expected.
>> When I restart
2017 Jan 09
4
Reliable way of having both LAN and WIFI on headless box
Once again I am building a headless Centos 7 box that needs to reliably be on
both the LAN and WIFI network at all times. Amongst other things it's going
to be an AirPrint bridge enabling IPads to print to printers on a different
VLAN.
I have asked about this before and got a solution working using nmtui to set
up both the LAN and WIFI interface, and activate them. However, the WIFI
2020 Sep 22
2
nmcli: unwanted secondary ip-address
Dear Simon,
every second IP-address is unwanted. We restarted? eno4:
nmcli con down eno4; nmcli con up eno4
and the second address vanishes. Then after a few ours, the second ip
address reappears.
This is the config-file of eno2:
# cat ifcfg-eno2
TYPE=Ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
2020 Oct 26
2
Network Manager - rotate connection profile
I wasn't sure what to call this in the subject line, but here's my issue.
I have an occasional need to switch a few computers from one Internet provider to a different one. Both Internet providers feed into the same network, one at 192.168.0.1 and the other at 192.168.0.254.
So to change from one provider to the other I run nmtui to change the gateway and dns server addresses, then
2020 Sep 22
2
nmcli: unwanted secondary ip-address
Dear Simon,
> And can you diff the config of eno1 and eno4.
# pwd
/etc/sysconfig/network-scripts
# diff -u ifcfg-eno1 ifcfg-eno4
--- ifcfg-eno1??? 2020-09-21 17:23:25.576672703 +0200
+++ ifcfg-eno4??? 2020-09-22 07:18:43.160532532 +0200
@@ -3,15 +3,20 @@
?BROWSER_ONLY=no
?BOOTPROTO=none
?DEFROUTE=no
-IPV4_FAILURE_FATAL=yes
-IPV6INIT=no
-IPV6_AUTOCONF=no
+IPV4_FAILURE_FATAL=no
2021 Dec 08
3
Qemu - enabling "bridge mode" for primary physical interface for VMs
Once upon a time, Lists <lists at benjamindsmith.com> said:
> I understand that it's possible to allow the 4 VM guest systems to each have a
> "direct" fixed IP address and access the addresses \via the host network
> adapter, while the host retains its fixed IP.
If you are running NetworkManager (the default), it's not too hard.
Here's an example
2015 Jun 09
3
NetworkManager / wireless on latest Centos7 installs
Hello All,
on the latest installs I've done, on 2 different types of Latitude laptops, with 3 different wireless cars, of Centos7 and Mate desktop,
it looks to me like NetworkManager is nog managing wireless.
When clicking the nm icon in the top right corner, I'm not seeing access points.
Wifi seems enabled
[root at localhost ~]# nmcli g
STATE CONNECTIVITY WIFI-HW WIFI WWAN-HW
2020 Sep 22
4
nmcli: unwanted secondary ip-address
Dear CentOS-Community,
we are facing the following issue:
A secondary ip address seems to be automatically added to a nic which
causes several issues in our setup.
This server is equipped with four nics which are currently in use:
# nmcli con show
NAME????? UUID????????????????????????????????? TYPE????? DEVICE
eno2????? cb6fcb54-be52-4ab6-8324-88091a0ea1a0? ethernet? eno2
eno4?????
2021 Dec 08
2
Qemu - enabling "bridge mode" for primary physical interface for VMs
I have a physical host with a single physical network adapter. I want to host
several VMs on host. (guest1 - guest4) The guest systems are accessible via
192.168.122.* as is the default with qemu/virsh.
There are 4 IP addresses being routed to the primary interface on host. I can
set up an alias for the NIC and "see" these ip addresses.
I understand that it's possible to allow
2015 May 19
1
Turning off wifi in CentOS 7
On 5/19/2015 10:54 AM, m.roth at 5-cent.us wrote:
> And that one drives me nuts. It breaks PXE boot kickstart builds. Maybe
> *you* have all same model systems from the same manufacturer; we've got
> boxen from...<thinking> at least five or six manufacturers, of varying
> ages, from the 10+ yr old Altix 3000 from SGI, to the current one from
> SGI, to my 5 yr old Dell
2019 Oct 03
1
CentOS 8 network-scripts
On Thu, 3 Oct 2019, Jerry Geis wrote:
>>> systemctl status network
>
>
> AT BOOT:
> ? network.service - LSB: Bring up/down networking
> Loaded: loaded (/etc/rc.d/init.d/network; generated)
> Active: inactive (dead)
> Docs: man:systemd-sysv-generator(8)
>
> After: service network restart
> ? network.service - LSB: Bring up/down networking
>
2020 Sep 24
1
nmcli: unwanted secondary ip-address
Dear Mark,
thanks for the additional hints.
On 22/09/2020 17:26, Mark Milhollan wrote:
> On Tue, 22 Sep 2020, Felix K?lzow wrote:
>
>> A secondary ip address seems to be automatically added to a nic which
>> causes several issues in our setup.
>
>> # nmcli con show
>> NAME????? UUID????????????????????????????????? TYPE????? DEVICE
>> eno4?????
2019 Dec 03
2
midco stealling searches, was browsers slowing Centos 7 installation to a crawl
On Tue, Dec 03, 2019 at 02:03:10PM -0600, Michael Hennebry wrote:
> 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