Re: (RADIATOR) 128k isdn dialup

2001-06-19 Thread Chris Rockett

Hi,

The original company name is Argonet/Argo interactive/VTI limites/Vertical
Twist Interactive.  It should be one of those but unfortunatley I cant lay
my hands on the radiator licence atm so I cant be more definate about
which one it is.

Cheers,
Chris Rockett,
Systems Engineer. Freedom 2 Limited, http://www.freedom2.com


On Tue, 19 Jun 2001, Hugh Irvine wrote:

 
 Hello Chris -
 
 As I can't find you in our customer database, could you please send 
 me the name of the registered company that purchased this copy of 
 Radiator?
 
 Please reply to me directly.
 
 regards
 
 Hugh
 
 
 At 11:38 AM + 6/19/01, Chris Rockett wrote:
 Hi,
 
 Im a bit of a newbie at radiator configuration.  I have radiator running
 and authenticating correctly for 64k isdn but cant seem to get a bonded
 channel for 128k isdn.  Using win2k the dialup works and auths but only
 works at 64k still, any ideas of where to look for information or what the
 possible cause could be?
 
 Many Thanks.
 Chris Rockett.
 
 ===
 Archive at http://www.open.com.au/archives/radiator/
 Announcements on [EMAIL PROTECTED]
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
 
 

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) 128k isdn dialup

2001-06-19 Thread Chris Rockett

Hi,

Here are the things that u asked for, many thanks for the quick response
and sorry about the state of the config file :)


* radius.cfg ***

# radius.cfg
#
# Configuration file for radius server


# LogStdout makes all log file output appear on stdout as well
# You must be running in Foreground mode for this to work
LogStdout

#normally use trace 3
Trace   4

PidFile /var/run/radiusd.pid
AuthPort1645
AcctPort1646

BindAddress tweedledum

#DictionaryFile %D/dictionary
DictionaryFile %D/dictionary.acc

# There are a number of other optional configuration items
# for optional NAS communications. See the reference manual.
# you only need these if you specify Simultaneous-Use and
# a specific NasType in a Client statement
# FingerProg defaults to an internal client. If you specify
# a program name for FingerProg, it wil luse that program instead
# of the internal client.
#FingerProg /bin/finger
#SnmpgetProg/usr/bin/snmpget
#PmwhoProg  /usr/local/sbin/pmwho

#LivingstonMIB  .iso.org.dod.internet.private.enterprises.307
#LivingstonOffs 29
#LivingstonHole 2
SnmpgetProg /usr/local/bin/snmpget

Client **nas-ip-removed**
Secret **removed**
NasType Tigris

/Client

Client **hostmachine-ip-removed**
Secret **removed**
/Client
#UUNet radius proxies

#danproxy200.dan.uu.net
Client 195.129.12.2

#danproxy201.dan.uu.net toll210.dan.uu.net
danproxy201.dan.uu.net
IdenticalClients 195.129.12.34  195.129.12.42
195.129.12.50
Secret **removed**
DupInterval 60

DefaultRealm argonet
/Client


# 0820 number

Handler Realm=education.navaho.net,Time=Wk0800-1800,Called-Station-Id=0820842
RewriteUsername s/^([^@]+).*/$1/
PasswordLogFileName %L/passwordlog
AcctLogFileName %L/accounting

AuthBy LDAP
HoldServerConnection

#  auth should have another user
AuthDN  cn=admin,dc=navaho,dc=net
AuthPasswordlnflashd

BaseDN  dc=education,dc=navaho,dc=net
UsernameAttruid
PasswordAttruserpassword
AuthAttrDef iphostnumber,Framed-IP-Address,reply

AddToReply Service-Type = Framed,\
Framed-Protocol = PPP,\
Framed-MTU = 1500,\
Framed-Compression = Van-Jacobson-TCP-IP,\
Session-Timeout=until 1800
/AuthBy
/Handler

