How To Connect Virtual PC To Host PC
I've downloaded and installed the Microsoft Virtual PC image for testing IE6. The development copy of my website is on the host PC, running on Windows XP/Apache/PHP. I need to use IE6 on the virtual PC to view pages served up by Apache on the host PC.
I know this requires networking them together, but I've no idea how to do that. I've installed the Microsoft Loopback Adapter on the host PC, and told the virtual PC it can use that adapter in the Virtual PC settings dialogue, but on the host PC the loopback adapter says "limited or no connectivity".
(Before someone suggests it, I've been using MultipleIEs. Trouble is, you can't test printing with that - you need a proper copy of IE6.)
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Connect To Mysql From Many Remote Virtual Hosts
I have a set up where server 1 holds a mysql DB and a virtual host. server 2 holds many virtual hosts in apache (16) connecting to this DB. The virtual hosts all hold the same script, but the single VH on server 1 receives about the same amount of visits as all the VHs of server 2. server 1 is very busy at times, like 100% CPU and a load around 10 for long period of times. server 2 is not very busy, around 30% CPU usage and 0.6 CPU load. Yet, users on server 2 experience *much slower* response times than the ones on server 1. The obvious reason could be the network between the two, but I'm not convinced (6 seconds for a query run from server 2 when it brings back 1 row and takes 0.01 second from server 1). I was wondering what other reasons it could be. The mysql processlist is weird: Code: mysql> show processlist; +-------+----------+---------------+----------+---------+------+--------------------+------------------------------------------------------------------------------------------------------+ | Id | User | Host | db | Command | Time | State | Info | +-------+----------+---------------+----------+---------+------+--------------------+------------------------------------------------------------------------------------------------------+ | 81817 | mysite | localhost | mysite | Sleep | 865 | | NULL | | 94992 | mysite | server2:47927 | mysite | Sleep | 188 | | NULL | | 96890 | mysite | server2:50881 | mysite | Sleep | 26 | | NULL | | 97213 | mysite | server2:51010 | mysite | Sleep | 22 | | NULL | | 97391 | mysite | server2:51085 | mysite | Sleep | 36 | | NULL | | 97919 | mysite | server2:51300 | mysite | Sleep | 49 | | NULL | | 97927 | mysite | server2:51306 | NULL | Sleep | 49 | | NULL | | 97933 | mysite | server2:51282 | mysite | Sleep | 48 | | NULL | 97933 | mysite | server2:51282 | mysite | Sleep | 48 | | NULL | | 97958 | mysite | server2:51321 | mysite | Sleep | 26 | | NULL | | 97961 | mysite | server2:51323 | mysite | Sleep | 46 | | NULL | | 98104 | mysite | server2:51344 | mysite | Sleep | 39 | | NULL | | 98169 | mysite | server2:51376 | NULL | Sleep | 36 | | NULL | | 98177 | mysite | server2:51388 | mysite | Sleep | 9 | | NULL | | 98365 | mysite | server2:51461 | mysite | Sleep | 26 | | NULL | | 98377 | mysite | server2:51427 | mysite | Sleep | 26 | | NULL | | 98380 | mysite | server2:51468 | mysite | Sleep | 6 | | NULL | | 98394 | mysite | server2:51474 | mysite | Sleep | 26 | | NULL | | 98404 | mysite | server2:51479 | mysite | Sleep | 26 | | NULL | | 98418 | mysite | server2:51486 | mysite | Sleep | 26 | | NULL | | 98419 | mysite | server2:51487 | mysite | Sleep | 26 | | NULL | | 98429 | mysite | server2:51496 | mysite | Sleep | 2 | | NULL | | 98503 | mysite | server2:51520 | mysite | Sleep | 22 | | NULL | | 98512 | mysite | server2:51524 | mysite | Sleep | 22 | | NULL | | 98514 | mysite | server2:51525 | mysite | Sleep | 20 | | NULL | | 98519 | mysite | server2:51526 | mysite | Sleep | 22 | | NULL | | 98557 | mysite | server2:51514 | mysite | Sleep | 21 | | NULL | | 98568 | mysite | server2:51548 | mysite | Sleep | 20 | | NULL | | 98581 | mysite | server2:51557 | mysite | Sleep | 5 | | NULL | | 98617 | mysite | server2:51572 | mysite | Sleep | 18 | | NULL | | 98620 | mysite | server2:51574 | NULL | Sleep | 18 | | NULL | | 98630 | mysite | server2:51577 | mysite | Sleep | 17 | | NULL | | 98644 | mysite | server2:51584 | mysite | Sleep | 17 | | NULL | | 98681 | mysite | server2:51601 | mysite | Sleep | 15 | | NULL | | 98698 | mysite | server2:51604 | mysite | Sleep | 14 | | NULL | | 98704 | mysite | server2:51606 | mysite | Sleep | 14 | | NULL | | 98714 | mysite | server2:51610 | NULL | Sleep | 14 | | NULL | | 98736 | mysite | server2:51619 | NULL | Sleep | 13 | | NULL | | 98748 | mysite | server2:51626 | NULL | Sleep | 12 | | NULL | | 98753 | mysite | server2:51628 | mysite | Sleep | 12 | | NULL | | 98785 | mysite | server2:51635 | mysite | Sleep | 11 | | NULL | | 98820 | mysite | server2:51654 | mysite | Sleep | 10 | | NULL | | 98821 | mysite | server2:51655 | mysite | Sleep | 10 | | NULL | | 98822 | mysite | server2:51656 | mysite | Sleep | 10 | | NULL | | 98823 | mysite | server2:51657 | mysite | Sleep | 10 | | NULL | | 98836 | mysite | server2:51660 | mysite | Sleep | 9 | | NULL | | 98840 | mysite | server2:51662 | NULL | Sleep | 9 | | NULL | | 98841 | mysite | localhost | NULL | Query | 0 | NULL | show processlist | | 98901 | mysite | server2:51680 | mysite | Sleep | 6 | | NULL | | 98903 | mysite | server2:51651 | mysite | Sleep | 7 | | NULL | | 98920 | mysite | server2:51684 | mysite | Sleep | 6 | | NULL | | 98947 | mysite | localhost | mysite | Sleep | 1 | | NULL | | 98954 | mysite | server2:51696 | mysite | Sleep | 5 | | NULL | | 99024 | mysite | server2:51710 | mysite | Sleep | 1 | | NULL | | 99031 | mysite | server2:51712 | mysite | Sleep | 2 | | NULL | | 99032 | mysite | server2:51686 | mysite | Sleep | 2 | | NULL | | 99041 | mysite | server2:51694 | mysite | Sleep | 2 | | NULL | | 99049 | mysite | server2:51717 | mysite | Sleep | 2 | | NULL | | 99058 | mysite | server2:51720 | mysite | Sleep | 1 | | NULL | | 99063 | mysite | server2:51685 | mysite | Sleep | 1 | | NULL | | 99064 | mysite | server2:51722 | mysite | Sleep | 2 | | NULL | | 99073 | mysite | localhost | mysite | Sleep | 1 | | NULL | | 99075 | mysite | server2:51724 | mysite | Sleep | 1 | | NULL | | 99086 | mysite | localhost | mysite | Query | 1 | Creating tmp table | SELECT DISTINCT * | | 99089 | mysite | localhost | mysite | Sleep | 1 | | NULL | +-------+----------+---------------+----------+---------+------+----------- Why so many sleeping processes from server 2, and none or almost none from server 1 ? Is it normal that every query from server 2 is open on a different port ? Should they be grouped by virtual host, or is there one different port for each script running concurrently? What could be a reason for server 2 having problems to open connections on server 1, and how to solve it? Right now I'm about to deport more users from server 1 to new virtual hosts on server 2, hoping it will lower the load on the first machine and overall accelerate the response times. I just thought I'd post here first because this all seems very weird to me and i thought someone with an external look might tell me what I'm doing wrong. And also if network would be the problem maybe that's not the clever thing to do to make more users remote.
View Replies!
View Related
Virtual Host Redirection
explain our setup. We have an in house centOS linux developer box running apache 2.x We have our own on-site router/switch setup etc. We host our external website whatever.com with Networksolutions On our whatever.com DNS (via network solutions). We have our domain subscriber.whatever.com pointing to our external IP address. subscriber.whatever.com -> xx.xx.xx.xx In our router configuration we have subscriber.whatever.com forwarding to our CentOS linux development box. it's forwarding to the internal network IP address 10.xx.xx.xx However we want the box to redirect someone when they come in on subscriber.whatever.com... We basically want it to redirect them to subscriber.whatever.com:port/folder/ Preferably masked so that all someone would see is subscriber.whatever.com but they're actually at subscriber.whatever.com:port/folder/ Unfortunately network solutions's setup won't allow us to easily do this so we have to do it somehow locally. Anyone have any suggestions? I've got this working on the box itself (if you goto the site on the box via gnome) however externally or on another system on our internal network it's a no go.
View Replies!
View Related
Apache Virtual Host
For some reason, the first virtual host i have listed in apache2.conf gets all the traffic of all the other virtual hosts listed below it. Example: Domain xyz.com is listed as the first virtual host. the second, third, and fourth are 123.com, 987.com, and mno.com, respectively (fictitious domains). However, it seems that everything below xyz.com goes straight to xyz.com. If i switch the first entry, xyz.com with any of the others, such as mno.com, so that mno.com is the first virtual host entry, everything then forwards to that domain.
View Replies!
View Related
Open_basedir With Virtual Host
I am trying to do open_basedir in my httpd.conf file using wildcards so I dont have to set it up for EACH account. Here is my Virtual Host part in my conf: <VirtualHost *> VirtualDocumentRoot /www/%2+/%1.1/%1.2/%1.3/%1/htdocs/ RewriteEngine On RewriteCond %{HTTP_HOST} ^www..*$ RewriteRule ^(.+) %{HTTP_HOST}$1 [C] RewriteRule ^www.(.+) http://$1 [P] RequestHeader unset Accept-Encoding RequestHeader unset Content-Encoding </VirtualHost> I have tried putting: php_admin_value open_basedir /www/%2+/%1.1/%1.2/%1.3/%1/htdocs/ But I get this error looking at ANY PAGE: Fatal error: Can't load /www/fatehost.net/a/l/d/aldo/htdocs/{FILE_IM_ON}, open_basedir restriction. in Unknown on line 0
View Replies!
View Related
Apache Virtual Host, Can't Use Allowoverride
I have a virtual host and I want to allow .htaccess files to be used, but that requires to put allow override yes in the virtual host declairation as its off by default, but I get this error: Starting httpd: Syntax error on line 16 of /etc/httpd/conf/virtualhosts.conf: AllowOverride not allowed here This completly ditches my whole virtual hosting idea that I've been planing for a while. Any other way to allow .htaccess through virtual hosts? using apache 2.2.3
View Replies!
View Related
Who Is The BEST Virtual Dedicated Server Host
what hosts are considered the best for virtual dedicated servers. I know about the big names like GoDaddy and Yahoo, but who really has the best service and (importantly) the best price/value? Heres what I need power-wise: Something that offers 2GB+ of RAM to me, 20GB+ Hard Drive space, and something thats running on Windows. I intend to run 3 e-commerce sites off this, so if you think I need more power please recommend it.
View Replies!
View Related
Apache ReverseProxy On Virtual Host
Today I configured a Virtual Host (VH) for one of my customers. VH run on WindowsServer 2003 Apache 2.0.59. I enabled mod_proxy and mod_proxy_http modules and successfully loaded. Here is the VH config: Code: <VirtualHost xxx.xxx.xxx.xxx:80> ServerAdmin admin@example.com ServerName www.example.com DocumentRoot C:/Apache2/htdocs/www/example.com DirectoryIndex index.php <Proxy *> Order Deny,Allow Allow from all </Proxy> ProxyRequests Off ProxyPass /cms-test [url] ProxyPassReverse /cms-test [url] ProxyPass /cms-eshop [url] ProxyPassReverse /cms-eshop [url] ErrorLog logs/www.example.com-error.log CustomLog logs/www.example.com-access.log combined </VirtualHost> According stated above proxy should map the content of yyy.yyy.yyy.yyy:80 and send it to client... Apache doesn't do that but redirects client directly to yyy.yyy.yyy.yyy instead, even rewriting URL, what is not proper purpose of proxy. I would expect proxy to retrieve content from yyy.yyy.yyy.yyy:80 and forward it to client without URL rewriting. Rewriting URL and direct aiming of client to source of content is unsuccessfull of course, because the source (yyy.yyy.yyy.yyy:80) trust only to xxx.xxx.xxx.xxx which has a right to request a content. Could anybody explain why proxy doesn't proxy and redirects instead?
View Replies!
View Related
Setting Up Virtual Host In Apache
I'm trying to setup a subdomain, and this is what i've added in httpd.conf <VirtualHost 000.000.000.000> ServerName dir.domain.com DocumentRoot /home/domain/html/dir/ </VirtualHost> Am i missing something here? I restarted httpd when finished.. but it doesnt work.
View Replies!
View Related
Virtual Host Redirects All Requests
I just went with Steadcom's VPS and they are great. I am setting things up and it's going pretty well, I have to dust off my linux/server knowledge that I haven't used in a couple of years. Anyway I'm creating a virtual host.. I will have about 10 in the end, but right now I only have one domain IP Pointing to my new server. My registrar is NamesDirect. When I create the virtual host, I can no longer access subdirectories directly. My Virtual Host directory is, say, /var/www/html/newdir If I try to reach http://www.domainname.com which has been configued as a virtual host, that comes up correctly from the directory /var/www/html/newdir and works fine. But if I try to reach http://myipaddress/newdir I get a 404 page not found error. Looking at the log, it's trying to reach /var/www/html/newdir/newdir so it's putting in the virtual host redirect even for just hitting the subdirectory directly. Is this normal? Do I have something configured wrong? I have another domain that I have changed to IP Point to the VPS but until it propogates I won't be able to test having 2 virtual hosts. Also.. I have not set up DNS on my VPS. I don't really understand it, and IP Pointing has always worked for me when I ran my own server form my home so I was just going to do that. But I wonder if this could be one of the problems.
View Replies!
View Related
Catching A Spamming Virtual Host
I am managing few virtual domains on a server. Recently I have seen lots of email activity. Most of the emails are being sent with php scripts which are run under apache. what I want is to catch the culprit domain so the sender's return path in most cases is root@xxxxx as apache is running under root user. The server runs plesk admin panel. I know I can always inspect messages in the queue, qmhandle is good as well to do so. but is there any better way. e.g. is there a way that instead of emails sent from php scripts with apache user domain name in return path and not root@server etc. any tools to analyze this activity and then take necessary actions.
View Replies!
View Related
Apache - Run Virtual Host As User
I've run into a wall trying to run apache with multiple websites allowing users to use FTPd to manage files. I'm running FreeBSD 7.1 on Apache 2.2.x The issue is that Apache runs as www:www but FTPd writes the files as username:client. When performing some scripts that edit back-end files, this obviously can cause errors. The data for each directory is stored in /home/username/www I looked into some apache directives I could use. I tried putting User and Group directives into the vhost configuration for each vhost, but that did not work. I even found the perchild module and it looked like it can do the job but was a bit scared and turned off by the fact that it states it is beta at the top of the page. (I cannot link to it because I do not have enough posts.)
View Replies!
View Related
Named Based Virtual Host Problem
i have xampp i followed this redivide.com/blog/setting-up-a-name-based-virtual-host-vhost/ when im on the computer that xampp runs on it works fine both domains go to their proper directory ones c://xampp/htdocs/fa and the others c://xampp/htdocs/wsd but when i try it on another computer both domains go to the default folder which is c://xampp/htdocs
View Replies!
View Related
VPS To Host Proxmox Virtual Appliances
In the proxmox site they say that they have tested and validated virtual appliances for major virtualization technologies (VMWare, OpenVZ and Virtuozzo). However I contacted two VPS providers and both said they cannot host this due to custom kernel of this product. I wish to know are there any other hosts who can host this in a VPS. My requirements are like 300GB disk space and 800G of monthly bandwidth (prefer a guaranteed core).
View Replies!
View Related
Ubuntu + Apache + Virtual Host + Subversion
i have followed twice a tutorial (you'll find it if you type in google "sellersrank ubuntu subversion". It is the second result. You know, I cant insert URL in my posts yet...) to install Ubuntu + Apache + Virtual host + Subversion, but when i try to access the repository through "svn.domain.com" an error message like this is showed: Address Not Found Firefox can’t find the server at svn.domain.com. I have Ubuntu 8.04 + Apache 2.2.8
View Replies!
View Related
Any UK Or European Host Accepting VPN (Virtual Private Network)?
I'm looking for a host located in UK that can accept/support vpn/tunnel connections to the VPS - creation and access to vps' /dev/net/tun (TAP/TUN device) for use with tunneling services like vtun. I am currently a customer of webhosting.uk.com, they look very good host but unfortunately they dont accept or support vpn on their VPS plans. The bigger the list of hosts supporting vpn, the best. Maybe hosts of other european countries too, if connection speed is acceptable.
View Replies!
View Related
Connect Switch
This week connectswitch's service has not been that good. Basically first they restart the node without prior notice and our vps was down for 7 hours. and now we buy our cPanel license via them and they havent paid it so the license is now expired although we have paid them for it.
View Replies!
View Related
Can't Connect To Outside Websites
We can't resolve any outside websites, for example wget won't resolve any websites. elvis:~# wget [url] --2009-07-30 03:12:15-- [url] Resolving g-ecx.images-amazon.com... failed: Temporary failure in name resolution. wget: unable to resolve host address `g-ecx.images-amazon.com' elvis:~# How can we debug this? Its just started to do this, before it was fine for months. We can resolve IP addresses fine. elvis:~# wget [url] --2009-07-30 03:18:08-- http://206.251.77.82/~proxy/images/b...ntent-view.png Connecting to 206.251.77.82:80... connected. HTTP request sent, awaiting response... 200 OK Length: 241 [image/png] Saving to: `background-content-view.png' 100%[======================================>] 241 --.-K/s in 0s 2009-07-30 03:18:08 (63.8 MB/s) - `background-content-view.png' saved [241/241] elvis:~#
View Replies!
View Related
Cant Connect To IIS
is to use windows authentication, to connect to the site, and connect to MS SQL with the same user. I read on the net (http://msdn.microsoft.com/en-us/library/ms998358.aspx), and it said I should go to my default sites properties, to to the "directory security" tab, and make sure "Integrated Windows authentication" is the only box that is checked. I did that and now I cant connect to my site... When I try to connect, it bring up a windows user name and password box. I put a user name and password in, but nothing... Iv double checked the user exist, and still nothing...
View Replies!
View Related
What Is Cross Connect
I'm getting a cabinet colocation with a provider and on the sales order there is a setup and re-occurring fee for "cross connect". My rep explained it's for the connection from my cabinet to their switch. Is this a typical charge for colocation? I thought cross connect is for connecting from their facility to 3rd party providers.
View Replies!
View Related
How Do I Connect To Centos
I got my dedicated server on centos ... everything is running, how to remotly connect I already tried putty but there are some problems. My hosting provider give me this details: root / Admin Password: xxx DRAC-ip-user-password and APC IP. So which program is the best for remote connect?
View Replies!
View Related
Can't Connect To CPanel
I can't connect to CPanel or any of my sites but I can connect to my virtuozzo control panel. When I try to connect to CPanel or any of my sites I get an error that says that the server is taking to long to respond. If I go through a proxy I see the sites so I know CPanel is not down. How is it possible to connect to my Virtuozzo control panel but not Cpanel?
View Replies!
View Related
Clients Can't Connect To IP
We're having a small problem with one of our Ventrilo boxes (Linux) that seems to be blocking users from connecting. The DC (The Planet) is reporting that the issue is likely with the user and my tech is also saying the same thing. I have reason to believe they're both wrong but wanted to see if anyone had any ideas. Here are 3 tracert's that show normal activity until the user reaches the DC network and then they can't reach our server. All 3 of these are from different users experiencing the exact same problem. Tracing route to ca.13.1343.static.theplanet.com [67.19.19.202] over a maximum of 30 hops: 1 2 ms 1 ms <1 ms 192.168.1.1 2 * * * Request timed out. 3 70 ms 72 ms 24 ms 68.86.105.193 4 127 ms * 13 ms 10g-9-3-ur02.longmont.co.denver.comcast.net [68. 86.103.157] 5 103 ms 87 ms 66 ms 10g-9-1-ur01.longmont.co.denver.comcast.net [68. 86.103.161] 6 12 ms 11 ms 12 ms 10g-3-1-ar01.denver.co.denver.comcast.net [68.86 .103.154] 7 9 ms 9 ms 23 ms 68.86.103.150 8 11 ms 12 ms 11 ms 12.125.159.89 9 45 ms 42 ms 33 ms tbr2-p013702.dvmco.ip.att.net [12.123.207.150] 10 31 ms 34 ms 126 ms tbr2-cl33.dlstx.ip.att.net [12.122.12.125] 11 145 ms 32 ms 31 ms gar1-p3100.dlrtx.ip.att.net [12.123.16.165] 12 38 ms 32 ms 31 ms 12.119.136.14 13 30 ms 34 ms 32 ms te7-1.dsr02.dllstx3.theplanet.com [70.87.253.18] 14 34 ms 32 ms 30 ms vl41.dsr01.dllstx4.theplanet.com [70.85.127.83] 15 59 ms 142 ms 48 ms gi1-0-2.car02.dllstx4.theplanet.com [67.19.255.1 34] 16 * * * Request timed out. 17 * * * Request timed out. 18 * * * Request timed out. 19 * * * Request timed out. 20 * * * Request timed out. 21 * * * Request timed out. 22 * * * Request timed out. 23 * * * Request timed out. 24 * * * Request timed out. 25 * * * Request timed out. 26 * * * Request timed out. 27 * * * Request timed out. 28 * * * Request timed out. 29 * * * Request timed out. 30 * * * Request timed out. Tracing route to ca.13.1343.static.theplanet.com [67.19.19.202] over a maximum of 30 hops: 1 <1 ms <1 ms <1 ms 192.168.1.1 2 8 ms 7 ms 10 ms 73.96.20.1 3 9 ms * 7 ms GE-2-37-ur01.aberdeen.wa.seattle.comcast.net [68 .86.98.9] 4 9 ms 13 ms * te-5-2-ur01.olympia.wa.seattle.comcast.net [68.8 6.96.6] 5 11 ms * 12 ms te-8-4-ar01.burien.wa.seattle.comcast.net [68.86 .96.10] 6 14 ms 19 ms 14 ms 12.116.25.13 7 69 ms 69 ms 70 ms tbr1011401.st6wa.ip.att.net [12.122.111.6] 8 72 ms 76 ms 74 ms tbr2-cl10.sffca.ip.att.net [12.122.12.113] 9 73 ms 66 ms 67 ms tbr1-cl30.sffca.ip.att.net [12.122.9.137] 10 67 ms 68 ms 69 ms tbr1-cl3.la2ca.ip.att.net [12.122.10.26] 11 70 ms 67 ms 67 ms tbr1-cl20.dlstx.ip.att.net [12.122.10.49] 12 67 ms 68 ms 67 ms gar1-p340.dlrtx.ip.att.net [12.123.16.161] 13 65 ms 66 ms 65 ms 12.119.136.14 14 66 ms 66 ms 65 ms te9-1.dsr02.dllstx3.theplanet.com [70.87.253.22] 15 68 ms 67 ms 68 ms vl42.dsr02.dllstx4.theplanet.com [70.85.127.91] 16 67 ms 66 ms 66 ms gi1-0-1.car02.dllstx4.theplanet.com [67.19.255.6 ] 17 * * * Request timed out. 18 * * * Request timed out. 19 * * * Request timed out. 20 * * * Request timed out. 21 * * * Request timed out. 22 * * * Request timed out. 23 * * * Request timed out. 24 * * * Request timed out. 25 * * * Request timed out. 26 * * * Request timed out. 27 * * * Request timed out. 28 * * * Request timed out. 29 * * * Request timed out. 30 * * * Request timed out. 1 9 ms 5 ms 7 ms 73.101.80.1 2 7 ms 7 ms * GE-2-37-ur01.gigharbor.wa.seattle.comcast.net [6 86.99.9] 3 * * * Request timed out. 4 13 ms 9 ms 11 ms 12.117.243.13 5 64 ms 66 ms 64 ms 12.127.6.50 6 67 ms 67 ms 273 ms tbr2-cl10.sffca.ip.att.net [12.122.12.113] 7 67 ms 73 ms 69 ms tbr1-cl30.sffca.ip.att.net [12.122.9.137] 8 66 ms 66 ms 65 ms tbr1-cl3.la2ca.ip.att.net [12.122.10.26] 9 68 ms 64 ms 63 ms tbr1-cl20.dlstx.ip.att.net [12.122.10.49] 0 67 ms 70 ms 66 ms gar1-p340.dlrtx.ip.att.net [12.123.16.161] 1 70 ms 68 ms 67 ms 12.119.136.14 2 72 ms 69 ms 66 ms te9-1.dsr02.dllstx3.theplanet.com [70.87.253.22] 3 63 ms 65 ms 65 ms vl42.dsr02.dllstx4.theplanet.com [70.85.127.91] 4 69 ms 75 ms 69 ms gi1-0-1.car02.dllstx4.theplanet.com [67.19.255.6 5 * * * Request timed out. 6 * * * Request timed out. 7 * * * Request timed out. 8 * * * Request timed out. 9 * * * Request timed out. 0 * * * Request timed out.
View Replies!
View Related
Could Not Connect To Database
I recently tried installing phpbb forum via fantastico and everytime I try I get the error "phpbb critical error" "could not connect to database" I also get an error connecting to database when I try installing SMF. I checked the configuration/information and the password and username is all correct.
View Replies!
View Related
Connect Two Servers
I'm trying to cross connect two linux servers' secondary NICs with a cross over cable. after I pluged in the both ends, I tried to set internal ips for eth1 with netconfig, 192.168.3.1 and the other one is 192.168.3.2, i don't know what to put on netmask and gateway so I left it with netconfig's default, after that I tried ifup ifcfg-eth1 but the server lost connection. The tech at the datacenter checked and said I delete their network gateway from the list of routes. what should I do? remove the gateway line in ifcfg-eth1?
View Replies!
View Related
CoreHoster :: Unable To Connect
I am unable to connect to corehoster at all again -- I have been having issues since I opened my alpha master reseller account Any reseller account I create cant create cleints.. I am even unable to enter tickets or send email to them since they are unreachable Nick S refuses to refund my account . Any one else having issues with core hoster
View Replies!
View Related
Portal Connect But Don't Work
I install a Oracle Collaboration Suite portal on a Windows 2003 server. I configure everithig to put it online. I cerate a dyndns hostname and I forwarded the 80 port on the router. So, when I type the adress the portal appears but when I press on a link he redirects me on server.xxx.local.
View Replies!
View Related
Best VPS To Connect Thailand
i am searching a VPS to connect Thailand users its need very fast link and good ping its for real time multimedia ( i try to avoid LAG in sound) windows as a preference but linux can do I dont need a lots of CPU or RAM cpy of 233mhz and ram of 256m is enought put the connectivity is crucial full dubplex 100mbps and 500G of bandwith as a minimal any clue where i can find this litle jewel now i am using one who use tiscali as the provider its works fine the VPS is ok but its dont connect well all my poeples so i am looking to change it
View Replies!
View Related
Vsftpd Running, Can't Connect From Outside
I have been pulling my hair out all day trying to fix this issue, which should be simple in theory. Basically in summary, vsftpd is running on the server, I can't connect to FTP from my own computer. I have tried many things, but right now the way it stands is my vsftpd.conf file has listen=YES. I did a netstat -pan, with a return of: tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 29984/vsftpd I can telnet/FTP into port 21 locally, so vsftpd is indeed running properly, but I cannot connect from the outside at all. I have also commented out everything in /etc/hosts.allow. At this point, I am out of ideas. And to top it all off, I'm on a tight deadline. Usually works out there way doesn't it?
View Replies!
View Related
Can't Connect To Remote Desktop
I signed up for a Win2k3 VPS account with 3dgwebhosting. I'm a newbie to Plesk and win2k3 so I spent the first day getting head around Plesk. I then logged into Remote Desktop only to find someone else had beat me. They'd hacked in and downloaded a mass email client, email stripper and obviously sent out spam from a 2mb text file of email addresses. I didn't spend long in Remote Desktop, but while there I switched on Windows Firewall, changed my admin login password and logged off. Now, 24 hours later, I can't get back in. I get the error - This computer can't connect to the remote computer. Try again..... I can still login through Plesk, FTP and ExpressionWeb. Is FW keeping me out of RD or has the hacker returned?
View Replies!
View Related
How Can I Connect More Than Server With One Domain
i want to know how EXACTLY connect more than server with one domain i will explain what i want [note : sites & ip all for example below] i have a site name [company name] is www.comanyname.com and i have two servers [client servers] with the following dns server 1# ns1.companyname.com pointed to ip 192.168.1.1 ns2.companyname.com pointed to ip 192.168.1.2 server 2# ns3.companyname.com pointed to ip 10.0.0.1 ns4.companyname.com pointed to ip 10.0.0.2 now i want to make a NEW domain name like www.companynamedns.com and i want this domain hold all client's servers [want to spilt the company dns of the client dns], like ns1.companynamedns.com ns2.companynamedns.com ns3.companynamedns.com ns4.companynamedns.com vip.companynamedns.com s1.companynamedns.com i can make any name server like i want, so the first thing it must to be all server's ip that i want to connect to the domain companynamedns.com in www A record and mx record too and if u ping to companynamedns.com every time it give you random ip [cuz i put www a record for more than server with same one domain name] so this way not very cleard for me and i want to know how can i add the www a record? should i create a dns zone in any server but this entry in one server in whm [note i use cpanel/whm]? and put the www A record with new domain name companynamedns.com for every time i get a new server like i add www A record this companynamedns.com 1 A 192.168.1.1 14400s companynamedns.com 1 A 10.0.0.1 14400s companynamedns.com 1 A 10.10.10.1 14400s companynamedns.com 1 A 11.11.11.1 14400s and mx record like this companynamedns.com 1 TXT v=spf1 a mx ip4:192.168.1.1 ip4:10.0.0.1 ip4:10.10.10.1 -all 14400s but how about the ns record? should i but all ns record in the dns zone in whm? [note : there is another company make this trick and he have alot of name server NS but i didn't see all registred in dns records only 2 NS for the site And pointed to one server only] so how can the client connect the the server with ns that the main domain name companynamedns.com already did't added the others NS in the dns zone like A client make the nameserver for his site is ns22.companynamedns.com ns23.companynamedns.com but the DNS Records for the companynamedns.com is ONLY s1.companynamedns.com s2.companynamedns.com so how the ns22 and ns23 working and it didn't even added in the dns zone in the main domain companynamedns.com maybe he add all the name server he want in the domain control panel in the child name server only not in the name server but i think it didn't work it must be add in the name server too i really going to be CRAZY for this this trick is the right way to connect more than server with one domain name i colored the thread to read and get my idea easy and i really need expert help me with that issue
View Replies!
View Related
Can Not Connect To Whm Cpanel
i runnig backup, after runing backup, i can not connect to whm cpanel show this error: In order to access the interface, you will need to make sure that the software license on this server is active and installed. Your license could not be activated because: Cannot Read License File
View Replies!
View Related
Shoutcast Customers Cannot Connect
i have problem with shoutcast accounts....i have some shoutcast servers in ports 8002,8004,8006,8008,8010,8012... every day some of the shoutcast server or all, goes down and the customers can connect by winamp...so as result i am always go to start the servers by myself...why these happening?why the servers are going down? is there an automatically way to start them when they stop?
View Replies!
View Related
Fail To Connect To Mailservers
I have this server with no control panel and dnsreport could not connect to mailservers on all my domains. But the server can send out emails because I'm receiving logwatch emails, etc. I'm also using dnsmadeeasy for my nameservers. Quote: ERROR: I could not complete a connection to any of your mailservers! mail.mydomain.com: Timed out [Last data sent: [Did not connect]] If this is a timeout problem, note that the DNS report only waits about 40 seconds for responses, so your mail *may* work fine in this case but you will need to use testing tools specifically designed for such situations to be certain. I tried adding the domains on /etc/mail/local-host-names and restart sendmail but the error is still there.
View Replies!
View Related
MySQL Can't Connect To Socket.....
I saw following error in some of my site in my server. Coppermine critical error: Unable to connect to database ! MySQL said: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) or following error : Invalid mysql server connection Please help me how can I resolve this error ! /etc/my.cnf : [mysqld] datadir=/var/lib/mysql skip-locking skip-innodb skip-networking safe-show-database query_cache_limit=1M query_cache_size=16M ## 32MB for every 1GB of RAM query_cache_type=1 max_user_connections=200 max_connections=500 interactive_timeout=10 wait_timeout=20 connect_timeout=20 thread_cache_size=128 key_buffer=64M ## 128MB for every 1GB of RAM join_buffer=1M max_connect_errors=20 max_allowed_packet=16M table_cache=1024 record_buffer=1M sort_buffer_size=1M ## 1MB for every 1GB of RAM read_buffer_size=1M ## 1MB for every 1GB of RAM read_rnd_buffer_size=1M ## 1MB for every 1GB of RAM thread_concurrency=8 ## Number of CPUs x 2 myisam_sort_buffer_size=64M server-id=1 collation-server=latin1_general_ci [mysql.server] user=mysql basedir=/var/lib [safe_mysqld] err-log=/var/log/mysqld.log pid-file=/var/lib/mysql/mysql.pid open_files_limit=8192 [mysqldump] quick max_allowed_packet=16M [mysql] no-auto-rehash #safe-updates [isamchk] key_buffer=64M sort_buffer=64M read_buffer=16M write_buffer=16M [myisamchk] key_buffer=64M sort_buffer=64M read_buffer=16M write_buffer=16M [mysqlhotcopy] interactive-timeout My server details : 1 GB RAM P4 3.00 HT
View Replies!
View Related
How To 2 Cisco 2950 Switch Connect Together
I have 2 racks in a DC that cross connected together. Now, the datacenter gives me 1 port and I would like to put 1 switch at each rack. I have successfully set up 1 switch and connect to the internet. But, I am unable to set up the other. Below is a diagram of what I want to do: ...
View Replies!
View Related
Could Not Connect To Slave Node (hypervm)
Our master node unable to connect to slave node for create, rebuild, manage. But we can give access to slave with hypervm -> Servers and run anything on it. I checked firewall, also im stopped iptables. But master cannot connect to slave. Where is issue and how can resolve? Note: i can give ping or ssh access with both server to slave/master! Help me please. I have this when i run /script/upcp on main node: [root@server ~]# /script/upcp Getting Version Info from the Server... Connecting... Please wait.... hypervm is the latest version Executing UpdateCleanup. This will take a long time. Please be patient License Successfully updated vps backupdir exists... returning Updgrading Slave xx.xx.xx.xx... no_socket_connect_to_server
View Replies!
View Related
UK Users Unable To Connect To One Of My Websites
I've been getting a lot of complaints today on my forum that users cannot view their websites which are subdomains on a seperate domain that I own. It makes no sense why they would have access to the forums which is on the same dedicated server, using the same IP, and with the same nameservers as the site they cannot access. This issue started last night out of nowhere. Where should I even start looking? It appears to only be with overseas users since none of the US and Canadian users have any issues with either domains or their subdomains.
View Replies!
View Related
Windows Script To Connect Via SSH
How can I set up a script or shortcut to run commands from a Windows XP machine on my CentOS machine over SSH? I am running a virtual CentOS (VirtualBox) machine containing my LAMP stack. I also have other tools like subversion, git, etc. on there that I wish to use. On my windows machine, I want to set up quick scripts like 'commit' and send my path with args. I also want to use it for running command line PHP scripts on the remote server.
View Replies!
View Related
Users Cannot Connect To MySQL Via Phpmyadmin
It seems I am having issues with WHM/CPanel. I cannot connect to mysql via phpmyadmin through WHM as a root and get this error #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured) All users get the same error when they try to access mysql from cpanel. The access seems to be only for valid for 192.168.1.% Would allowing access to localhost will help and how can I do that for all users?
View Replies!
View Related
Cannot Connect To Database ; Errno.: 2003
I'm having trouble to connect my site to the MYSQL server. The condition is like this: My site is running under 5 http servers and all are serve using a mysql server. Recently, I have changed the ip address of all the servers due to the ip migration at the datacenter. After the changes, all my http server having problem to connect to mysql server. It shows the error like below: Quote: Error: Can't connect to MySQL server on '123.456.789.2' (4) Errno.: 2003 However, I tried to establish a connection by placing the http file into mysql server. Only this site can be shown up correctly. Means, there's actually no problem with the Mysql Server. Can I know what's the problem actually? I guess there might be some setting of the mysql server blocking the connection from my other servers. Where do we normally do the setting for this? I'm quite new in server stuff and wish to get some advice from you all...
View Replies!
View Related
Unable To Connect Localhost(10061)
I am stuck in re-installing mysql server..... Everything I have removed even mysql service give reboot the machine but still not able to complete the installation. At the end I receive error " Can't connect to Mysql server with LocalHost (10061) By the way if port 3306 is not enabled in firewall can this issue be occurred because of this?
View Replies!
View Related
|