No Subject

2001-03-18 Thread Mir Atir
1.  I want to define Two pools on router     a) name of the first pool email.     b) name of the second pool Internet.   I want to configure radius such that if user dials with [EMAIL PROTECTED] then he should get Ip address from the first pool ( email )

(RADIATOR) Radiator 2.18 Nas.pm problem?

2001-03-18 Thread Deepak Shrestha
Hi Hugh, How are you? I hope to see you in Nepal in October. I have recently upgraded Radiator to 2.18. Here is the problem that we face now. SNMP query for Simultaneous-Use to Livingston NAS does not work well. The Logfile shows this: The STDERR output was Error in packet Reason: (noSuchName

Re: (RADIATOR) [RADIATOR] SessionDatabase question

2001-03-18 Thread Hugh Irvine
Hello Chris - On Sunday 18 March 2001 10:31, Chris M wrote: > Awright this is probably obvious but my brain is crystallized on this > topic, I'm not getting anywhere anymore. > > I am trying to figure out how to: > > Create config files that separate auth and acct into different instances of > R

(RADIATOR) Re: Problems with SQL (postgresql) loggng ... still some errors ..

2001-03-18 Thread Hugh Irvine
Hello Dave - On Sunday 18 March 2001 06:08, Dave Price wrote: > Thanks for the fix ... turned out to be 'conflicting' version of Pg.pm on > the system ... > > I still get a couple of 'log errors' occasionally: > > Sat Mar 17 11:10:38 2001: ERR: There is no value named > Van-Jacobson-TCP-IP

(RADIATOR) IMPORTANT - NasType Livingston on Radiator 2.18

2001-03-18 Thread Hugh Irvine
Hello Everyone - For those of you doing strict session limits with "NasType Livingston" in your Client clause(s), note that there is a typo in the module "Nas.pm" in the recent Radiator 2.18 release that gives the following error: The STDERR output was Error in packet Reason: (noSuchName) The

Re: (RADIATOR) SessionDatabase question

2001-03-18 Thread Chris M
>> The only problem I forsee is, how do I make the SessionDatabase >> high-availability? In other words, is there a way to replicate >> the DB INSERTs and DELETEs so that auth or acct radiator >> processes talking to MySQL can have entries simultaneously >> made in SessionDatabases on two differe

Re: (RADIATOR) SessionDatabase question

2001-03-18 Thread Daniel Senie
Chris M wrote: > > >> The only problem I forsee is, how do I make the SessionDatabase > >> high-availability? In other words, is there a way to replicate > >> the DB INSERTs and DELETEs so that auth or acct radiator > >> processes talking to MySQL can have entries simultaneously > >> made in Sess

(RADIATOR) simple handler problems

2001-03-18 Thread Cory Visi
I'm at a loss as to what's wrong with this Handler setup. I followed the similar example in bayPortLimit.txt and it's not working at all. I'm sure I'm doing something stupid wrong. I'm using: etc. This entry is before DEFAULT. An example Called-Station-Id for this realm is "6537050".

(RADIATOR) question

2001-03-18 Thread Chris M
Is it possible to have multiple tags in a config file? I'd like to maintain the client lists in separate tables for separate cities (it simplifies some SQL queries later). Chris === Archive at http://www.starport.net/~radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL

Re: (RADIATOR) SessionDatabase question

2001-03-18 Thread Hugh Irvine
Hello Chris - On Monday 19 March 2001 13:10, Chris M wrote: > >> The only problem I forsee is, how do I make the SessionDatabase > >> high-availability? In other words, is there a way to replicate > >> the DB INSERTs and DELETEs so that auth or acct radiator > >> processes talking to MySQL can h

Re: (RADIATOR) question

2001-03-18 Thread Hugh Irvine
Hello Chris - On Monday 19 March 2001 15:13, Chris M wrote: > Is it possible to have multiple tags in a config file? I'd > like to maintain the client lists in separate tables for separate cities > (it simplifies some SQL queries later). > No. ClientListSQL is a global definition. You can ho

Re: (RADIATOR) simple handler problems

2001-03-18 Thread Hugh Irvine
Hello Cory - On Monday 19 March 2001 14:11, Cory Visi wrote: > I'm at a loss as to what's wrong with this Handler setup. I followed the > similar example in bayPortLimit.txt and it's not working at all. I'm sure > I'm doing something stupid wrong. > > I'm using: > > > etc. > > > This ent

Re: (RADIATOR) question

2001-03-18 Thread Chris M
Cool, so... Would this work to query 3 different clients tables in the database to populate the client list? DBSource %{GlobalVar:database2} DBUsername username DBAuth somepasswd GetClientQuery NASIDENTIFIER,SECRET,NASTYPE,SNMPCOMMUNITY, \

Re: (RADIATOR) question

2001-03-18 Thread Hugh Irvine
Hello Chris - I am not an SQL expert, so I suggest you try it and see. (and check an SQL manual) regards Hugh On Monday 19 March 2001 16:16, Chris M wrote: > Cool, so... > > Would this work to query 3 different clients tables in the database to > populate the client list? > > > DBSo