Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
Hi, On Thu, 20 Jun 2002, Emile van Bergen wrote: > On Thu, 20 Jun 2002, Russell Coker wrote: > > > I've already started work on CHAP using libradius1, which is also what the > > PPP CVS code uses. > > > > I am going to eat the code that's in the PPP CVS. When I have every feature > > of that cod

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
On Thu, 20 Jun 2002, Russell Coker wrote: > I've already started work on CHAP using libradius1, which is also what the > PPP CVS code uses. > > I am going to eat the code that's in the PPP CVS. When I have every feature > of that code and more I may put Portslave in the PPP CVS. I think we only

Re: pppd+radius ?

2002-06-20 Thread Russell Coker
On Thu, 20 Jun 2002 16:37, Emile van Bergen wrote: > > Since late 2000, and it fully worked since early 2001. You looked in the > > wrong place, you should have looked in SourceForge. I'm the main > > upstream author... > > I must have, indeed. But in any case, at the time I found that portslave

New Product Announcement

2002-06-20 Thread Outsource Sales
NEW PRODUCT ANNOUNCEMENT From: OUTSOURCE ENG.& MFG. INC. Sir/Madam; This note is to inform you of new watchdog board technology for maintaining continuous unattended operation of PC/Servers etc. that we have released for distribution. We are proud to announce Watchdog Control Center featurin

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
Hi, On Thu, 20 Jun 2002, Emile van Bergen wrote: > On Thu, 20 Jun 2002, Russell Coker wrote: > > > I've already started work on CHAP using libradius1, which is also what the > > PPP CVS code uses. > > > > I am going to eat the code that's in the PPP CVS. When I have every feature > > of that co

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
On Thu, 20 Jun 2002, Russell Coker wrote: > I've already started work on CHAP using libradius1, which is also what the > PPP CVS code uses. > > I am going to eat the code that's in the PPP CVS. When I have every feature > of that code and more I may put Portslave in the PPP CVS. I think we only

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
Hi, On Thu, 20 Jun 2002, Maxim Kalinkevich wrote: > ###options### > radius-auth-servers 127.0.0.1:1812/secret > radius-acct-servers 127.0.0.1:1813/secret > debug > lock > require-chap > chap-secrets### > * localhost @secret * > >

Re: pppd+radius ?

2002-06-20 Thread Russell Coker
On Thu, 20 Jun 2002 16:37, Emile van Bergen wrote: > > Since late 2000, and it fully worked since early 2001. You looked in the > > wrong place, you should have looked in SourceForge. I'm the main > > upstream author... > > I must have, indeed. But in any case, at the time I found that portslave

New Product Announcement

2002-06-20 Thread Outsource Sales
NEW PRODUCT ANNOUNCEMENT From: OUTSOURCE ENG.& MFG. INC. Sir/Madam; This note is to inform you of new watchdog board technology for maintaining continuous unattended operation of PC/Servers etc. that we have released for distribution. We are proud to announce Watchdog Control Center featuri

Re: reverse proxying of ssl

2002-06-20 Thread Lance Levsen
> On Wed, 2002-06-19 at 18:43, Lance Levsen wrote: > > > Best case scenario is a single certificate authenticated to the > > proxy box, for external connections. Chances are I'll end up > > hoping that Squid 2.5 allows for multiple SSL certs on the same > > port so then I can ssl all the websites

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
Hi, On Thu, 20 Jun 2002, Maxim Kalinkevich wrote: > ###options### > radius-auth-servers 127.0.0.1:1812/secret > radius-acct-servers 127.0.0.1:1813/secret > debug > lock > require-chap > chap-secrets### > * localhost @secret * >

Re: pppd+radius ?

2002-06-20 Thread Maxim Kalinkevich
###options### radius-auth-servers 127.0.0.1:1812/secret radius-acct-servers 127.0.0.1:1813/secret debug lock require-chap chap-secrets### * localhost @secret * maxim * 123 * in this situation

Re: reverse proxying of ssl-UPDATE

2002-06-20 Thread Alejandro Borges
Went to #apache and was received very nicely by the natives. They say the magic is in apache2 or latest mod_ssl of 1.3.26 i dl'd made and made installed it and voila. it does the trick...very very very nice... (have NOT tested IIS yet) Alex El mié, 19-06-2002 a las 16:43, L

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
Hi, On Thu, 20 Jun 2002, Maxim Kalinkevich wrote: > I have spent all the day understanding with work of yours patch for > pppd. Has appeared still as far as questions. All that I could achieve > is ACCOUNTIG-STOP packets. To force pppd to connect to radius for > authorization I could not. > > My

Re: pppd+radius ?