# not 0820 number
Handler Realm=education.navaho.net,Called-Station-Id=179700
RewriteUsername s/^([^@]+).*/$1/
PasswordLogFileName %L/passwordlog
AcctLogFileName %L/accounting

AuthBy LDAP
HoldServerConnection

#  auth should have another user
AuthDN  cn=admin,dc=navaho,dc=net
AuthPasswordlnflashd

BaseDN  dc=education,dc=navaho,dc=net
UsernameAttruid
PasswordAttruserpassword
AuthAttrDef iphostnumber,Framed-IP-Address,reply

AddToReply Service-Type = Framed,\
Framed-Protocol = PPP,\
Framed-MTU = 1500,\
#   Framed-Compression = Van-Jacobson-TCP-IP,\
Idle-Timeout = 300,\
#   Port-Limit = 1
Simultaneous-Use = 2
#   Session-Timeout=until 0800
/AuthBy
/Handler

# UUNet ISP backup

Handler Realm=argonet
RewriteUsername   tr/A-Z/a-z/
RewriteUsername s/^ukarg\/(.*)@.*$/$1/
PasswordLogFileName %L/argonet-passwordlog

AuthBy FILE
Filename %D/argonet-users
Dynamic USR-IP-Input-Filter
UseAddressHint
AddToReply Service-Type = Framed-User,\
   Framed-Protocol = PPP,\
   Framed-Routing = None,\
   Framed-MTU = 1500,\
   Framed-Compression = None,\
   Reply-Message=Protocol:
/AuthBy
/handler

Handler
PasswordLogFileName %L/dev-passwordlog

AuthBy FILE
Filename %D/users

AddToReply Service-Type = Framed,\
Framed-Protocol = PPP,\
Framed-MTU = 1500
/AuthBy
/handler

 Log Excert showing the two dialed up channels 

Tue Jun 19 10:47:45 2001
User-Name = testuser
NAS-Port = 5
NAS-Port-Type = ISDN-Synchronous
Acc-Request-Type = User-Accounting
Service-Type = Framed
Framed-Protocol = PPP
Called-Station-Id = 179700
Calling-Station-Id = 1243776030
NAS-Identifier = 08:00:03:04:06:BC
Acct-Status-Type = Stop
Acct-Delay-Time = 

Re: (RADIATOR) 128k isdn dialup

2001-06-19 Thread Hugh Irvine


Hello Chris -

Thanks for the files, unfortunately you have sent me an extract from 
the accounting detail file, not the debug trace from the logfile. As 
mentioned previously, I will need to see a trace 4 debug showing the 
access requests for both channels.

thanks

Hugh



At 1:24 PM + 6/19/01, Chris Rockett wrote:
Hi,

Here are the things that u asked for, many thanks for the quick response
and sorry about the state of the config file :)


* radius.cfg ***

# radius.cfg
#
# Configuration file for radius server


# LogStdout makes all log file output appear on stdout as well
# You must be running in Foreground mode for this to work
LogStdout

#normally use trace 3
Trace   4

PidFile /var/run/radiusd.pid
AuthPort1645
AcctPort1646

BindAddress tweedledum

#DictionaryFile %D/dictionary
DictionaryFile %D/dictionary.acc

# There are a number of other optional configuration items
# for optional NAS communications. See the reference manual.
# you only need these if you specify Simultaneous-Use and
# a specific NasType in a Client statement
# FingerProg defaults to an internal client. If you specify
# a program name for FingerProg, it wil luse that program instead
# of the internal client.
#FingerProg /bin/finger
#SnmpgetProg/usr/bin/snmpget
#PmwhoProg  /usr/local/sbin/pmwho

#LivingstonMIB  .iso.org.dod.internet.private.enterprises.307
#LivingstonOffs 29
#LivingstonHole 2
SnmpgetProg /usr/local/bin/snmpget

Client **nas-ip-removed**
 Secret **removed**
 NasType Tigris

/Client

Client **hostmachine-ip-removed**
 Secret **removed**
/Client
#UUNet radius proxies

#danproxy200.dan.uu.net
Client 195.129.12.2

