Displaying 20 results from an estimated 10000 matches similar to: "CentOS as VPN Gateway?"
2008 Mar 29
2
Big devices and missing space
Hello,
I have a Promise EX 12-port RAID controller in my box, connected to 8
750GB disks. I have set up 2 RAID-5 devices and joined these using LVM.
This is working fine.
However, there is something that seems wrong..
(4-1) * 750 = 2250, but df reports the LVM volume as a mere 4.0T;
/dev/mapper/storage_volume-stor 4.0T 3.6T 507G 88% /storage
Shouldn't this be 4.5TB?
Relevant bit of
2008 Aug 18
2
[Request] mod_auth_ntlm_winbind
http://adldap.sourceforge.net/wiki/doku.php?id=mod_auth_ntlm_winbind
I have built an rpm for my own use, by grabbing the source files from
sambas' web interface to cvs.
It would be real neat to have it packaged and available through yum.
--
Cheers, Morten
:wq
2008 May 03
1
XFS at install time
Why won't the installer let me choose XFS for my partitions?
--
Cheers, Morten
:wq
2008 Mar 26
3
A few questions regarding CentOS (5.0)
Hello list,
I'm a former Trustix User (were active in that community since the very
first betas), and now that my dear distro is dead, I'm looking to make a
switch..
Several people recommended CentOS, so I decided to give it a spin..
I installed one new server with 5.0 a few months back, and I do have a
couple of questions..
- Why does the screen flicker on and off several times
2007 Feb 11
2
No /dev/net/tun in dom0
I have a dom0 with Debian Etch, created with Xen-tools, that I want to
use as a OpenVPN-server.
I cannot start the openvpn-deamon, it cannot open the TUN/TAP dev
/dev/net/tun
The dom0 does not have a directory /dev/net and if I create it, it is
away after the next reboot.
Can I get a staying /dev/net/tun in the dom0 ?
--
Morten Christensen
_______________________________________________
2008 Aug 08
1
MRTG Problem - no traffic recorded
Hi all,
I've just recently replaced my old firewall with a new one, running
CentOS 5..
Yesterday, I decided to get MRTG up and running again, so I entered
sections like this into the mrtg.conf file:
Title[vlan10]: Bandwidth usage on tenchi.4th-age.com (Internet)
PageTop[vlan10]: <H1>Traffic stats on VLAN 10 (Internet)</H1>
Target[vlan10]: `ifconfig vlan10 |
/usr/bin/awk
2008 Aug 08
1
Package request: php, pear: spreadsheet::excel::writer
Hello,
I am currently using this PEAR package to generate .xls documents in PHP;
http://pear.php.net/package/Spreadsheet_Excel_Writer
It would be very much appreciated if someone could add it to the
repository, as it is always to prefer rpm packages over manually
installed ones.
--
Cheers,
Morten
2004 Sep 01
11
IPSEC VPN clients on local network
I have problems connecting IPSEC VPN clients on the masqueraded network
to outside VPN servers.
It looks like this:
ipsec-user
| 192.168.1.10 (DHCP assigned)
|
| 192.168.1.1
fw-1 (shorewall, Linux 2.6)
| 20.20.20.20
(internet)
| 30.30.30.30
fw-2 (IPSEC VPN endpoint)
| 192.168.100.1
|
| 192.168.100.2
server
ipsec-user (a road warrior) is supposed to create an IPSEC tunnel to his
home
2008 Jun 07
1
EVMS?
EVMS Enterprise Volume Management System sounds interesting,
looks like it supported CentOS4, but not CentOS5.
But maybe I'm not looking in the right places.
--
Drew Einhorn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20080607/a5de7c79/attachment-0002.html>
2007 May 02
13
RSpec 0.8.2 pain, missing spec/rails?
Hi. I''m upgrading a project from an 0.8.0 pre-release gem to 0.8.2.
I''ve installed the 0.8.2 gem, and the rspec_on_rails 0.8.2 plugin:
ruby script/plugin install
svn://rubyforge.org/var/svn/rspec/tags/REL_0_8_2/rspec
When I try to run my specs though, I get the below error. It''s as if the
spec_helper cannot find "spec/rails". I''ve noticed that
2024 Nov 23
1
[PATCH] sshsig: check hashalg before selecting the RSA signature algorithm
There is no hash algorithm associated with SSH keys. The key format for RSA keys is always ?ssh-rsa?, and it is capable of being used with any of the available signature algorithms (ssh-rsa for SHA-1 and rsa-sha2-256 or rsa-sha2-512 for SHA-2).
See section 3 in https://www.rfc-editor.org/rfc/rfc8332:
rsa-sha2-256 RECOMMENDED sign Raw RSA key
rsa-sha2-512 OPTIONAL
2016 Feb 05
2
MCJit Runtine Performance
Hi Lang,
> MCJIT does not compile lazily (though it sounds like that's not an
issue here?)
That is not an issue here since the code JIT's once (a few secs) and
then run the generated machine code for hours.
> Morten - Can you share any test cases that demonstrate the slowdown.
I'd love to take a look at this.
The code is massive so not practical. However I will try and
2024 Nov 23
1
[PATCH] sshsig: check hashalg before selecting the RSA signature algorithm
Hi,
I sent this patch back inn april and I still have a need for this. Would it be
possible to get any pointers how we can have `hashalg` selectable by `ssh-keygen -Y`?
--
Morten Linderud
PGP: 9C02FF419FECBE16
On Thu, Apr 11, 2024 at 09:16:39PM +0200, Morten Linderud wrote:
> `ssh-keygen -Y sign` only selects the signing algorithm `rsa-sha2-512`
> and this prevents ssh-agent
2002 Dec 15
2
Laggy and faulty Samba server
Hi,
I've installed Samba a few times, and I always have the same problem -
except now I really want to get rid of it.
My Samba server is very, very, very slow on occations (not always), and
some times it's really annoying.
What happens is that it doesn't seem to be online for a period of 5-10
seconds once every minute! If I'm copying huge files, it's working
great, but when
2016 Feb 05
2
MCJit Runtine Performance
Can you build the code with llc? Try with the large code model. I
think that is the default for MCJIT and can be less efficient.
Cheers,
Rafael
On 4 February 2016 at 22:26, Morten Brodersen via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hi Hal,
>
> We are using the default register allocator. I assume the greedy one is
> default?
>
> As for other target machine
2007 Mar 26
1
Network freezes - possibly yum?
Hi. I have a CentOS 4.2 server running. I've just experience that it
stops responding (http, ssh) when doing yum update pam xorg-x11 gnupg
This has happened two times in a row, so I'm curious if anyone has
experienced anything like this? Could it be yum or should I look for the
explanation elsewhere?
[root at machine ~]# yum update pam xorg-x11 gnupg
Setting up Update Process
Setting
2016 Feb 05
2
MCJit Runtine Performance
Hi Lang,
> That suggests an optimization quality issue, rather than compile-time
overhead
Yes that makes sense. The long running applications (6+ hours) JIT the
rules once (taking a few seconds) and then run the generated machine
code for hours. With no additional JIT'ing.
> if we can configure the CodeGen pipeline properly we can get the
performance back to the same level as
2016 Feb 05
4
MCJit Runtine Performance
Hi Morten,
Something else just occurred to me: can you share your EngineBuilder configuration lines? (http://llvm.org/docs/doxygen/html/classllvm_1_1EngineBuilder.html)
In particular - are you explicitly setting the optimization level? The old JIT may have had a different default.
- Lang.
Sent from my iPad
> On Feb 4, 2016, at 10:54 PM, Jim Grosbach via llvm-dev <llvm-dev at
2020 Mar 14
4
Q: Samba AD, Pfsense, Windows 10, vpn
Your pfSense firewall has OpenVPN built into it already, and you can point pfSense authentication back to your samba AD. We support over 400 users in this model. The configuration file for OpenVPN is common to all users, and they authenticate with their AD credentials.
> On Mar 14, 2020, at 7:21 AM, Michael Howard via samba <samba at lists.samba.org> wrote:
>
> On 14/03/2020
2006 Nov 12
2
ipsec-tools with cisco vpn client
Hi,
anybody successfully running win32 client with Cisco vpn client against
ipsec-tools? I'm looking for elegantly running VPN road warrior solution.
Scenarios are:
- ipsec-tools with Cisco vpn client
- pptpd with Windows XP native client
- OpenVPN with OpenVPN Windows client
- ???
Any hints? Thanks for reply.
David Hrb??