Displaying 20 results from an estimated 53 matches for "enp0s25".
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.
2020 Nov 03
3
enp0s25 disconnect
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?
Also, whatever else it did,
I now have environment variable
HOSTNAME=2001-48F8-3004-2CE-1AE9-F1BF-8759-FF4C-dynamic.midco.net .
It shows up on my terminal window headers...
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 happen in a VM. My interface was ens192, and this
worked:
# ==== %< ====
# get status of all network devices
nmcli device s...
2017 Mar 08
2
From Networkmanager to self managed configuration files
...y're not going to be hotspotting on wireless
>> networks, the cable goes in, the server enters production and that's it!
>
> By 3-4 line script, I assume you mean the content of all the files in
> /etc/sysconfig/network-scripts that aren't your ifcfg files?
>
ifconfig enp0s25 192.168.0.1 netmask 255.255.255.0
route add default gw 192.168.0.254 enp0s25
echo nameserver 8.8.8.8 > /etc/resolv.conf
echo nameserver 8.8.4.4 >> /etc/resolv.conf
--
Regards,
Giles Coochey
+44 (0) 7584 634 135
+44 (0) 1803 529 451
giles at coochey.net
2019 Dec 03
0
midco stealling searches, was browsers slowing Centos 7 installation to a crawl
.... Look at the output of 'ip link' to see all the interfaces
> you have configured.
[root at localhost ~]# ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp0s25: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
link/ether 00:23:7d:4d:98:89 brd ff:ff:ff:ff:ff:ff
[root at localhost ~]#
>> Currently I have
>> # Generated by NetworkManager
>> # search midcoip.net
>> na...
2019 Dec 03
2
midco stealling searches, was browsers slowing Centos 7 installation to a crawl
...t 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
> > "Connection Name" with the name of your ethernet con...
2017 Mar 08
10
From Networkmanager to self managed configuration files
On 08/03/17 10:38, John Hodrien wrote:
> On Wed, 8 Mar 2017, Giles Coochey wrote:
>
>> ifconfig enp0s25 192.168.0.1 netmask 255.255.255.0
>> route add default gw 192.168.0.254 enp0s25
>> echo nameserver 8.8.8.8 > /etc/resolv.conf
>> echo nameserver 8.8.4.4 >> /etc/resolv.conf
>
> Oh okay, you really do want to back away from Redhat entirely. That's
> entirely y...
2019 Jun 28
2
UDP broadcasts vs. nat Masquerading issue
...This could also be related somewhat to
https://www.redhat.com/archives/libvir-list/2013-September/msg01311.html
but I suppose it is not exactly that thing.
I've already figured the source of trouble is anyway related to these
rules added:
-A POSTROUTING -o br0 -j MASQUERADE
-A POSTROUTING -o enp0s25 -j MASQUERADE
-A POSTROUTING -o virbr2_nic -j MASQUERADE
-A POSTROUTING -o vnet0 -j MASQUERADE
Here, virbr2_nic and vnet0 are used by libvirt for arranging network
configurations for VMs, ok. However, br0 is a main interface of this
host with primary ip address, with enp0s25 being a physical nic...
2018 Dec 21
1
ERROR: failed to setup guest info
...the upgrade to 4.9.2, smbd wouldn't
start.
I use Arch Linux. The command that starts samba on the systemd service
is this:
/usr/bin/smbd --foreground --no-process-group
These are my configuration file's [global] parameters:
bind interfaces only = Yes
domain master = No
interfaces = enp0s25 lo
local master = No
log file = /var/log/samba/%m.log
map to guest = Bad User
max log size = 50
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*
passwd program = /usr/bin/passwd %u
preferred master = No
security...
2017 Mar 08
2
From Networkmanager to self managed configuration files
On 03/08/2017 07:39 AM, John Hodrien wrote:
> On Wed, 8 Mar 2017, Steve Clark wrote:
>
>> Yes it is really hard!
>>
>> ip address add 192.168.0.1/24 dev enp0s25
>> ip route add default via 192.168.0.254 dev enp0s25
>> echo nameserver 8.8.8.8 > /etc/resolv.conf
>> echo nameserver 8.8.4.4 >> /etc/resolv.conf
> This is still a deliberately trivial case, as already said, with no
> teaming/bonding/vlan type fun in the mix.
Let u...
2019 Jul 05
1
Re: UDP broadcasts vs. nat Masquerading issue
Hi Daniel and Laine,
[...]
>> -A POSTROUTING -o br0 -j MASQUERADE
>> -A POSTROUTING -o enp0s25 -j MASQUERADE
>> -A POSTROUTING -o virbr2_nic -j MASQUERADE
>> -A POSTROUTING -o vnet0 -j MASQUERADE
>
> *None* of those rules were added by libvirt (unless your build of
[...]
> You can verify my "counter-claim" by running "virsh net-destroy" for all
> o...
2019 Feb 19
1
Migrating to Samba 4.9.4 AD, kinit administrator -> kinit: Cannot contact any KDC for realm...
...I'm also running a virtual machine on this box. Could that influence?
> Rowland
>
original smb.conf (excluding the shares):
[global]
workgroup = BHUBFAB
server string = Server
netbios name = SIMBA
domain logons = Yes
domain master = Yes
# interfaces = lo enp0s25 br0 enp1s0
interfaces = lo enp0s25
hosts allow = 127., 192.168.192., 192.168.194., 192.168.190.,
10.44.8., 10.44.9.
follow symlinks = yes
wide links = yes
unix extensions = no
ntlm auth = yes # this for workaround for recent Win 10
update prevents logon...
2015 Jun 09
3
NetworkManager / wireless on latest Centos7 installs
...g 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 WWAN
connected full enabled enabled enabled enabled
but unmanaged
[root at localhost ~]# nmcli d
DEVICE TYPE STATE CONNECTION
enp0s25 ethernet connected enp0s25
lo loopback unmanaged --
wlp12s0 wifi unmanaged --
I always start from a minimal install.
Then I install X Window packages, and Mate
The only difference I can think of, is that I now installed from Centos7.1 minimal install media, and before from Centos7 DVD.
But...
2015 Apr 09
3
After Update Member Server not working
...re. Its smb.conf:
[global]
netbios name = SERVERNAME
workgroup = DOMAIN
security = ADS
realm = DOMAIN.EXAMPLE.COM
dedicated keytab file = /etc/krb5.keytab
kerberos method = secrets and keytab
log level = 10 winbind:2
bind interfaces only = yes
interfaces = lo enp0s25
username map = /etc/samba/user.map
idmap config *:backend = tdb
idmap config *:range = 2000-8999
idmap config DOMAIN:backend = ad
idmap config DOMAIN:schema_mode = rfc2307
idmap config DOMAIN:range = 10000-99999
winbind nss info = rfc2307
winbind trusted domains o...
2019 Jul 04
0
Re: UDP broadcasts vs. nat Masquerading issue
...gt; https://www.redhat.com/archives/libvir-list/2013-September/msg01311.html
> but I suppose it is not exactly that thing.
>
> I've already figured the source of trouble is anyway related to these
> rules added:
>
> -A POSTROUTING -o br0 -j MASQUERADE
> -A POSTROUTING -o enp0s25 -j MASQUERADE
> -A POSTROUTING -o virbr2_nic -j MASQUERADE
> -A POSTROUTING -o vnet0 -j MASQUERADE
*None* of those rules were added by libvirt (unless your build of
libvirt, in addition to being ancient, has also been heavily hacked by a
third party with downstream-only patches, although I...
2015 Apr 09
2
After Update Member Server not working
...ing 5 min.
>>
>> check the resolv.conf file.
>>
>> check your keytab file rights
>>
>> try to init.
>> kinit administrator
>> klist -e
>>
>> klist -k /etc/krb5.keytab -e
>>
>> and you can try to change:
>> interfaces = lo enp0s25
>> to
>> interfaces = lo ipnumber
>>
>> I stoppped using the interface name because of bug in
>detecting the names. ( ubuntu mostly )
>>
>>
>> Louis
>>
>>
>>
>>> -----Oorspronkelijk bericht-----
>>> Van: lists at kiun...
2017 Mar 08
0
From Networkmanager to self managed configuration files
On Wed, 8 Mar 2017, Giles Coochey wrote:
> ifconfig enp0s25 192.168.0.1 netmask 255.255.255.0
> route add default gw 192.168.0.254 enp0s25
> echo nameserver 8.8.8.8 > /etc/resolv.conf
> echo nameserver 8.8.4.4 >> /etc/resolv.conf
Oh okay, you really do want to back away from Redhat entirely. That's
entirely your choice.
What you end...
2017 Mar 08
0
From Networkmanager to self managed configuration files
...it's
> up to you to maintain the niche, or you find yourself using obsolete tools
> like ifconfig and route.
>
> I'd argue there's a gulf between keeping things simple and doing things your
> own way.
>
> jh
Yes it is really hard!
ip address add 192.168.0.1/24 dev enp0s25
ip route add default via 192.168.0.254 dev enp0s25
echo nameserver 8.8.8.8 > /etc/resolv.conf
echo nameserver 8.8.4.4 >> /etc/resolv.conf
--
Stephen Clark
*NetWolves Managed Services, LLC.*
Director of Technology
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve.clark at netwolves.co...
2017 Mar 08
0
From Networkmanager to self managed configuration files
On 03/08/2017 05:43 AM, Giles Coochey wrote:
>
>
> On 08/03/17 10:38, John Hodrien wrote:
>> On Wed, 8 Mar 2017, Giles Coochey wrote:
>>
>>> ifconfig enp0s25 192.168.0.1 netmask 255.255.255.0
>>> route add default gw 192.168.0.254 enp0s25
>>> echo nameserver 8.8.8.8 > /etc/resolv.conf
>>> echo nameserver 8.8.4.4 >> /etc/resolv.conf
>>
>> Oh okay, you really do want to back away from Redhat entirely. That...
2016 Mar 29
2
Network bond - one port goes down from time to time
...re any chance to set some sort of higher debug level for that
>> nic/kernel/whatever to get some server os side feedback why the port
>> goes down?
>>
>> Regards and thanks for any hint! . G?tz
>
> If you are seeing NIC Link is Down as in:
> [710442.668059] e1000e: enp0s25 NIC Link is Down
> then the NIC lost its link and bond is just protecting you as you
> probably didn't have any downtime due to that. IOW bonding is not the
> issue.
>
> Which NIC do you have on those servers?
The mainbord is a supermicro X10DRI-T with Intel X540 Dual port 10G...