#danproxy201.dan.uu.net toll210.dan.uu.net
danproxy201.dan.uu.net
 IdenticalClients 195.129.12.34  195.129.12.42
195.129.12.50
 Secret **removed**
 DupInterval 60

 DefaultRealm argonet
/Client


# 0820 number

Handler 
Realm=education.navaho.net,Time=Wk0800-1800,Called-Station-Id=0820842
 RewriteUsername s/^([^@]+).*/$1/
 PasswordLogFileName %L/passwordlog
 AcctLogFileName %L/accounting

 AuthBy LDAP
 HoldServerConnection

#  auth should have another user
 AuthDN  cn=admin,dc=navaho,dc=net
 AuthPasswordlnflashd

 BaseDN  dc=education,dc=navaho,dc=net
 UsernameAttruid
 PasswordAttruserpassword
 AuthAttrDef iphostnumber,Framed-IP-Address,reply

 AddToReply Service-Type = Framed,\
 Framed-Protocol = PPP,\
 Framed-MTU = 1500,\
 Framed-Compression = Van-Jacobson-TCP-IP,\
 Session-Timeout=until 1800
 /AuthBy
/Handler

# not 0820 number
Handler Realm=education.navaho.net,Called-Station-Id=179700
 RewriteUsername s/^([^@]+).*/$1/
 PasswordLogFileName %L/passwordlog
 AcctLogFileName %L/accounting

 AuthBy LDAP
 HoldServerConnection

#  auth should have another user
 AuthDN  cn=admin,dc=navaho,dc=net
 AuthPasswordlnflashd

 BaseDN  dc=education,dc=navaho,dc=net
 UsernameAttruid
 PasswordAttruserpassword
 AuthAttrDef iphostnumber,Framed-IP-Address,reply

 AddToReply Service-Type = Framed,\
 Framed-Protocol = PPP,\
 Framed-MTU = 1500,\
#   Framed-Compression = Van-Jacobson-TCP-IP,\
 Idle-Timeout = 300,\
#   Port-Limit = 1
 Simultaneous-Use = 2
#   Session-Timeout=until 0800
 /AuthBy
/Handler

# UUNet ISP backup

Handler Realm=argonet
 RewriteUsername   tr/A-Z/a-z/
 RewriteUsername s/^ukarg\/(.*)@.*$/$1/
 PasswordLogFileName %L/argonet-passwordlog

 AuthBy FILE
 Filename %D/argonet-users
 Dynamic USR-IP-Input-Filter
 UseAddressHint
 AddToReply Service-Type = Framed-User,\
Framed-Protocol = PPP,\
Framed-Routing = None,\
Framed-MTU = 1500,\
Framed-Compression = None,\
Reply-Message=Protocol:
 /AuthBy
/handler

Handler
 PasswordLogFileName %L/dev-passwordlog

 AuthBy FILE
 Filename %D/users

 AddToReply Service-Type = Framed,\
 Framed-Protocol = PPP,\
 Framed-MTU = 1500
 /AuthBy
/handler

 Log Excert showing the two dialed up channels 

Tue Jun 

Re: (RADIATOR) 128k isdn dialup

2001-06-19 Thread Hugh Irvine


Hello Chris -

BTW - I notice in your configuration file that you have specified 
dictionary.acc. You should start with the standard file called 
dictionary (which is a compendium of the others), and add or remove 
entries from it as required.

hth

Hugh


At 1:24 PM + 6/19/01, Chris Rockett wrote:
Hi,

Here are the things that u asked for, many thanks for the quick response
and sorry about the state of the config file :)


* radius.cfg ***

# radius.cfg
#
# Configuration file for radius server


# LogStdout makes all log file output appear on stdout as well
# You must be running in Foreground mode for this to work
LogStdout

#normally use trace 3
Trace   4

PidFile /var/run/radiusd.pid
AuthPort1645
AcctPort1646

BindAddress tweedledum

#DictionaryFile %D/dictionary
DictionaryFile %D/dictionary.acc

