|
comp.lang.perl.misc - PERL programming language
|
|
|
|
|
Posted by cartercc on June 19, 2008, 9:11 pm
Please log in for more thread options
Tomorrow morning when I get to work, I will be asked to write a script
that will do a bunch of stuff to servers running the Windows firewall.
I don't know anything about Windows firewalls or Windows networking,
but I was handed a half-inch thick sheaf of papers on the topic
tonight, with these words, 'If we only had Novell all our problems
would be solved.' This project involves over 1,000 servers over a five
state region and apparently will be a real headache to do manually.
I've been told that this involves opening ports, closing ports,
configuring firewalls, and other things, I asked for a requirements
specification but was told there wasn't one..
In addition to the papers I was given, I have an old copy of Dave
Roth's book on Win32 Perl Scripting which I picked up and attempted to
scan through ... not that it's done much good. Also, I was told that
the ideal technology would be Power Shell (this is why they came to
me, I've been going through the Power Shell tutorial and writing some
cute scripts that don't do much except impress the unwashed.)
You now know about as much as I do. Questions:
1. Is this something that Perl can be useful at?
2. Does the Win32 API on the Active State 5.8.4.810 Perl support this?
3. Any pointers of places to look for help?
4. Any repository of scripts? I've checked CPAN but the only module I
say was for reading Windows firewall logs.
5. This isn't my job, but I have a very high incentive to be
successful at this project. Should I cut my losses and beg off from
the beginning?
Thanks to all who care to respond to what must seem a somewhat idiodic
post.
CC
|
|
Posted by Martijn Lievaart on June 20, 2008, 2:53 am
Please log in for more thread options
On Thu, 19 Jun 2008 18:11:05 -0700, cartercc wrote:
show/hide quoted text
> You now know about as much as I do.
Which isn't much, certainly not enough to get started.
show/hide quoted text
> Questions:
> 1. Is this something that Perl can be useful at?
Probably. Then maybe not.
show/hide quoted text
> 2. Does the Win32 API on the Active State 5.8.4.810 Perl support this?
First find out what interfaces are supported by the firewall. There
probably is a COM or .NET interface, which you can call from any
language, including Perl.
show/hide quoted text
> 5. This isn't my job, but I have a very high incentive to be successful
> at this project. Should I cut my losses and beg off from the beginning?
Just make sure from the beginning that there is a real chance of failure.
If what you have given us is really everything you know, you should first
investigate what they want, only then look at the technology needed to
accomplish it. Don't lock yourself in on Perl, although there is a good
chance it's a good tool for the job.
HTH,
M4
|
| Similar Threads | Posted | | Perl firewall test script - detect whether host not responding or firewall rule not implemented | May 5, 2009, 10:15 pm |
| LWP and firewall | January 10, 2006, 11:59 am |
| Webmin-firewall produces perl error after apt-get upgrade | June 4, 2005, 3:35 am |
| Bind 9 administration module(s) | February 14, 2007, 12:09 am |
| BEST PERL BOOK FOR SYSTEM ADMINISTRATION UNIX | December 23, 2006, 4:19 pm |
| PERL windows : "Windows cannot access the specified device, path or file. You may not have the appropriate permission to access the item." | February 18, 2009, 6:11 am |
| windows program return values vs perl return values from a call to system() -- windows post only | October 29, 2005, 6:22 pm |
| Windows CE, Windows Mobile | November 27, 2006, 4:08 pm |
| Tar on Windows XP | January 29, 2007, 5:27 pm |
| XML-RPC on Windows | July 17, 2007, 11:24 am |
|
|