Displaying 20 results from an estimated 600 matches similar to: "CentOS-announce Digest, Vol 125, Issue 3"
2015 Jul 08
0
CEBA-2015:1212 CentOS 5 dhcpv6 BugFix Update
CentOS Errata and Bugfix Advisory 2015:1212
Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1212.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
59346288516ea2b78d52e60a4c6f57efaf5fd52e2439b31c9d1d72007479ed93 dhcpv6-1.0.10-22.el5_11.i386.rpm
2008 Jun 26
0
CEBA-2008:0526 CentOS 5 x86_64 dhcpv6 Update
CentOS Errata and Bugfix Advisory 2008:0526
Upstream details at : https://rhn.redhat.com/errata/RHBA-2008-0526.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
a07a51fbf720be8879d9ab369a42ce34 dhcpv6-1.0.10-4.el5_2.2.x86_64.rpm
7b5deae28f9ce9b0abf9b74f76617eca dhcpv6-client-1.0.10-4.el5_2.2.x86_64.rpm
2008 Oct 05
0
CEBA-2008:0647 CentOS 5 x86_64 dhcpv6 Update
CentOS Errata and Bugfix Advisory 2008:0647
Upstream details at : https://rhn.redhat.com/errata/RHBA-2008-0647.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
3296f6a38a1a2801526f1ef8a912da9a dhcpv6-1.0.10-4.el5_2.3.x86_64.rpm
e7d96a3d363c02a698544ab0186d721a dhcpv6-client-1.0.10-4.el5_2.3.x86_64.rpm
2008 Oct 06
0
CentOS-announce Digest, Vol 44, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Jun 26
0
CEBA-2008:0526 CentOS 5 i386 dhcpv6 Update
CentOS Errata and Bugfix Advisory 2008:0526
Upstream details at : https://rhn.redhat.com/errata/RHBA-2008-0526.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
33d755bb804f0b6c208e70b4c539ee36 dhcpv6-1.0.10-4.el5_2.2.i386.rpm
d79e0332fad79f3bc4a95a47e8eb2b7f dhcpv6-client-1.0.10-4.el5_2.2.i386.rpm
2008 Oct 05
0
CEBA-2008:0647 CentOS 5 i386 dhcpv6 Update
CentOS Errata and Bugfix Advisory 2008:0647
Upstream details at : https://rhn.redhat.com/errata/RHBA-2008-0647.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
4619861c990a4ad322c44cd56baaf231 dhcpv6-1.0.10-4.el5_2.3.i386.rpm
e8baa7e03eac23551d54b9e5277175d5 dhcpv6-client-1.0.10-4.el5_2.3.i386.rpm
2008 Jun 26
0
CentOS-announce Digest, Vol 40, Issue 12
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Aug 21
2
anaconda and x86_64
I'm trying to build a bugfixed anaconda package for 5.3 x84_64, but there
are some fairly basic failures, like pkg-config .pc files not being found.
When I modify the spec file accordingly, linking fails because installed
libraries are not found.
$ rpmbuild -ba anaconda.spec
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.25019
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+
2014 Oct 03
1
RE: DHCP option 93 for UEFI
Ady,
There are at least 3 ways to set up your DHCP server to
differentiate between std DHCP, BIOS PXE and UEFI PXE.
Option 93 (arch) is one way.
In ISC syntax, here's 3 ways:
1. Match on VCI
class "pxe-clients" {
match if substring (option vendor-class-identifier, 0, 9) =
"PXEClient";
set vendor-string = substring ( option vendor-class-identifier, 0, 9);
2020 Jun 06
0
How to disable dhcpv6-client on Centos 8
Am 06.06.20 um 14:55 schrieb Jay Hart:
> Machine is an internal server with zero need to provide or receive ip addresses using dhcp (all
> IPs are hard coded).
>
> Question: how do I disable dhcpv6-client on this box?
>
> [user at boxname user]# firewall-cmd --list-all
> public (active)
> target: default
> icmp-block-inversion: no
> interfaces: enp2s0
>
2014 Oct 02
0
DHCP option 93 for UEFI
This is slightly off-topic for the Syslinux mailing list, but I think
it is still pertinent and it might be helpful anyway.
I am confused about some conflicting information regarding DHCP
option
93, Architecture Type.
The UEFI specification v.2.4 Errata B, Table 179, "PXE Tag
Definitions
for EFI", makes reference to a table in:
2020 Apr 28
0
Diagnosing IPv6 routing
Once upon a time, Kenneth Porter <shiva at sewingwitch.com> said:
> I just got 50 Mbps symmetric fiber from AT&T and it includes a /56
> of IPv6 addresses, replacing a much slower ADSL line. I never tried
> to get IPv6 working on the old connection. I'm using CentOS 7 as a
> gateway and it's worked great for several versions for IPv4.
>
> I'm not seeing any
2020 Jun 06
2
How to disable dhcpv6-client on Centos 8
Machine is an internal server with zero need to provide or receive ip addresses using dhcp (all
IPs are hard coded).
Question: how do I disable dhcpv6-client on this box?
[user at boxname user]# firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: enp2s0
sources:
services: cockpit dhcpv6-client http https ssh
ports:
protocols:
masquerade:
2018 Apr 08
1
DHCPv6 prefix delegation
Is there an DHCPv6 client in CentOS that supports prefix delegation
correctly? The old version of dhclient can't set a requested prefix
delegation length, so isn't very useful, and I can't get the even-older
wide-dhcpv6 from EPEL to work.
--
Chris Adams <linux at cmadams.net>
2015 Feb 25
2
Disable DHCPv6 on Cent7
So, I'm seeing a bunch of DHCPv6 traffic coming from my CentOS7
machines. Basically, the machines are trying to send router
solicitations, the packets are blocked at their egress firewalls, and
I get to see the logs.
I don't wish to disable IPv6. I don't wish to statically configure
IPv6 at this time. I wish to have the machines no longer attempting to
send router solicitations as
2015 Feb 25
0
Disable DHCPv6 on Cent7
On Wed, Feb 25, 2015 at 10:27 AM, Michael Mol <mikemol at gmail.com> wrote:
> So, I'm seeing a bunch of DHCPv6 traffic coming from my CentOS7
> machines. Basically, the machines are trying to send router
> solicitations, the packets are blocked at their egress firewalls, and
> I get to see the logs.
>
> I don't wish to disable IPv6. I don't wish to statically
2015 Aug 27
2
Samba AD firewalld services
On 08/27/2015 03:29 AM, Rowland Penny wrote:
> On 27/08/15 05:20, Robert Moskowitz wrote:
>> Now with firewalld, opening up ports is now 'better' done by opening
>> services. So what do I need, for starters it seems:
>>
>> dns, dhcp, dhcpv6, samba, kerberos
>>
>> Here is the list of services:
>>
>> RH-Satellite-6 amanda-client bacula
2017 Jan 29
4
firewalld
Still un-resolved. Could be wrong but I think its firewalld preventing me
from accessing mail with roundcube.
I'm getting Connection to storage server failed.
>From roundcubemail log:
[29-Jan-2017 16:45:05 -0500]: <4r5ccifn> IMAP Error: Login failed for tdukes
from 192.168.1.102. AUTHENTICATE PLAIN: * BYE Internal error occurred. Refer
to server log for more information. in
2015 Aug 27
0
Samba AD firewalld services
On 27/08/15 05:20, Robert Moskowitz wrote:
> Now with firewalld, opening up ports is now 'better' done by opening
> services. So what do I need, for starters it seems:
>
> dns, dhcp, dhcpv6, samba, kerberos
>
> Here is the list of services:
>
> RH-Satellite-6 amanda-client bacula bacula-client dhcp dhcpv6
> dhcpv6-client dns
> ftp high-availability http
2015 Aug 27
0
Samba AD firewalld services
On 27/08/15 10:56, Robert Moskowitz wrote:
>
>
> On 08/27/2015 03:29 AM, Rowland Penny wrote:
>> On 27/08/15 05:20, Robert Moskowitz wrote:
>>> Now with firewalld, opening up ports is now 'better' done by opening
>>> services. So what do I need, for starters it seems:
>>>
>>> dns, dhcp, dhcpv6, samba, kerberos
>>>
>>>