# There are a number of other optional configuration items
# for optional NAS communications. See the reference manual.
# you only need these if you specify Simultaneous-Use and
# a specific NasType in a Client statement
# FingerProg defaults to an internal client. If you specify
# a program name for FingerProg, it wil luse that program instead
# of the internal client.
#FingerProg /bin/finger
#SnmpgetProg/usr/bin/snmpget
#PmwhoProg  /usr/local/sbin/pmwho

#LivingstonMIB  .iso.org.dod.internet.private.enterprises.307
#LivingstonOffs 29
#LivingstonHole 2
SnmpgetProg /usr/local/bin/snmpget

Client **nas-ip-removed**
 Secret **removed**
 NasType Tigris

/Client

Client **hostmachine-ip-removed**
 Secret **removed**
/Client
#UUNet radius proxies

#danproxy200.dan.uu.net
Client 195.129.12.2

#danproxy201.dan.uu.net toll210.dan.uu.net
danproxy201.dan.uu.net
 IdenticalClients 195.129.12.34  195.129.12.42
195.129.12.50
 Secret **removed**
 DupInterval 60

 DefaultRealm argonet
/Client


# 0820 number

Handler 
Realm=education.navaho.net,Time=Wk0800-1800,Called-Station-Id=0820842
 RewriteUsername s/^([^@]+).*/$1/
 PasswordLogFileName %L/passwordlog
 AcctLogFileName %L/accounting

 AuthBy LDAP
 HoldServerConnection

#  auth should have another user
 AuthDN  cn=admin,dc=navaho,dc=net
 AuthPasswordlnflashd

 BaseDN  dc=education,dc=navaho,dc=net
 UsernameAttruid
 PasswordAttruserpassword
 AuthAttrDef iphostnumber,Framed-IP-Address,reply

 AddToReply Service-Type = Framed,\
 Framed-Protocol = PPP,\
 Framed-MTU = 1500,\
 Framed-Compression = Van-Jacobson-TCP-IP,\
 Session-Timeout=until 1800
 /AuthBy
/Handler

# not 0820 number
Handler Realm=education.navaho.net,Called-Station-Id=179700
 RewriteUsername s/^([^@]+).*/$1/
 PasswordLogFileName %L/passwordlog
 AcctLogFileName %L/accounting

 AuthBy LDAP
 HoldServerConnection

#  auth should have another user
 AuthDN  cn=admin,dc=navaho,dc=net
 AuthPasswordlnflashd

 BaseDN  dc=education,dc=navaho,dc=net
 UsernameAttruid
 PasswordAttruserpassword
 AuthAttrDef iphostnumber,Framed-IP-Address,reply

 AddToReply Service-Type = Framed,\
 Framed-Protocol = PPP,\
 Framed-MTU = 1500,\
#   Framed-Compression = Van-Jacobson-TCP-IP,\
 Idle-Timeout = 300,\
#   Port-Limit = 1
 Simultaneous-Use = 2
#   Session-Timeout=until 0800
 /AuthBy
/Handler

# UUNet ISP backup

Handler Realm=argonet
 RewriteUsername   tr/A-Z/a-z/
 RewriteUsername s/^ukarg\/(.*)@.*$/$1/
 PasswordLogFileName %L/argonet-passwordlog

 AuthBy FILE
 Filename %D/argonet-users
 Dynamic USR-IP-Input-Filter
 UseAddressHint
 AddToReply Service-Type = Framed-User,\
Framed-Protocol = PPP,\
Framed-Routing = None,\
Framed-MTU = 1500,\
Framed-Compression = None,\
Reply-Message=Protocol:
 /AuthBy
/handler

Handler
 PasswordLogFileName %L/dev-passwordlog

 AuthBy FILE
 Filename %D/users

 AddToReply Service-Type = Framed,\
 Framed-Protocol = PPP,\
 Framed-MTU = 1500
 /AuthBy
/handler

 Log Excert showing the two dialed up channels 

Tue Jun 19 10:47:45 2001