Hello Andrew -

> >
> > Your description is most curious, as Radiator opens a socket and
> > then keeps
> > using it forever. How are you starting radiusd? And what hardware/software
> > platform are you running on?
> >
> > In any case, it sounds like you should fix the firewall.
> 
> Hi Hugh,
> 
> We're running Radiator under Solaris 7 on a Sun Ultra 5.
> 
> I'm pushing for the firewall to be fixed, it would help if Radiator behaving
> exactly the same way as a NAS did, so the firewall people can't point the
> finger at it. (Note, NASes talking through the firewall in exactly the same
> manner Radiator is are not experiencing any problems whatsoever).
> 
> We're starting Radiator like so, on bootup:
> 
> PATH=/usr/bin:/bin:/usr/local/bin
> 
> case $1 in
> 'start')
>         /usr/local/bin/radiusd
>         rc=$?
>         ;;
> 'stop')
>         kill `cat /var/run/radiusd.pid`
>         rc=$?
>         ;;
> *)
>         echo "usage: $0 {start|stop}"
>         exit 1
>         ;;
> esac
> exit ${rc}
> 
> I provide a packet dump of the typical behaviour if you like...
> 

I would be interested to see a sequence of packets showing the source port
changing, together with the corresponding Radiator trace 4.

thanks

Hugh


-- 
Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc.
Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X.



===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to