Date: Mon, 18 Dec 2000 07:56:56 -0500 From: Bill Vermillion <bill@bilver.wjv.com> To: freebsd-isp@freebsd.org Subject: Re: Off topic - shell skills Message-ID: <20001218075656.A13144@wjv.com> In-Reply-To: <3A3DDE15.D8E377A9@belpak.by>; from alex@belpak.by on Mon, Dec 18, 2000 at 11:51:17AM %2B0200 References: <NEBBJFIIGKGLPEBIJACLKEIJCJAA.davew@sai.co.za> <3A3DDE15.D8E377A9@belpak.by>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 18, 2000 at 11:51:17AM +0200, Alex Blagoveschensky thus spoke: > Dave Wilson wrote: > > Hi guys, howzit going ? > > I have about 600 DNS zones on my DNS server, now because we are changing IP > > addresses on our mail server most of those zones' MX/A records will need > > updating. > > How do I write a shell script that will change: > > mail IN A 10.1.1.58 > > to: > > mail IN A 10.0.0.1 > > ? > > I need this script to parse through each zone, so when it finds "10.1.1.58" > > in a zone it will change the "10.1.1.58" to "10.0.0.1". > > Please help if you can. > Try this. But what will you do with Serial in SOA ? ;-) I have all the domains I manage in a separate subdirected and in each record is the line $INCLUDE named.soa Then I have one file with the serial number and all the expire time, in which I change the serial number. Never miss changing a serial number when I make lots of changes. -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001218075656.A13144>