Contacting Peerless Machines
Mar 15, 2008
I've been trying to get hold of Nick at Peerless Machines for some weeks regarding a service I have purchased being significantly different than what was advertised. I have received some replies, each after several days, but they have been unsatisfactory in my opinion and nothing has picked up.
About a week ago I was asked for my Live Messenger address so that we could discuss the matter there, but after forwarding it to Nick and waiting several days I have received nothing. Their website also does not publish any significant contact details, and their billing system is disfunctional.
Does anyone have functional, direct contact details for Nick at Peerless Machines? A telephone number or Live Messenger address would be great.
View 5 Replies
ADVERTISEMENT
Apr 6, 2008
Could anyone tell me if they heard of this hosting company is OK? I checked they speed and it's ok, the prices are great as well,but i haven't seen much reviews
View 6 Replies
View Related
Jul 25, 2008
In recent weeks Peerless Machines was sold by a competent owner to PC-Core.net. Since that time, the server performance has been HORRIBLE, responses have been UNACCEPTABLY delayed, and none of their systems work.
They moved all shared and reseller clients over to a PC-Core sever. They had MySQL settings so tight that their own Kayako support desk didn't even function. Each time I tried to submit a ticket, their SQL server had "gone away."
When I contacted support (finally...manually through e-mail), the support responses were incoherent and ignorant.
I decided to cancel... but apparently that was too difficult of a task for them to complete.
I cancelled my account on July 14th. I received multiple e-mails from them saying that my invoice (due on the 20th) was overdue. When I replied to the bill, they said that the had no record of my account and that no invoice had been generated. Hmm.
So, I got two other e-mails informing me that my bill STILL had not been paid.
Please beware. Peerless Machines is no longer peerless..... It's now owned by PC-Crap . net!
Stay away....
View 14 Replies
View Related
Oct 22, 2009
They have 365 /27 phone support but i can't get any of the numbers to actually work. It says they have been disconected?
Is this just an issue from the uk?
I'm trying
Tech Support & Customer Service
support@midphase.com
1-866-MIDPHASE (Toll Free Phone)
1-435-787-7101 (Local Phone)
24 Hours per Day - 365 Days/Year
so from the uk
001 435 787 7107
001 866 643 74273
nothing connects says number disconnected?
can anyone else get them?
clicked the live help, but sadly that does not work for dedicated servers.
View 3 Replies
View Related
Jul 9, 2008
I just made a purchase for BQBackup but did not get any replies yet. Sent an email few hours ago but to no avail.
View 7 Replies
View Related
Dec 21, 2008
I cant seem to get in touch with either support/sales on Myriad. Anyone have an alternative email/IM contact for them? Anyone else having trouble contacting them?
View 3 Replies
View Related
Jul 17, 2007
In your environment, have you ever used diskless machines (e.g. booted with BOOTP/DHCP/TFTP) for any reason? Where in your environment are you making use of them (e.g. what types of servers - web, application, database, DNS, etc...), and how has it turned out for you?
Has it actually yielded any of the promised benefits that the literature on them says, or was it a pain to set up and maintain?
Any interesting use cases on what you use them for and, as importantly, what are your criteria for determining whether a particular type of server should be diskless or not?
As this forum is filled with people with lots of experience running hosting businesses or their own web applications and therefore have managed thousands of machines between yourselves, I figured this is an appropriate and interesting question to ask. I'm hoping to get insights from here that I can't get from reading any old web article.
View 1 Replies
View Related
Jul 29, 2007
Anyone know where to find preconfigured virtual machines? I'm looking for Cent OS 5 preconfigured with all the normal stuff (http, php, mysql, bind). I could set this all up myself but surely someone is in the business of creating preconfigured VMs?
I don't know all the precautions to take as far as securing a linux box, so a VM that is fairly secure like this would be very nice. I'm sure someone is already doing this, I just have yet to find them.
I think I'm going to use VMWare, but if the preconfigured VMs is for another virtual software, I'll reconsider.
View 14 Replies
View Related
Dec 22, 2006
I would like to reassure two DNS machines (a primary and a secondary) with iptables
By default I block everything, but even with rules for the port 53, it blocks the queries needing to resolve via the primary, and the secondary does not manage to transfer the zones of the primary …
DNS are on public ip, but to simplify, we are going to say that:
The primary DNS is: 192.168.0.10
The secondary DNS is: 192.168.0.20
Here are iptables rules(sliders) which I have at present:
iptables -F
iptables -t nat -F
iptables -t mangle -F
iptables -X
iptables -t nat -X
iptables -t mangle -X
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -P FORWARD DROP
iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A OUTPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -p tcp --dport 53 -j ACCEPT
iptables -A INPUT -p udp --dport 53 -j ACCEPT
iptables -A INPUT -i lo --source 127.0.0.1 --destination 127.0.0.1 -j ACCEPT
Thus with these rules, I have quite a lot of problems (resolutions, transfersof zones)
I found these rules on a forum, that seems to be interesting but as I do not know there not iptable, I ignore if it is what I miss or not.
For information here is all the same what I found (not tested):
#iptables -A INPUT -p tcp -s 192.168.0.20/255.255.255.255 --sport 1024:65535 -d 192.168.0.10 -dport 53 -m state state NEW,ESTABLISHED -j ACCEPT
#iptables -A OUTPUT -p tcp -s 192.168.0.10/255.255.255.255 --sport 53:65535 -d 192.168.0.20 -dport 1024:65535 -m state state ESTABLISHED -j ACCEPT
PS: server are under Linux Mandrake
View 0 Replies
View Related
Nov 9, 2007
How do you go about setting up virtual machines so that they can see sites hosted on the host machine?
I've got Virtual PC 2007 and the disk image that MS supply for testing IE6 on Vista machines and I'm having trouble accessing my local Apache server (set up with XAMPP). Until recently I was able to set the XP VM's LAN settings to use a proxy server with the IP address of the host machine, but I got migrated to ADSL2+ yesterday by my ISP and now that's no longer working.
To access my sites locally, I set up httpd.conf like this:
PHP Code:
<VirtualHost *:80> DocumentRoot "C:PathToFolder" ServerName siteName.local</VirtualHost><Directory "C:PathToFolder"> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all</Directory>
and then in Windows hosts file I add 127.0.0.1 siteName.local.
So what's the best way of getting the host and VMs to talk to each other?
View 0 Replies
View Related
Jun 25, 2014
Allow from 192.168.0.*
to the httpd-manual.conf to enable access by other machines on my network but it seems to be hard coded to localhost only.
Is there something else I can add to httpd-manual.conf to enable it or do I need to copy manual folder to the htdocs folder and then restrict that <Directory> ?
View 1 Replies
View Related
May 24, 2009
How do I configure dedicated IP's on Virtual Machines running on a CentOS5 Host?
I installed VMWare Server 2 almost without a problem using no GUI, I now have the web interface for the VMWS2 and any machine I create and run on it seems to do so without a problem.
The thing is, I can't connect or know how to configure this virtual network so I end up using 2 dedicated IPs on the Virtual Machine.
View 8 Replies
View Related
Sep 19, 2008
So you may have noticed im starting a few threads..
my boss told me that he wants to expand our market into hosting
im going to be putting some servers togeter and starting from scratch so to say
we'll be running alot of 2003 XP linux VM's
____________________________
we are going to be pushing some into the gaming server market
alot of sites offer dedicated servers
but with VM's taking off are these really *DEDICATED* or are they VM's?
will will be hosting some "dedicated" servers for not only game servers but for other aplications as well
View 14 Replies
View Related