VPN software for Windows users

2000-11-03 Thread Jarle Aase
I have a Debian potato box where I want to offer Windows users VPN access. I installed PPTP, patched pppd 2.3.10 for mschap, - but from Win98, VPN will only work if all encryption is disabled. The "dun40.exe" mentioned in the PoPToP howto refused to upgrade the Win98 system I used to test VPN.

Re: resource limits

2000-11-03 Thread Jeremy C. Reed
On Fri, 3 Nov 2000, Kasatenko Ivan Alex. wrote: > Hello Jeremy, > > Friday, November 03, 2000, 3:09:35 AM, you wrote: > > JCR> What is an easy way to find out how much of certain resources I > am using? > Try the following kernel patch: Why do I want a kernel patch? I am not having any reso

Re: LAN traffic

2000-11-03 Thread Adrian Minta
Hello Eduardo, Friday, November 03, 2000, 5:45:19 PM, you wrote: EG> Hi all. EG> I have a masquerading linux boxx running between Internet and my Internal LAN. EG> I want to know the load traffic for a given host of my LAN and the bandwidth I'm getting from my provider. EG> Which tool can do I

Re: resource limits

2000-11-03 Thread Michael Bacarella
On Fri, Nov 03, 2000 at 05:56:09PM +0800, Mailing List wrote: > By putting it in the /etc/init.d/apache script, it would limit the apache > server as well (www-data) user, and thats bad. We ONLY want to limit the > user's cgi processes. We haven't founded any script that suexec uses to run > user

Re: masquarade with different exit ip's

2000-11-03 Thread Fraser Campbell
Andrius Kasparavicius <[EMAIL PROTECTED]> writes: > LAN(1.1.1.0/24)->[1.1.1.1[linuxbox]2.2.2.2]->[2.2.2.1[router]internet > > all ip's is real. If I try to masquarade 1.1.1.0/24 net, then every > workstation exit IP - 2.2.2.2. Can I get, that exit with ip 1.1.1.1, or > another IP if I do alias o

LAN traffic

2000-11-03 Thread Eduardo Gargiulo
Hi all. I have a masquerading linux boxx running between Internet and my Internal LAN. I want to know the load traffic for a given host of my LAN and the bandwidth I'm getting from my provider. Which tool can do It? PD: sorry for my english! -- :%s/Micros~1/GNU\/Linux/g^M :wq! -- To UNSUB

More Help with PHP an mySQL

2000-11-03 Thread Kenneth Kowalsky
Hello Again, Now mySQL in php seems to work, but when ever I try to connect I get this: Warning: MySQL Connection Failed: Access denied for user: 'linuxpro@localhost' (Using password: YES) in lib.inc.php on line 255 Error The script is phpmyadmin form www.phpwizard.net I know it works so it mus

RE: Help with PHP an mySQL

2000-11-03 Thread Kenneth Kowalsky
No problem, I did do it with only one " > " but I made a copy of the php.ini and called is php.back When the echo "extension=mysql.so" > /etc/php4/apache/php.ini wiped out my php.ini I just restored it and added the line myself. Kenneth -Original Message- From: Torsten Krueger [mailto:[

Re: ppp nameserver?

2000-11-03 Thread Chester Hosey
> --- > > pppd: The remote system is required to authenticate itself > > pppd: but I couldn't find any suitable secret (password) for it to use to do > so. > > pppd: (None of the available passwords would let it use an IP addre

ppp nameserver?

2000-11-03 Thread Roeland Moors
I can't connect to the internet over ppp. It seems that my connection script is working, but I can't connect to annyting. I tried to ping 195.74.212.30 (this is the site of my provider www.wanadoo.be) but that also doesn't work. Maybe something with the nameservers ? It always worked under su

Re: Help with PHP an mySQL

2000-11-03 Thread Torsten Krueger
Hello, On Fri, 3 Nov 2000, Tamas TEVESZ wrote: > On Fri, 3 Nov 2000, Torsten Krueger wrote: > > > echo "extension=mysql.so" > /etc/php4/apache/php.ini echo "extension=mysql.so" >> /etc/php4/apache/php.ini of course. Arrgghhh - sorry, I hope he hasn't done this. I should not write mails

masquarade with different exit ip's

2000-11-03 Thread Andrius Kasparavicius
hello, I have: LAN(1.1.1.0/24)->[1.1.1.1[linuxbox]2.2.2.2]->[2.2.2.1[router]internet all ip's is real. If I try to masquarade 1.1.1.0/24 net, then every workstation exit IP - 2.2.2.2. Can I get, that exit with ip 1.1.1.1, or another IP if I do alias of 1.1.1.1 interface?

Re: resource limits

2000-11-03 Thread Mailing List
We tried that too, but it doesn't seem to limit actual cgis. It does limit the actual apache process. This is strange to us, as we though all child processes would inherit the limit. We don't use the stock suexec, because we recompiled it to use /home Perhaps this has a factor to play? - Or

Re: resource limits

2000-11-03 Thread Thomas Köppe
From: "Andreas Rabus" <[EMAIL PROTECTED]> Sent: Friday, November 03, 2000 11:09 AM >If you put something like the folowing line in httpd.conf, all prcess >started from within the apache will be limited in theire memory usage. In >this exampel to 50MB. >RLimitMEM 52428800 52428800 >Sorry, dont

Re: resource limits

2000-11-03 Thread Fredrik Steen
On Fri, Nov 03, 2000 at 05:56:09PM +0800, Mailing List wrote: | Actually, I have a related question. | | We offering web hosting to our clients. When people run huge CGIs, normally | we are notified, and kill them manually. We've also got a small script we | run periodically to kill of any "stuck

AW: resource limits

2000-11-03 Thread Andreas Rabus
If you put something like the folowing line in httpd.conf, all prcess started from within the apache will be limited in theire memory usage. In this exampel to 50MB. RLimitMEM 52428800 52428800 Sorry, dont know the exact Syntax of that Option... -Ursprüngliche Nachricht- Von: Mailing

Re: resource limits

2000-11-03 Thread Mailing List
Actually, I have a related question. We offering web hosting to our clients. When people run huge CGIs, normally we are notified, and kill them manually. We've also got a small script we run periodically to kill of any "stuck" or "hanged" processes by users' cgis (we use suexec so they run under

Re: resource limits

2000-11-03 Thread Kasatenko Ivan Alex.
Hello Jeremy, Friday, November 03, 2000, 3:09:35 AM, you wrote: JCR> What is an easy way to find out how much of certain resources I am using? JCR> In particular, how can I easily find out the following in use by the shell JCR> and the processes started by it? JCR> - the total size of all proc