PDA

View Full Version : Next Release


rldev
08-27-2005, 10:22 AM
Anyone know when the next release is coming and what is planned for it?

IWorx-Chris
08-27-2005, 02:21 PM
rldev,

The best answer I can give for time is "soon". We've been BETA testing it for 2 weeks now and things are looking very good :).

As for features I'll give you a short overview here:

- Built-in Firewall based on APF (http://rfxnetworks.com/apf.php)
- New "mass transfer" feature for doing bulk-imports from cPanel
- NFS mount/export interface for managing NFS shares/mounts
- Better VPS handling of some interface elements
- New re-worked ScriptWorx back-end (some new scripts and more to come)

I'd also like to announce that InterWorx-CP will be THE FIRST control panel to support LOAD BALANCED CLUSTERS native in the control panel. This will debut in 2.1.0 as well :)

There's more but some bits I'm sure have slipped my mind. There's of course the obligatory "many bugfixes" as well attached to this release.

Chris

Roman2K
08-27-2005, 04:37 PM
Hello Chris ! I'm pleased to see you are still very active on IWorx development.
I'd also like to announce that InterWorx-CP will be THE FIRST control panel to support LOAD BALANCED CLUSTERS native in the control panel. This will debut in 2.1.0 as well :)

I still don't understand the "Load Balanced Clusters" expression. Does it mean that with several PCs running in the same LAN with IWorx CP on each, we will be able to balance the load through any of the PCs we want ?

Will the load balancing work also with only one of those PCs serving clients through the Internet (because of NAT : with one public IP address, only one PC have web, ftp, smtp etc... ports opened to handle requests from the Internet) ?

IWorx-Chris
08-27-2005, 07:17 PM
Hello Chris ! I'm pleased to see you are still very active on IWorx development.


I still don't understand the "Load Balanced Clusters" expression. Does it mean that with several PCs running in the same LAN with IWorx CP on each, we will be able to balance the load through any of the PCs we want ?



In a word, yes. You will be able to "cluster" multiple iworx-cp servers together (given some pre-conditions) to look like a single larger virtual server. IWorx-CP will load balance the servers and handle all the other clustering backend features.



Will the load balancing work also with only one of those PCs serving clients through the Internet (because of NAT : with one public IP address, only one PC have web, ftp, smtp etc... ports opened to handle requests from the Internet) ?


yes, it will work behind NAT with a single outside IP.

Chris

Roman2K
08-28-2005, 03:36 AM
Wow, impressive !

Justec
08-28-2005, 01:00 PM
APF is a great addition, but how will that work with those of us that have manually installed this? Will is use the same config files and just basically update it or will we need to uninstall manually?

IWorx-Socheat
08-28-2005, 04:19 PM
APF is a great addition, but how will that work with those of us that have manually installed this? Will is use the same config files and just basically update it or will we need to uninstall manually?

The interface gives you control over the following 3 files: conf.apf, allow_hosts.rules, and deny_hosts.rules. Not every directive in conf.apf is available in the interface, but NodeWorx won't clobber/overwrite any changes you made by hand either. Similarly, while the interface doesn't currently allow you to manipulate the vnet/ folder, you can still have it setup/enabled and NodeWorx won't interfere.

xlogicgroup
08-29-2005, 06:27 AM
Any chance of a feature to change a customer domain? Unless I am missing were todo this!

rldev
08-29-2005, 04:30 PM
"LOAD BALANCED CLUSTERS"

I take it this will only work over a single network?

IWorx-Chris
08-29-2005, 04:34 PM
For the next release, it will on work on boxes within the same network segment. For later releases, we will have a WAN solution as well.

Chris

rldev
08-29-2005, 04:37 PM
Wow that is very impressive. I suggest for ScriptWorx you folks take a good look at Installatron for Cpanel and DA. It is the best script installer out there.

Now if I can only get you folks to include Mailman or something better. This is a real sore spot with me. I think I am poised for a change. Thanks for the quick reply.

timryberg
08-29-2005, 08:02 PM
Actually, Paul did write a script to install mailman about a year and a half ago.

http://interworx.info/forums/showthread.php?t=58&highlight=mailman

http://interworx.info/forums/showthread.php?t=225&highlight=mailman

I have it running on my box. There is no web interface for ye yet, though.

xlogicgroup
08-29-2005, 08:20 PM
Any chance of a feature to change a customer domain? Unless I am missing were todo this!

:) anyone?

