Reboot Testing
for testing reboots? Basically, the goal is to avoid having a reboot fail leading to support or reinstall costs.
Right now, I'm using qemu -snapshot /dev/hda, but that obviously has limitations.
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Migration Testing
I am migrating my website to Hostgator, and before I change the DNS entries, I want to make sure that everything displays properly. To do this, I have added an entry into my /etc/hosts file pointing the domain to the new host. If I then ping the domain, the reply comes from the correct IP address. However, if I try to view the website, it is still served by the old host. I thought it might be a caching issue, but I have checked with wireshark and using curl, and it is definitely connecting to the new IP address, but the server that is returning the pages is still the old one. I've contacted hostgator support, but when they make the changes to their hosts file, it loads correctly. Is this a local problem (my system), or something with their server configuration?
View Replies!
View Related
Testing New Webserver
I am looking for some decent tools to test a web server that can run large scale web sites running Windows and Linux. I am more interested in the underlying hardware at this point to see if the servers them selves are capable of withstanding the loads without choking. I am most interested in Disk testing and Network testing but the server but of course the server as a whole is important to since cpu and memory bottle neck can affect everything.
View Replies!
View Related
Testing Mod_Evasive
I have 2 questions here. 1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server. I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server. If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server. Probably is not blocing the ip of the external server because of latency. Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server? Here I'm pasting the code of the test.pl script: Code: #!/usr/bin/perl # test.pl: small script to test mod_dosevasive's effectiveness use IO::Socket; use strict; for(0..100) { my($response); my($SOCKET) = new IO::Socket::INET( Proto => "tcp", PeerAddr=> "test.domain.tld:80"); if (! defined $SOCKET) { die $!; } print $SOCKET "GET /?$_ HTTP/1.0 "; $response = <$SOCKET>; print $response; close($SOCKET); } 2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.
View Replies!
View Related
Load Testing
We have been doing some research on some colocation facilities lately and a question came up about load testing. I'm wondering what the standard is in regards to load testing a colocation facility. Are they full load tests? How often are they done? How long are those tests done for?
View Replies!
View Related
Testing A Certificate
I've installed a certificate in my server that's certified by a CA, but I want to see what happens when that CA is no longer listed as trusted. In Internet Explorer I click Advanced and de-select "Server Authentication" for my CA. When I go to my site, though, I don't see the usual untrusted warning come up. How do you test this? what's the difference between the certification authority and publisher sections in Internet Explorer?
View Replies!
View Related
VPS For Software Testing
I am currently developing a piece of software that will act as an all purpose control panel for a specific niche. I have coded the vast majority of the control panel already, and want to purchase a cheap (under $25/mo) VPS to test the installation and performance of the control panel. As a result of me testing various configurations the main feature I am looking for is free (or very cheap) OS reloads. I want to be working under a CentOS environment, and have a decent amount of CPU that I can use. Disk space and bandwidth are really not an issue, as I am simply testing using this VPS to test the software I am developing.
View Replies!
View Related
Create Testing Directory
I have a USB drive with Uniserver, XAMP, and WOS portable webservers installed. The problem is that I would like to have a "test" directory that is independent of these three servers, but still accessible by typing something like "localhost/test" into the browser, regardless of which package I'm running. Each server package has its own neat little pros and cons and I'd like to be able to play around with all of them and still have the same common access to the same test directory.
View Replies!
View Related
Testing Server Security
Currently working on securing my server and i think I'm doing quite well until I asked myself the question, have I done it right? Is there anyway to actually test how secure my server actually is? I'd rather not just wait and see if someone can hack me to bring to light what I did wrong...I was also thinking of hiring someone to secure my server but then how do I know that they've done anything different to me? Are there any scripts or programs I can run to test server security?
View Replies!
View Related
Stress Testing VPSes
I've been playing with hyperVM lately and was wondering what tools all you computer geeks use to stress test your VPSes. Right now I'm testing out Xen VPSes, Linux AND Windows. Can some people recommend some tools to stress test reliability of the VPSes on both linux and windows? Windows seems a little flaky to me on Xen unless I'm doing something wrong. Stress tests based on a hosting environment would be perfect.
View Replies!
View Related
Testing Provider's Network
how you test your provider's network. What things do you look for? I hear terms like latency, and I see people posting their trace routes, but I just don't know what information you are trying to obtain from these tests. What other tests do you run, and what are you looking for?
View Replies!
View Related
Mod_Evasive - Testing Remotely
I have 2 questions here. 1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server. I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server. If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server. Probably is not blocing the ip of the external server because of latency. Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server? Here I'm pasting the code of the test.pl script: Quote: #!/usr/bin/perl # test.pl: small script to test mod_dosevasive's effectiveness use IO:ocket; use strict; for(0..100) { my($response); my($SOCKET) = new IO:ocket::INET( Proto => "tcp", PeerAddr=> "test.domain.tld:80"); if (! defined $SOCKET) { die $!; } print $SOCKET "GET /?$_ HTTP/1.0 "; $response = <$SOCKET>; print $response; close($SOCKET); } 2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.
View Replies!
View Related
Testing Subdomain Traffic
way to see the subdomains people have been visiting of a new domain I've bought. I know this domain gets a bunch of traffic to subdomains as I've parked it at sedo for a short time but they dont give you any details of hits.
View Replies!
View Related
Mod Evasive Testing
I just installed Mod Evasive and I want to fully test it but dont know how. I was planning to use Http Traffic Generator from NsaSoft but I'm afraid the ISP will block my IP space after testing the web site. What will be the best tool and way to test this module?
View Replies!
View Related
Real World Testing
We have recently moved to a new datacenter and I was wondering if anyone on these forums could provide their experiences with "real-world" testing. Upon move-in, we had a few issues. Obviously now the executives in the organization I work for are looking for justification for moving to the new colo. software, or an online service that will stress test our current setup? Obviously I have MRTG, Awstats, and a few other of the most well known polling packages installed and working correctly, but what does everyone else use for stress testing?
View Replies!
View Related
Server Memory Testing
I'm running a Fedora box and am getting these kinds of messages in /var/log/messages: Oct 26 13:41:20 tx kernel: Unable to handle kernel NULL pointer dereference at virtual address 0000000c I have a feeling this is a memory error and am looking for a way to confirm this. I found a package called memtest86+ (via yum) but have never used it. Have any of you used this program in the past and if so what are the steps? Does the server have to be shut down? Are there other programs out there to accomplish what I am trying to do?
View Replies!
View Related
SMTP Throughput Testing
I am trying to migrate from desktop anti spam to a server antispam solution (using Exchange 2003 Enterprise) I do not want to give out names, but I tried one solution from a advertised company and it put my mail throughput down to one message every ~3 seconds which built up a ever growing queue. The reason I beleive is that DNS lookup was trying for each message in turn instead of running simultaniously which slowed it down. Anyway, I am basically looking for a mail bomb with statistics! I want to be able to instantly send ~50 messages to my smtp server, and see how long it takes to get through the queue.
View Replies!
View Related
Mod_Evasive - Testing Remotely
I have 2 questions here. 1. I have installed mod_evasive version 1.10.1 on a Cent OS 4.4 server. I'm using the test.pl script that comes with mod_evasive to test the configuration and when running the script from the same server mod_Evasive is installed. The mod_evasive is able to detect the intrusion and block the IP of the server. If I use the same test.pl script from an external server the requests come in and are viewable in the access log but mod_evasive doesnt block the IP of the external server. Probably is not blocing the ip of the external server because of latency. Is there a way to modify the test.pl script to make it more agressive and get results when testing from an external server? Here I'm pasting the code of the test.pl script: Quote: #!/usr/bin/perl # test.pl: small script to test mod_dosevasive's effectiveness use IO:Socket; use strict; for(0..100) { my($response); my($SOCKET) = new IO:Socket::INET( Proto => "tcp", PeerAddr=> "test.domain.tld:80"); if (! defined $SOCKET) { die $!; } print $SOCKET "GET /?$_ HTTP/1.0 "; $response = <$SOCKET>; print $response; close($SOCKET); } 2. Also, I have sendmail installed and on the mod_evasive config I have email address specified on DOSEmailNotify. When testing from the internal server with the test.pl script the server is able to block the ip, put in the hash table but it never sends an email to my email address.
View Replies!
View Related
ImagiMagick Simple Testing Script
I bought a webhost from hosting provider. But ImageMagick does not work. Hosting provider said ImageMagick is installed. But ImageMagick still do not work! I think it is not installed properly [url] So, I need any simple test script to test ImageMagick if it works or not. I need real visual evidence for hosting provider to tell him that Imagimagick is not properly installed. I looked through this site but didn't see any test script.
View Replies!
View Related
Testing Host Download Speeds
I have seen that most hosting companies will post a download link with a file for speed testing purposes. I understand that I can download this and watch the speed, etc. What is the best way to do a download test? For instance if I just download the file to my machine I am concerned that I am not doing a good test. I am using firefox on XP and while the download is running it shows a speed that goes up and down. I am not sure if that is a realtime number or a cumulative number based on the total download to date. If it is cumulative then I guess I would just watch the number towards the end of the download to get an idea of the speed.
View Replies!
View Related
VPS NODE Stress Testing...
I want to know if there is a set of tools or a linux distro that I can use to create several Virtual Machines and make them use up all their allocated Memory/CPU to the max to see how much the VPS Node will hold. I do this on Windows easily as I overclock my PC at home. But in linux, no idea. I need something that will do iterations like Prime95 or SuperPI.
View Replies!
View Related
Cisco! Trying To Produce Lantencies For Testing
What I am trying to do is two controled tests. 1) Introduce a 250ms latency on a network from a source IP only. 2) Introduce a 5000ms latency on a network from a source IP only. Optionally I would go for introducing the latency to all inbound, outbound traffic without the source IP restriction. Network layout is as follows. Cisco ASA5550/VPN Module Firewall with two 4506 switches behind it, one for Public VLAN one for Internal VLAN, multiple hosts connected to each switch both Windows and Linux. Is there a way to introduce these latencies for testing purposes by some sort of Firewall or switch configuration? I know I can use Cisco's NIST Net WAN emulation software but that is per host and would prefer to do this accross the entire network at one time.
View Replies!
View Related
Onboard Raid 1 (Read Only After Testing)
I have a server with 2 hard drives. 1. I configured the onboard Raid 1, both as Volume0 I installed CentOS successfully. So I tested the RAID to see if the mirror really works 2. I took out hddA and boot hddB as single drive. it work! 3. Then I took out hddB and boot hddA as single drive. it work! 4. Then I plug back hddA & hddB back together & boot it up It gives me many error screen, I had to login as repair screen with root password. It says everything is read-only. So I try to remount but it fails #e2fsck -y /dev/sda1 #mount -t ext2 -o rw,remount /dev/sda1 / #mount -n -o remount ext2 /dev/sda1 / #mount -o remount,rw / None above works. I wonder if I am not suppose to do that way the first place?
View Replies!
View Related
Web Server Performance Testing
Is there a site which will enable me to enter url of my website and it will simulate visitors from multiple locations. It needs to open the page completely, and run for example 10 minutes. Two things I found are host-tracker, but it just gets headers from multiple locations, and does it only once. Another thing is Paessler software which can test exactly what I want (number of visitors for some period of time with full page download) but it must be run from one (my) PC, so I can not test bandwidth from multiple locations. I need combination of these two, anyone knows for something like that on the net?
View Replies!
View Related
CPanel DNS Only Setup + Testing
I've recently setup a vps with cPanel DNS only - to provide more redundancy to my hosting/dns network. (secondary dns solution) I've set it up so my hosting server synchronises changes on the vps as well. Since I can't actually get it to list the dns records on the vps via whm, how I can check that the records are on the vps and can be queried correctly. When I tell it to manually synchronise the records from my hosting server, it reloads bind on both servers with no errors.
View Replies!
View Related
Hosted Load Testing Services
Goggle has failed me most miserably on this..I find I need to do some serious load testing and user traffic simulation. Free software..I find..but it is almost all java-based..which..is not doable easily from a small vps. Uncle Bill has a windows based tool..but that requires a windows-based vps..and those are not cheap nor plentiful. Ok..two directions this could go: Linux based do-it-yourself testing and user/load simulation software *or* A hosted solution (with a free trial hopefully) I had used mecury's loadrunner many moons ago..but now that hp has bought it...it seems to now be you-must-have-your-own-server solution now..and not a hosted one.
View Replies!
View Related
Stress Testing A PHP Application
Was wondering if anyone has any knowledge of stress testing a site? We have a PHP application (Apache + Mysql) that searches a database and displays a screen of results. Each screen is different per user. We might have something like a few thousand people at any one time coming to the site and using it, so I was wondering how people normally go about testing for load, cpu, memory usage etc?
View Replies!
View Related
Remotely Accessing Testing Server - How
id like to set up apache on a spare pc i have lying around, for local dev. id like to stick it in the back of a closet (no screen, kb or mouse) but im wondering how i can best access it from my main computers. is there some kind of decent and preferably free remote desktop application that can be used for this? i know i can access the xampp installation via the ip address, but inevitably ill also have to access whatever OS i decide to install on it (xp or ubuntu)
View Replies!
View Related
Apache Mode PHP Software Testing
For the purpose of software testing, I'm looking for the cheapest possible web host which provides:PHP 5 in apache mode, without suPHP (this is primarily what I'd like to test -- I already have a host with suPHP) PHP's ftp extension MySQL either fopen URL wrappers enabled or CURL (or both) I don't care if it doesn't support domain names, has 50% uptime, is really slow and has a 100mb monthly transfer cap. Just need to check that new releases of my scripts work right on it. (Setting up an FTP server on my desktop seems too much trouble and unnecessary danger.)
View Replies!
View Related
Set Up IIS Locally On Vista For Testing
I'm moving from my old XP PC to a new PC with Vista (a mistake, but that's a different story). I'm trying to set up some sites in IIS so that I can develop locally without having to publish to a remote web server. I've installed IIS7 from the control panel, and am now looking to set up my first site. I've put the site name in, and the path to the site on the computer, but I'm getting an error in the 'bindings' section. I've left all of this empty because I don't know what it means (it didn't ask for any of this in IIS on XP) but when I try to add the site it gives me the following error: "The binding '*:80:' is assigned to another site. If you assign the same binding to this site, you will only be able to start one of the sites. Are you sure that you want to add this duplicate binding?" Does anyone know what to do here? I'll need to add about 100 domains to IIS so I want them all to be accessible locally. How do I do this?
View Replies!
View Related
Performance Testing, Pre-site Launch
We're in the midst of re-developing our website, and have become concerned that the servers and CMS we have put together may not be able to cope with the traffic we get. Our current site doesn't get an enormous amount of traffic but in using the in-development site it seems to be a little slower than we'd like. I have put together an RFP to solicit help in performance testing, and before I post it on the sitepoint marketplace I thought I'd see what people here thought about this sort of testing. If you have any experience with it and advice I'd love to hear about it.
View Replies!
View Related
2mhost.com - Web Stress Testing To Use Up Bandwidth Quota?
I was just curious as to whether anyone has ever came across a situation where your monthly bandwidth/transfer quota is being consumed at an exponential rate without any increase of traffic to the site? My current situation is this. I have an account 2mhost and a monthly bandwidth transfer quota of 100,000 MB. For the past few months it's been steadily growing. When I first transfered the site to this host their cheapest package quota wasnt sufficient and I ended up with a bandwidth overage error page on my site, so I had to upgrade. In doing so I've always ended the month just shy of 80% total quota. My problem is that it's only the 17th, and a few days ago i was at about 32%, now im at 51% with no increase of pageviews. Looking into awestats shows the alexandria2.2mhost.com using 30 gigs!! I questioned the tech support via live chat and they said it was wordpress accessing the images. So I downloaded the raw access logs and noticed that Every few seconds the server ip would make a request to a dozen or so images, each image being requested 3 times. here's a portion of the log: ....
View Replies!
View Related
Periodic Reboot
how to configure a periodic reboot, for example, each 4h the server will be reboot automatic. i think i do configure a cron, but i can't find anything for periodic rebooting on freebsd. this is a temporary solution for a issue of php.
View Replies!
View Related
Server Reboot ...
I had to reboot my server and about 20 minutes later I tried to access the web site but the page was not found... I am able to login to SSH. However, I am not familiar with *nix or the workings of CPanel... What should I do to get the sites back online?
View Replies!
View Related
After Graceful Reboot
After a graceful reboot I am having problems with a few things. First cpsrvd and lfd failed to start, but I fixed it doing this: rm -f /usr/local/cpanel/cpanel rm -f /scripts/installgd rm -f /scripts/cleanmd5 rm -f /scripts/upcp But next to all the drives it says "No DMA! (Click to Enable)", I click that and it says things: Quote: EIDE Hard Drive Optimizations Enabled /dev/hdc: setting 32-bit IO_support flag to 1 IO_support = 1 (32-bit) But after going back to Service Status it still says that. So I tried to enable it through a command by typing: sudo hparm -d1 /dev/hdc5 And get this error: Quote: /dev/hdc5: setting using_dma to 1 (on) HDIO_SET_DMA failed: Invalid argument using_dma = 0 (off)
View Replies!
View Related
Box Don't Reboot
I have a dedicated server, on Debian Etch. When I type a command with putty, the connection is closed immediately. I tried shutdown-r now and reboot, halt, do nothing to console closes and nothing happens. After a hundred connection, I can use ls, su and kill. I think it's the fact that the partition is corrupted. I can not Hardware reboot the server because CTN1 is "out of business". Do you know another way to restart the server
View Replies!
View Related
Reboot Failure
so my server dies every day and requires human intervention to fully restart all service to have my site work properly. i suspect sigterm issues as it fails to restart all service as website is still down so i always have to reboot it. Tried recompile apache with no success [Tue Mar 18 06:51:27 2008] [error] [client 203.160.1.39] request failed: erroneous characters after protocol string: If-Modified-Since: Wed, 21 Nov 2007 06:16:52 GMT [Tue Mar 18 10:03:18 2008] [error] Bad pid (7465) in scoreboard slot 16 [Tue Mar 18 10:03:18 2008] [error] Bad pid (27848) in scoreboard slot 17 [Tue Mar 18 10:03:18 2008] [error] Bad pid (27434) in scoreboard slot 18 [Tue Mar 18 10:03:18 2008] [error] Bad pid (30782) in scoreboard slot 19 [Tue Mar 18 10:03:18 2008] [error] Bad pid (7465) in scoreboard slot 16 [Tue Mar 18 10:03:18 2008] [error] Bad pid (27848) in scoreboard slot 17 [Tue Mar 18 10:03:18 2008] [error] Bad pid (27434) in scoreboard slot 18 [Tue Mar 18 10:03:18 2008] [error] Bad pid (30782) in scoreboard slot 19 [Tue Mar 18 10:03:18 2008] [error] Bad pid (7465) in scoreboard slot 16 [Tue Mar 18 10:03:18 2008] [error] Bad pid (27848) in scoreboard slot 17 [Tue Mar 18 10:03:18 2008] [error] Bad pid (27434) in scoreboard slot 18 [Tue Mar 18 10:03:18 2008] [error] Bad pid (30782) in scoreboard slot 19 [Tue Mar 18 10:03:18 2008] [notice] caught SIGTERM, shutting down [Tue Mar 18 10:03:20 2008] [notice] mod_security/1.9.5 configured - Apache/1.3.39 (Unix) PHP/5.2.5 [Tue Mar 18 10:03:20 2008] [notice] Any You Like mod_ssl/2.8.30 OpenSSL/0.9.8g mod_perl/1.29 FrontPage/5.0.2.2510 configured -- resuming normal operations [Tue Mar 18 10:03:20 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Mar 18 10:03:20 2008] [notice] Accept mutex: sysvsem (Default: sysvsem)
View Replies!
View Related
Reboot Time
What's an acceptable time for rebooting a machine? I send an email to midphase to get my machine rebooted and I wait nearly half an hour. Even put 911. Pacifirack would have got it done in under 5 minutes
View Replies!
View Related
Remote Reboot
I know there are tons out there, but what's the best bang for your buck? What's a good remote reboot that allows client to do it themselves that doesn't hurt your pockets too much?
View Replies!
View Related
Reboot Frequency
Just a general question regarding the frequency which you all reboot your linux servers. Mine has been up for 178 days, and is running sweet as a nut (touch wood). I was just wondering if it's worth giving it a reboot anytime soon, or if not, how long to give it before rebooting?
View Replies!
View Related
I Have To Flush Iptables On Every Reboot
I'm running CentOS 4.4 32 bit. At the moment every time I reboot my server I have to execute: # iptables --flush # iptables --zero just to be able to access the server. (Though it does allow SSH to access before executing those). And I figured out that I must do something to /etc/sysconfig/iptables to permanently be able to access the server without those commands after reboot. Right? Below is the file's contents: # Firewall configuration written by system-config-securitylevel # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :RH-Firewall-1-INPUT - [0:0] -A INPUT -j RH-Firewall-1-INPUT -A FORWARD -j RH-Firewall-1-INPUT -A RH-Firewall-1-INPUT -i lo -j ACCEPT -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT -A RH-Firewall-1-INPUT -p 50 -j ACCEPT -A RH-Firewall-1-INPUT -p 51 -j ACCEPT -A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited COMMIT What do I need to do?
View Replies!
View Related
Reboot Cron Job
VPS isn't rebooting by itself when it goes down. Anyone has any program/script that monitors heartbeat of the server? Like when it goes down, the program will automatically reboots the system. I know there's such a script out there but I forgot what it called.
View Replies!
View Related
VPS Didn't Come Online After A Reboot
my VPS didn't come online after a reboot(reboot via SSH). After that I tried to reboot it via HyperVM but I got an error like Couldn't stop VPS. I'm wondering, is one of those files chmoded to 700 and chowned to root:root a problem? chmod 700 /usr/bin/perl chmod 700 /usr/bin/python chmod 700 /bin/rm chmod 700 /bin/uname chmod 700 /bin/top chmod 700 /bin/chown chmod 700 /usr/bin/id chmod 700 /usr/bin/as chmod 700 /usr/bin/finger chmod 700 /usr/bin/w chmod 700 /usr/bin/locate chmod 700 /usr/bin/whereis chmod 700 /sbin/ifconfig chmod 700 /usr/bin/pico chmod 700 /usr/bin/which chmod 700 /usr/bin/make chmod 700 /bin/rpm chmod 700 /bin/ls chmod 700 /usr/bin/wget chmod 700 /bin/cat chmod 700 /usr/bin/nano chmod 700 /usr/bin/vim chmod 700 /bin/vi chmod 700 /bin/grep chmod 700 /usr/bin/find chmod 700 /bin/ln
View Replies!
View Related
Leaseweb Server Reboot
I ordered a leaseweb express server 4 box with windows server 2003 and have been running it, installed some software etc which worked out fine. Anyways, I wanted to disable tcp/ip filtering which I did and afterwards it prompted me that I would have to reboot the server for the changes to take place, I clicked ok and it rebooted. Now I just can't connect with remote desktop, I tried everything. I'm guessing it either shut down or didn't reboot properly? I tried sending an email to leaseweb support 2 days ago but still no shadow of any reply.. It says that I can reboot the server using the SSC but when I log in there, I can't really find any reboot option.
View Replies!
View Related
Ssh: Reboot Never Works
I'm finding that my server doesn't like to reboot gracefully. Either selecting "graceful server reboot" in WHM or actually typing "reboot" in SSH, which then tells me the server is shutting down. My server is then incommunicato indefinitely until I actually do a hard reset remotely. Is this common? Is there some way to find out why this is happening?
View Replies!
View Related
|