[ABE.pm] remote admin module?

Ricardo SIGNES rjbs-perl-abe at lists.manxome.org
Thu Apr 26 18:55:08 PDT 2007


* "Faber J. Fedor" <faber at linuxnj.com> [2007-04-26T21:13:24]
> I'm writing a Perl script wherein I have to set IP addresses, routing
> tables, etc. on local and remote machines.
> 
> I'm planning on just gathering up the info and using Net::SSH::Perl to
> do my stuff. 

If you're doing it on Linux, there may be modules to do a bunch of that stuff.

There's http://search.cpan.org/~dpates/IPTables-IPv4-0.98/IPv4.pm

I don't see much else.

I'd probably skip Net::SSH::Perl and use ssh and IPC::Run or something, but...
it's hard to say.

-- 
rjbs


More information about the ABE-pm mailing list