My guess to do this is using a SQL Query through the Postgres Database.
However, I am not an expert in accessing the Postgres used for the GUI.
If the config info was stored in a file, I could give you a simple perl
command:
perl -p -i -e 's/find text/replace text/g' filename
On 2/12/06 9:44 AM, "Leslie Herps" <herps (at mark) raqtweak.com> wrote:
> Howdy,
>
> I think it came by before, but I couldn't easily find it.
> It's about a RAQ550, but probably also applies for BQ.
>
> I want to change all vsite's (all on 1 server) IPs...
> Mind you, not all sites share the same IP.
> Some use AAA.BBB.CCC.123, some AAA.BBB.CCC.124, AAA.BBB.CCC.125, etc.
>
> Now, I want to change:
> AAA.BBB.CCC.123 --> XXX.YYY.ZZZ.123
> AAA.BBB.CCC.123 --> XXX.YYY.ZZZ.124
> AAA.BBB.CCC.123 --> XXX.YYY.ZZZ.125
>
> What is the best way of doing that?
> If possibly, also with the DNS and the GUI part of the DNS?
>
> Hope anyone can help.
>
> Thanks!
>
>
>
>