How To Add An Ip Address To Kloxo/lxadmin
Jun 25, 2009how to add an ip to kloxo/lxadmin?
we had asked for additional ip from the host, they provided it and added it to hypervm, but we can't c the ip in kloxo, so how can we add it to kloxo?
how to add an ip to kloxo/lxadmin?
we had asked for additional ip from the host, they provided it and added it to hypervm, but we can't c the ip in kloxo, so how can we add it to kloxo?
I rebuilt my VPS (again) today and noticed something different. Instead of the usual "Install LxAdmin" icon in HyperVM I read "Install Kloxo."
I looked at the demo and everything looked the same. Has anyone noticed any definite differences between the two? Has anything significant changed apart from the name?
which of them is better on kloxo - lxadmin VPS?
APF or CSF OR OTHER?
Is there a way to easily install lxadmin/kloxo in veportal?
View 14 Replies View RelatedJust got this email
Quote:
Dear Customers,
Multiple security vulnerabilities were discovered in hyperVM and Lxadmin/Kloxo. It is recommended that you update your hyperVM/Kloxo systems to the latest version, as soon as possible.
Details of the vulnerabilities will be posted in the coming days in our forum.
On hyperVM or Kloxo master, Run:
/script/upcp
Lxlabs Support Team
LxAdmin recently changed their name to Kloxo, which also introduced some new features.
I've setup a Kloxo cluster, with the main server on 1 server, and all the others (mail, dns, web) on another server - still testing it out.
Then I created a package in Kloxo with some limits and gave it a name. Then, I went into WHMCS, and added the product, and chose LxAdmin from the modules drop-down.
I then proceeded to add the package name in, and told WHMCS to "Get the available choices from the server" and then I get the following error:
Quote:
Fatal Error. Got a non-object from the server:
I've tested it with 2 different WHMCS installations
Having trouble with LXadmin/Kloxo. Just bought a vps, installed Kloxo, and when i try to add a client or reseller it says i have no dns set up. then i go to set that up, and it says i dont have an ip address set up.
I went into admin>servers>ipaddresses and tried to add the ipaddress assigned to my vps but it says that it is already in use... i want to be able to host a website.
our hosting company asking to turn off Kloxo.
Quote:
As some of you may be aware, there are some major holes in hypervm/kloxo that have been published that may leave your VPS open to attack, or compromise. We have shut down HyperVM running on the node temporarily to completely eliminate the risk of a hacker getting in, and have preformed a security assessment to make sure no compromise happened. If you are running Kloxo on your VPS, it's strongly recommended that you disable the daemon to prevent your VPS from getting hacked or attacked. If you require any assistance, Please submit a ticket to support. Unfortunately, *** is NOT responsible for any data loss. It is strongly recommended to disable Kloxo immediately to prevent attack.
cent os 5 or 5.3 - which is preferred?
And will kloxo work on cent Os 5.3 64bit?
or atleast 32 bit?
I installed kloxo on a fresh CentOS installation, not the hostinabox template
I have high memory usage though as seen here
[url]
Apache appears to be running 2 or 3 times? How do I remedy this?
[url]
I Have Kloxo Runing in my Server , and i use Apache for handling php , and htaccess .
From kloxo Panel under Extra , Error Handling .
I made editing to where visitor will be taken when come to page not found , banned , ..etc
The error 404 , 403,500
But won't work , it just take User to the Apache Test page instaed takes him to the Page i spicifed..
So i edited htaccess like ErrorDocument 403 forbid.php to try redierct the users to the error pages but got same reslut instaed takes them to the apache test page .
I tried install Plesk and Try . But seems the Same thing , when user comes to not found page , or forbidden page he will be directed to Apache test page.
My customer has an external facing Apache server that is acting as a reverse proxy to two internal applications. They have:
- external addresses for each app which resolve to different ip addresses, so app1.their_domain.com and app2.their_domain.com resolve to 77.3.170.10 and 77.3.170.11 respectively.
- the Apache server has two network interfaces with ip addresses 192.168.10.10 and 192.168.10.11
- the external ip addresses resolve to the above internal addresses
- the firewall between the Apache server and the internal app servers is configured to allow traffic from 192.168.10.10 to reach app_server1, and traffic from 192.168.10.11 to reach app_server2, both using port 7777.
I have configured a virtual host in httpd.conf for each ip, i.e.
Code:
<VirtualHost 192.168.10.10:80>
...
ProxyPass /app http://app_server1:7777/app
ProxyPassReverse /app http://app_server1:7777/app
RewriteRule ^/$ /app/app1 [R,L]
...
<VirtualHost>
and
Code:
<VirtualHost 192.168.10.11:80>
...
ProxyPass /app http://app_server2:7777/app
ProxyPassReverse /app http://app_server2:7777/app
RewriteRule ^/$ /app/app2 [R,L]
...
<VirtualHost>
This works fine in that the external address are being routed to the correct application, however the firewall is blocking requests to the second app as it appears the requests are coming from the Apache servers 'primary' ip address 192.168.10.10 instead of 192.168.10.11.
Is it possible to send requests using the ip address from the relevant VirtualHost?
Windows server 2008
Apache 2.2
I am using virtuozzo firewall to secure access.
I enter 58.27.175.211/255.255.255.0 for Source Address and Netmask for port 22.
But still I can connect using 58.181.103.217 or 58.27.151.120.
Second is it possible to enter two different ip address in source address?
I just bought a new ip address and want to setup this new ip as my server's main ip, making the 'existing main ip' as the secondary ip.
Which means, this new ip will be the server's default ip address for all services, including when connecting to other server.
I'm using CentOs 4.5 and swsoft's panels: HSPcomplete & Virtuozzo Power Panel, and Webmin.
I want to redirect a website to a particular URL so that the address bar shows the same URL and not the destination URL. I know it is possible via URL masking, however, I want it in such a way that whenever somebody clicks on any link in the website, the address bar should still show the original URL. To put it in simple words, Suppose I want to redirect [url] to [url]. Now if there is a link named contact/index.htm and somebody clicks on it the address bar should display [url]and not redirect to [url]
How can it be possible using URL Rewrite method in .htaccess file?
The problem usually goes like this:
- I can't access the webserver
- I'll try to restart httpd, and I'll get
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:443
To fix this, I run
[root@www1 ~]# lsof -i tcp:443
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
perl 11307 apache 4u IPv6 476943447 TCP *:https (LISTEN)
There is always leftover process that is causing the restart to fail. Once i force kill the process, I am able to restart httpd properly.
Now it is ok if this just occurs once in a while, but this problem keeps repeating itself almost everyday at 4am server time (cron time?). What can I do to permanently fix this?
LXAdmin is having REALLY odd DNS problems.
server has been reachable and up constantly, but DNS is NOT working for RANDOM people. No errors anywhere, no log entries, no reasons at all. Using Bind.
All my own tests, and few of friend's tests works fine, and then for a few doesn't work at all.
These problems started suddenly last week.
For those who used it for a long time now. Do you think it is suited for critical development and professional websites. What about stability .. and scalability ?
What about migrating from Cpanel. Easy?
my LXadmin..
1st. I have a domain registered at domainsite.com.
2nd. I want to be able to setup my site in LXadmin.
There are 5 ip's
**.**.**.33
**.**.**.34
**.**.**.35
**.**.**.36
and one default web address, **.**.**.101
1st. I went and setup a ns1.mysite.com & ns2.mysite.com
2nd. I went to my registrar and setup custom nameservers
with the above ns's and I used the first 2 ip's.
All I can see is the apache of the default "root"
I can login through ftp and see the actual files though.
I have a little offer if someone can help me. If you can help me get this working I can set you up with space 5gigs or w/e. I am totally confused, I almost feel like cancelling this account.
If anyone knows about HyperVM & LXadmin then let me know and I would love your help. You must be very serious and truthful because I am going to provide you with logins and stuff to help me....
Please help if you can. Oh and its VPS, 40 gig & 600 gig bandwidth.
I just playing with lxadmin.
I noticed, that FTP settings looks there quite.... strange.
I created users (let's say his name is 'usr' with few domains: domain1.com, domain2.com).
I can't just login to ftp using username usr and his pass - I need to create FTP users for all domai names - so, I can't manage more domainnames within one session. It is normal, or maybe I made something wrong - if so, how to fix that.
which ones best though?
View 24 Replies View RelatedI am new with VPS, i was trying to install LXA on my new VPS after rebuilding it
This is what i typed in SSH
wget [url]
sh kloxo-install-master.sh
It worked out fine initially. It went on installing, updating, downloading and so on..
But finally got stuck at this point
11:02:43 (379 KB/s) - `lxawstats4400.tar.gz' saved [1143518/1143518]
Downloading Installappdata
error reading information on service gpm: No such file or directory
rm -rf /var/lib/mysql
This is to receive reviews about each of them for a VPS of:
60 GB of space
1 TB of traffic
Which is better LXadmin or Cpanel?
We've had a request to assist a transfer from LxAdmin to DirectAdmin.
We don't mind moving all the files and MySQL manually, however our main concern is copying the old emails.
All the settings (ie. mail forwarders, cron jobs) can be re-created.
how to move the MailDir from LxAdmin to DirectAdmin?
I just moved from shared to vps and I bought a managed vps with lxadmin. I have no idea how to access my lxadmin. All I was given was the ip of the vps
View 6 Replies View RelatedI saw a vps plan without any control panel.
Virtuozzo based VPS comes with no control panel. I am wondering if it is easy to install Lxadmin or not? and is it all the same as lxadmin preinstalled by providers for operating?
I used a vps for several months with lxadmin, can deal with lxadmin well. so still want to have it.
i have a php script .this script worked in localhost and other hosting.
but dont work in my server.
my server in linux , lxadmin.
i a newbie from lxadmin.
this script run in browser. when user fill the need and press Botton, script must
connect to google server and Give My needs .
But afther the press botton , no do happend.
i think php.ini or server need to configure for this scripts.
i want to install lxadmin
i have run this comand:
#echo 0 >/selinux/enforce
#wget http://download.lxlabs.com/download/...tall-master.sh
#sh ./kloxo-install-master.sh
but http://ip:7777
is not up. h have disable iptables.
Does any one know of any link/url to a working demo of LxAdmin? Because LxLabs demo is always out of order I wanted to give LxAdmin a trial before ordering a Xen VPS from VPSLink. It irritates me that LxAdmin demo is never working
View 2 Replies View RelatedI recently purchased a VPS and was wondering which control panel I should ask my provider to install. Both are free, but I was wondering which one you guys preferred?
Also, which one uses less system resources (like RAM, etc)?
I have a VPS with LXADMIN Hostinabox single server and want to use this VPS as a secondary/slave DNS server. My primary/master DNS is hosted elsewhere.
Does the LXADMIN Hostinanox interface facilitate the ability to setup the secondary zone?