2002-06-20 Thread Maxim Kalinkevich
I have spent all the day understanding with work of yours patch for pppd. Has appeared still as far as questions. All that I could achieve is ACCOUNTIG-STOP packets. To force pppd to connect to radius for authorization I could not. My config files : #pptpd.conf speed 115200 optio

Re: reverse proxying of ssl

2002-06-20 Thread Lance Levsen
> On Wed, 2002-06-19 at 18:43, Lance Levsen wrote: > > > Best case scenario is a single certificate authenticated to the > > proxy box, for external connections. Chances are I'll end up > > hoping that Squid 2.5 allows for multiple SSL certs on the same > > port so then I can ssl all the website

Re: pppd+radius ?

2002-06-20 Thread Maxim Kalinkevich
###options### radius-auth-servers 127.0.0.1:1812/secret radius-acct-servers 127.0.0.1:1813/secret debug lock require-chap chap-secrets### * localhost @secret * maxim * 123 * in this situation

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
On Thu, 20 Jun 2002, Russell Coker wrote: > On Thu, 20 Jun 2002 10:20, Emile van Bergen wrote (incorrectly ;): > > > > > > > Portslave's pppd doesn't do accounting, no. > > > > > > Yes it does, it's been doing it for quite a while, and every version in > > > Debian has done it. > > > > Since when

Re: reverse proxying of ssl-UPDATE

2002-06-20 Thread Alejandro Borges
Went to #apache and was received very nicely by the natives. They say the magic is in apache2 or latest mod_ssl of 1.3.26 i dl'd made and made installed it and voila. it does the trick...very very very nice... (have NOT tested IIS yet) Alex El mié, 19-06-2002 a las 16:43,

Re: network watchdog hardware/software

2002-06-20 Thread Ian Cass
We use APC Powerswitch here. They're not badly priced and give you a telnet/http controllable 8 port powerbar. -- Ian Cass - Original Message - From: "John Ackermann N8UR" <[EMAIL PROTECTED]> To: Sent: Thursday, June 20, 2002 1:26 PM Subject: network watchdog hardware/software > I'm us

Re: help with serial connection

2002-06-20 Thread paul
Hi there, try using Minicom with the correct communication parameters for your switch. Paul Quoting [EMAIL PROTECTED]: > Hello, > I'd like to connect to a switch in our remote computer room trought it's > serial (terminal) port. > I already can telnet it via an shh trought on of the servers, bu

network watchdog hardware/software

2002-06-20 Thread John Ackermann N8UR
I'm using a "business class" cable modem setup with Roadrunner. Actually, it works pretty well and the reliability is OK. However, when it goes down, the tech support line's first answer is always to reset the router (a Cisco br905). Amazingly and annoyingly enough, that usually works. The

help with serial connection

2002-06-20 Thread abory
Hello, I'd like to connect to a switch in our remote computer room trought it's serial (terminal) port. I already can telnet it via an shh trought on of the servers, but i want to login on the switch as I had an HyperTerminal connected on COM1. The serial cable is connected on the serial port of on

Re: pppd+radius ?

2002-06-20 Thread Russell Coker
On Thu, 20 Jun 2002 10:20, Emile van Bergen wrote: > > > > Wanted to use xtradius but I can not find pppd working with radius > > > > (pppd from portslave in such situation to work I think will not be). > > > > > > Portslave's pppd doesn't do accounting, no. > > > > Yes it does, it's been doing it

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
Hi, On Thu, 20 Jun 2002, Maxim Kalinkevich wrote: > How i can configure pppd to work with radius ? Where i must set ip > adress of radius server and secret key ? On pppd's command line (yes, the secret too - sorry). See my webpage and the documentation in pppd/radius_client.c. cheers, Emile.

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
Hi, On Thu, 20 Jun 2002, Maxim Kalinkevich wrote: > Can Openradius execute any external program when > "acct-stop" or "acct-start" is recieved ?? > I want use openldap and change some data then the user finnish connection. It has such a facility, but it works slightly different from most servers

Re: pppd+radius ?

2002-06-20 Thread Maxim Kalinkevich
Emile van Bergen wrote: Hi, On Wed, 19 Jun 2002, Russell Coker wrote: On Wed, 19 Jun 2002 20:12, Emile van Bergen wrote: Wanted to use xtradius but I can not find pppd working with radius (pppd from portslave in such situation to work I think will not be). Portslave's pppd doesn't do accounting, n

Re: pppd+radius ?

2002-06-20 Thread Emile van Bergen
Hi, On Wed, 19 Jun 2002, Russell Coker wrote: > On Wed, 19 Jun 2002 20:12, Emile van Bergen wrote: > > > Wanted to use xtradius but I can not find pppd working with radius (pppd > > > from portslave in such situation to work I think will not be). > > > > Portslave's pppd doesn't do accounting, no