On 04/14/2011 02:11 PM, Carter, Ronald wrote: > My Radiator server is located behind a firewall with no access to the > internet. I need to install a Perl module to support Syslog requiring an > Active State installation over the Internet from OSC. Does anyone know a > method to get around this? Is there anyway to install or download the > module on another system then load it on the Radiator server?
Looks like ppm supports http proxying, so that might be an option if there's a proxy assisted connection available: http://docs.activestate.com/activeperl/5.10/faq/ActivePerl-faq2.html#ppm_and_proxies There seems to be a completely manual way to do this too, but I have not tried it myself: http://www.perlmonks.org/?node_id=434813#manual You could, just to be sure, check you do not already have the syslog module installed since it's been part of core perl for a long time. Thanks, Heikki -- Heikki Vatiainen <[email protected]> Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc. _______________________________________________ radiator mailing list [email protected] http://www.open.com.au/mailman/listinfo/radiator
