Greetings, all. I am looking to implement a few tools to make my life easier. I can't seem to find any good ones pre-written although I know they must exist, so I am toying with writing my own. I would love it if any of you would have any info or handy hyperlinks to help me find tools to perform the following functions. -A DNS zone file editor. It must be CGI, allow for forward and reverse entries, and able to handle odd mappings (IE IN MX 32 mail.foo.bar, etc). -A Cisco config builder. Preferably in CGI, but command line would be acceptable as well. Basically something that allows me to make changes in routers and either mirror them on a lot of other routers, as well as displaying stats and other things in a pointy-haired-boss-friendly manner. -Any kind of scripts designed with the abuse administrator in mind- IE log parsers, Code Red automailers/procmail scripts, etc etc. All of these tools would be preferred in a GNU or freeware form, but I am interested in all valid options. Thanks in advance for your time. ~Ben Browning (who speaks for himself, here) --- Ben Browning <benb@theriver.com> The River Internet Access Co. Network Operations 1-877-88-RIVER http://www.theriver.com
Hello Ben, Thursday, September 06, 2001, 12:42:58 PM, you wrote: BB> Greetings, all. BB> -A DNS zone file editor. It must be CGI, allow for forward and reverse BB> entries, and able to handle odd mappings (IE IN MX 32 mail.foo.bar, etc). search freshmeat.net, there are lots. BB> -A Cisco config builder. Preferably in CGI, but command line would be BB> acceptable as well. Basically something that allows me to make changes in BB> routers and either mirror them on a lot of other routers, as well as BB> displaying stats and other things in a pointy-haired-boss-friendly manner. search freshmeat.net for "cisco router" -- RANCID, Pancho, etc. will come up. BB> -Any kind of scripts designed with the abuse administrator in mind- IE log BB> parsers, Code Red automailers/procmail scripts, etc etc. cat /www/logs/*_log | grep 'default.ida' - | awk '{print $1}' > /root/bad_hosts.txt from there just do a for loop if you have reverse DNS set in apache and send to {web,post}master@bad_hosts.txt[$i] IMHO, it won't accomplish much. BB> All of these tools would be preferred in a GNU or freeware form, but I am BB> interested in all valid options. check out freshmeat.net Thanks, David mailto:davidu@everydns.net
participants (2)
-
Ben Browning
-
David Ulevitch