Displaying 11 results from an estimated 11 matches for "xelerance".
Did you mean:
tolerance
2007 Apr 20
1
Redundant ldap idmap backend possible?
Hi, I have just started to turn my Linux boxes over to use winbind for
authentication and ldap based idmap backend servers (open-ldap). As far as I
understand the documentation (for version 3.0.23c) it is only possible to
specify one ldap server, mine config line looks like:
idmap backend = ldap:ldap://idmap.xelerated.com
I did try to map the idmap.xelerated.com entry in DNS to two
2016 Mar 21
3
IPSec multiple VPN setups
...isn't all that fun to work with.
> > If you have the option, ditch it and EL5 and move to a newer platform
> > (preferably EL7 with Libreswan).
> >
>
> There's an RPM spec file (though I've not used it) for building Openswan
> for EL5.
> https://github.com/xelerance/Openswan/tree/master/packaging/centos5
>
> Additionally, here's some info but I advise against the Racoon IPSec
> daemon.
>
> https://www.centos.org/docs/5/html/5.2/Deployment_Guide/sec-racoon-conf.html
> https://wiki.debian.org/IPsec
>
>
> >
> >
> > On...
2016 Mar 21
2
IPSec multiple VPN setups
...have the option, ditch it and EL5 and move to a newer platform
> >> > (preferably EL7 with Libreswan).
> >> >
> >>
> >> There's an RPM spec file (though I've not used it) for building Openswan
> >> for EL5.
> >> https://github.com/xelerance/Openswan/tree/master/packaging/centos5
> >>
> >> Additionally, here's some info but I advise against the Racoon IPSec
> >> daemon.
> >>
> >>
> https://www.centos.org/docs/5/html/5.2/Deployment_Guide/sec-racoon-conf.html
> >> https://wiki....
2005 Dec 05
1
ANNOUNCEMENT: NSD 2.3.2 released
NSD 2.3.2 is a bugfix release.
Please see the README document for configuration and installation
instructions.
You can download NSD from http://www.nlnetlabs.nl/nsd/
Note: we switched to SHA-1 for tarball digest.
2.3.2
=============
FEATURES:
- Bug #101: add support for the SPF record.
BUG FIXES:
- Bug #100: replaced non-portable use of timegm(3) with
portable
2013 Feb 01
2
Centos as l2tp/ipsec-Client
Hello,
i need to configure a centos 6.3 - server as an l2tp/ipsec-client. I
have no idea how I there previous or if this is even possible.
Where one might find appropriate instructions? Google is not very
helpful, without any idea.
Thanks cami
2016 Mar 21
0
IPSec multiple VPN setups
...EL7 has Libreswan
>
> Racoon isn't all that fun to work with.
> If you have the option, ditch it and EL5 and move to a newer platform
> (preferably EL7 with Libreswan).
>
There's an RPM spec file (though I've not used it) for building Openswan
for EL5.
https://github.com/xelerance/Openswan/tree/master/packaging/centos5
Additionally, here's some info but I advise against the Racoon IPSec daemon.
https://www.centos.org/docs/5/html/5.2/Deployment_Guide/sec-racoon-conf.html
https://wiki.debian.org/IPsec
>
>
> On Mon, Mar 21, 2016 at 1:08 PM, Eero Volotinen <ee...
2016 Mar 21
5
IPSec multiple VPN setups
I second Eero's comment, use a new IPSec daemon.
Openswan was forked and became Libreswan. Paul, now a RH employee, was a
main developer for the Openswan project before he and others created the
Libreswan fork.
https://libreswan.org/
EL6 has Openswan
EL7 has Libreswan
Racoon isn't all that fun to work with.
If you have the option, ditch it and EL5 and move to a newer platform
2016 Mar 21
0
IPSec multiple VPN setups
...ork with.
>> > If you have the option, ditch it and EL5 and move to a newer platform
>> > (preferably EL7 with Libreswan).
>> >
>>
>> There's an RPM spec file (though I've not used it) for building Openswan
>> for EL5.
>> https://github.com/xelerance/Openswan/tree/master/packaging/centos5
>>
>> Additionally, here's some info but I advise against the Racoon IPSec
>> daemon.
>>
>> https://www.centos.org/docs/5/html/5.2/Deployment_Guide/sec-racoon-conf.html
>> https://wiki.debian.org/IPsec
>>
>>...
2016 Mar 21
0
IPSec multiple VPN setups
...have the option, ditch it and EL5 and move to a newer platform
> >> > (preferably EL7 with Libreswan).
> >> >
> >>
> >> There's an RPM spec file (though I've not used it) for building Openswan
> >> for EL5.
> >> https://github.com/xelerance/Openswan/tree/master/packaging/centos5
> >>
> >> Additionally, here's some info but I advise against the Racoon IPSec
> >> daemon.
> >>
> >>
> https://www.centos.org/docs/5/html/5.2/Deployment_Guide/sec-racoon-conf.html
> >> https://wiki....
2005 Oct 12
1
build-nsdzones.pl and nsd.zones fileformat
hi,
I noticed the build-nsdzones.pl only converts the first zone of my
named.conf to nsd.zones. It also did not include either a master or
notify keyword, even though my bind configuration for that zone had an
also-notify keyword. Even not listing an also-notify line did not cause
build-nsdzones.pl to process more then one zone.
Second, I had a question about the nsd.zones format. Does the
2007 Oct 02
1
0/0 is not valid, though the man page says it is
Hi,
The man page for nsd.conf claims the following syntax is valid:
provide-xfr: 0/0 NOKEY
However, this gives the error:
/var/dnsx/nsd.zones:9: error: Bad ip4 address '0'
The following does work:
provide-xfr: 0.0.0.0/0 NOKEY
So either the code is wrong, or the man page :)
Paul