timryberg
08-29-2005, 08:59 PM
:) anyone?

That would be extremely difficlult and confusing given how InterWorx works.

When you create an account the system creates a system user for the new account baised upon the first 8 alphanumeric characters of the domain that they select:

DOMAIN: mydomain.com
SYSTEM USER: mydomain
HOME DIRECTORY: /home/mydomain
WEB ROOT /home/mydomain/mydomain.com/html

If you change the domain, this system would no longer be valid. To tart with things would probably still work okay, but eventually it would just get confusing.

That being said, you are not the only one who has asked for this feature and to my knowlege it is not on the to do list.

Eventually there will be a workaround --

A future release of InterWorx will allow more than one domain per account and you could then add a new domain, but I am not sure if you could then delete the master domain or not. You might just have to leave it there and ignore it.

DOMAIN: mydomain.com
SYSTEM USER: mydomain
HOME DIRECTORY: /home/mydomain
MASTER WEB ROOT /home/mydomain/mydomain.com/html
SLAVE ROOT WEB: /home/mydomain/otherdomain.com/html

THERE IS NO ETA ON MILTI DOMAINS PER ACCOUNT

A pointer domain (a feature which IS currently supported) would be another work around

otherdomain.com => mydomain.com

I hope this answers your question.

IWorx-Chris
08-30-2005, 01:13 AM
xlogic, the short answer is no. I'd just recommend a delete and re-add as a solution. Too much stuff relies on the domain name being what it is to make it easily changable.

Chris

xlogicgroup
08-30-2005, 06:29 AM
ok.. Thanks

Roman2K
09-06-2005, 03:09 AM
About the load balanced clusters : will it be also a High Availability cluster ? I mean that if one server gets unavailable, will it be transparent for the visitors ? Will we be able to add/remove servers from the server transparently for the visitors ?

IWorx-Chris
09-06-2005, 12:37 PM
About the load balanced clusters : will it be also a High Availability cluster ? I mean that if one server gets unavailable, will it be transparent for the visitors ? Will we be able to add/remove servers from the server transparently for the visitors ?


There's a few questions here:

1. Will it be an HA solution?

A. No, not in the 2.1.0 version, but YES in a future version.

2. Will we be able to add/remove servers transparently?

A. YES, as of 2.1.0

Chris

xlogicgroup
09-06-2005, 03:12 PM
Need any testers for 2.1.0? I am in bad need of those updates to dns-export you made about a month ago. :)

IWorx-Chris
09-06-2005, 05:15 PM
Need any testers for 2.1.0? I am in bad need of those updates to dns-export you made about a month ago.


Actually we're so close to release that the BETA period is over. Btw, didn't I give you a working dns-export or did that never pan out?

Chris

xlogicgroup
09-06-2005, 05:50 PM
Chris,

yeah but then remember the SOA values were generated by a timestamp or something and you were going to add it to the dns-export in the next release. :)

IWorx-Chris
09-06-2005, 08:00 PM
I'm confused, I could have swore that I got that update out to you. I can send the file if needed xlogic. We'll have the update out this week most likely if you're ok on waiting as well.

Chris

xlogicgroup
09-06-2005, 08:21 PM
No problem, I can just wait if its going to be this week. I just wanted to finish up our dns sync scripts.

R-n-R
09-07-2005, 03:58 PM
Chris

Do you have a "road map" of the features you guys are would like to have in futur releases?

Is that already posted some where?

IWorx-Chris
09-07-2005, 04:45 PM
r-n-r,

There isn't, for 2 reasons:

1. Our focus changes as clients suggest things so priorities don't always stay the same. You can get a feel from reading the forums what's coming in general by the feedback and our comments.

2. We don't want to give any competitors juicy info :)

Chris