Filber Cable To Set For Hosting Server

Jun 29, 2007

Should i use a filber cable line for hosting server?

and which methods to security my hosting server such as : which Firewall, ANti-virus, ..?

View 11 Replies


ADVERTISEMENT

Remote MySQL Server - Non Cross Cable - Same Datacenter

Jun 12, 2007

if anyone have experience with remote MySQL server setup

I have 2 servers in the same datacenter, 1 serve as web server, and 1 serve as mysql server.

would my remote MySQL server slows down my site load if it's not connected through cross cable? it's on the same datacenter though

View 4 Replies View Related

Cable Connections

May 6, 2009

Has anyone worked with the cable companies on internet connections for hosting? Eg. Comcast, TW.

I worked with a sales rep for Comcast a few years ago on a solution for our offices. He worked out a line that would give us 3+mbits up speed for less then the price of a T1.

It also included a dedicated line to our offices. Would using a cable line be a bad idea for a hosting connection?

View 4 Replies View Related

CBL-004L Cable

Dec 11, 2007

I'm having a hard time finding a source that has the Supermicro CBL-0084L splitter cable in stock. Any suggestions where I could get my hands on about 10 to 20 of these at a reasonable price? Maybe more if the price is right.

View 4 Replies View Related

One Cat 5 Cable And 4 Servers

Mar 23, 2007

I have had a few Colo and Dedicated servers but I have decided that the traffic I am getting on my sites warrants using a large setup so I have four servers that I need to colo to one site.

My major question is that when I go colo they generally only supply one Cat 5 cable and what is the best setup to have for a switch/router? Generally you get enough IP addresses to have one per server so my guess is that you can just plug the switch/router in and away you go?

I am going to have one server as a load balancer then two as the load balanced pair and then a database server.

View 4 Replies View Related

Difference Between TW Telecom And TW Cable

Jul 25, 2009

SoftLayer recently added TW Cable to their BGP mix. However, it is Time Warner Cable, while the ones I usually see is TW Telecom.

View 12 Replies View Related

Network Cable Label

May 11, 2008

We are looking for new network cable labels...

Perhaps something like this:
[url]

What distributor are you guys using for cable management?

View 14 Replies View Related

FE Or GE Over CAT3 Copper Cable

Jun 3, 2008

I know typically at least CAT5 cable is to be used for FE or Gig-E Ethernet links, but can CAT3 cable be used at short distances? I know there is little to none cost difference in the cable price, but I am only allowed to used the preinstalled cable at this location which is CAT3 which is what Verizon typically runs for telephone cables.

View 14 Replies View Related

Cable Management Woes

Apr 5, 2007

So we have 10 racks of mess in our custom colo cage. Each rack currently has 20+ servers, most with dual network interfaces hooked up, most racks with two switches and 3+ apc remote power strips per rack. Each rack is an APC 4 post unit [url]

We have no cable management trays and currently tie up cables with velco and zapstraps, trying to keep power cables to the left and cat5 cables to the right. Unfortunately, even with all our effort, it's really turning into a wall of cabling that is basically insulating each rack and causing a temperature issue (or the potential for one at least).

Even worse, we want to add in KVM over IP hooked up on nearly every server. While I see the great benefits of the KVM, I can't see how on earth we are going to make the cabling work out!

View 14 Replies View Related

Time Warner Cable Review

Oct 5, 2009

i was trying to search for reviews on time warner cable and was not able to find any. I would like to hear from ppl using it like what is the quality of bandwidth and what is their pricing structure.

View 14 Replies View Related

2 NIC - Set Default Gateway - Crossover Cable In Use

Apr 24, 2007

I have a Linux Server (CentOS 4.4) running, it has two network cards.

1. Onboard 100MBit (eth0), uses DHCP to obtain IP, this card is the only one that is able to connect to the internet.
IP: 192.168.1.13
Subnet: 255.255.255.0
Gateway: 192.168.1.1
Bcast: 192.168.1.255

2. PCI Gigabit card (eth1), uses static IP, and is connected to my Windows machines via a CROSSOVER cable.
IP: 192.168.2.2
Subnet: 255.255.255.0
Gateway: NONE
Bcast: 192.168.2.255

Before I installed the gigabit card all internet was working fine. However now i cannot even ping? here is some more info:

PHP Code:

[root@node home]# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 
          inet addr:192.168.1.13  Bcast:192.168.1.225  Mask:255.255.255.0
          inet6 addr: fe80::213:20ff:fee9:69de/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:473 errors:0 dropped:0 overruns:0 frame:0
          TX packets:462 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:60513 (59.0 KiB)  TX bytes:497973 (486.3 KiB)

[root@node home]# ifconfig eth1
eth1      Link encap:Ethernet  HWaddr 
          inet addr:192.168.2.2  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:76ff:fe7d:46/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15996232 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7250441 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1137563077 (1.0 GiB)  TX bytes:437192485 (416.9 MiB)
          Interrupt:177 Base address:0x2f00

[root@node home]# netstat -nr
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
192.168.39.0    0.0.0.0         255.255.255.0   U         0 0          0 vmnet1
192.168.2.0     0.0.0.0         255.255.255.0   U         0 0          0 eth1
192.168.1.0     0.0.0.0         255.255.255.0   U         0 0          0 eth0
172.16.123.0    0.0.0.0         255.255.255.0   U         0 0          0 vmnet8
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth1
[root@node home]# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.39.0    *               255.255.255.0   U     0      0        0 vmnet1
192.168.2.0     *               255.255.255.0   U     0      0        0 eth1
192.168.1.0     *               255.255.255.0   U     0      0        0 eth0
172.16.123.0    *               255.255.255.0   U     0      0        0 vmnet8
169.254.0.0     *               255.255.0.0     U     0      0        0 eth1
[root@node home]# 

Im sure its just a few lines I need to change somewhere, just not sure where?

View 2 Replies View Related

Fiber Optic Cable Down - No Back-up

Jun 26, 2007

I put this in the co-location section since I am co-locating a server that I host a few Websites on. The server is located in the Pacfic Northwest at a hosting company out there. As you may know, this is a "more remote" area of the United States.

Today, the company lost all Internet access when a Fiber optic cable went down. Not only was my stufff down but the entire hosting company was down. In 10 years of doing Internet development, I have never seen this happen to any hosting company I have worked with no matter how good or bad they were. On top of that, it happened one time last year as well.

According to my co-location provider, the problem happened a long way up stream. SO far that the lines cannot be backed up. Is this true? Could a fiber optic cable fail at some point where it cannot be switched over to another line?

I don't know if I should I believe that or not. It would seem to me that it is a matter of money and they may not have a back-up system in place if the pipe goes down. Is it possible? Who's fault is it?

View 14 Replies View Related

How To Connect To Intenet Using Crossover Cable

Feb 19, 2007

I have a laptop and redhat box. The laptop has wireless card and connected to internet using wireless router. Can I connect to redhat box to laptop using cross over cable and use internet? If so, how can I do it?

View 2 Replies View Related

Console Cable Pin Out For Extreme Networks Stuff

Jun 16, 2008

if anybody know the cable pin out on making a console cable using those serial adapters?

View 1 Replies View Related

Get A DSL Line Or A Cable Modem And Host The Site Or My Own Computer

Apr 18, 2008

Can I just get a DSL line or a cable modem and host the site or my own computer?

View 14 Replies View Related

Bay Area Colo With Easy (cheap?) Access To A Cable TV Feed

Jun 19, 2008

Like the title says it: Is there anywhere in the bay area where I could colo a box and get a cable tv feed without paying an arm and a leg? Nothing illegal going on here either

View 0 Replies View Related

Streaming :: Windows Server 2008 Hosting Or Redhat Linux Hosting?

Mar 5, 2009

I'm hosting wmv,wma,mp3 files, streaming of video can be done with Windows hosting, but my website script is with php.

Do you suggest Windows Server 2008 hosting or redhat linux hosting?

View 6 Replies View Related

Shared Hosting Vs. Dedicated Server Hosting

May 6, 2008

Do website builders generally go with shared hosting or dedicated server? I mean, if they work on several websites would they get a dedicated server instead of shared? From what I understand through reading shared hosting is basically if you only have one website. So one with multiple websites would go with a dedicated server?

View 12 Replies View Related

Correct DNS Server & Hosting Server DNS Records

Mar 14, 2007

to get the best/right configuration:

DNS records in DNS server and DNS records in Hosting Server.

So, I have one VPS acting as DNS server and few VPS for domain site hosting.

I have it now (working ok) like below but can You please comment if there is something 'extra' or something I should reconfigurate (or delete) to make better performance/clear

ns1. & ns2.server.com are registrated and working ok

DNS server DNS Zone for <customer.com> (cPanel output):

Zone File for customer.com
$TTL 14400
@ 14400 IN SOA NS1.server.com server.server.com

customer.com 14400 IN NS NS1.server.com.
customer.com 14400 IN NS NS2.server.com.
customer.com 14400 IN A 11.11.11.11
localhost.customer.com 14400 IN A 127.0.0.1
customer.com 14400 IN MX [0] customer.com.
mail 14400 IN CNAME customer.com.
www 14400 IN CNAME customer.com.
webmail 14400 IN CNAME customer.com.
ftp 14400 IN A 11.11.11.11

Hosting server DNS Zone for <customer.com> (Plesk output):

11.11.11.11 / 24PTRcustomer.com.
ftp.customer.com.CNAMEcustomer.com.
customer.com.NSns2.server.com.
customer.com.NSns1.server.com.
customer.com.A11.11.11.11
customer.com.MX (10)mail.customer.com.
localhost.customer.com.A127.0.0.1
mail.customer.com.A11.11.11.11
webmail.customer.com.A11.11.11.11
www.customer.com.CNAMEcustomer.com.

View 1 Replies View Related

Web Hosting On Same Server As Game Server

Aug 8, 2008

Does a typical LAMP setup for a high enough traffic site(s) take enough resources to affect the performance of a game server? (we'll say 1million page views per day)

I'm speaking of say, 2MB of ram, dual xeon 2.8 type machine, with IDE drives. Nothing too fancy. 1 milion page views per day may be pushing it, so what about say, 200 per day?

Just wondering if anyone has a setup like this and how it fairs out at the game server end. I'm thinking of moving my websites over to my game server + add more sites over time, but don't want it to lag the game. I know as a fact bandwidth would not be the issue, I'm thinking more ram/cpu. The game I host (Ultima Online) uses very little bandwidth with even 30+ people online. I use less then 1% of my link capacity at most times. I've seen it spike to 5% and that's most likely when I was downloading data.

View 10 Replies View Related

Image Hosting - Same Server Or Different Server

May 17, 2007

Purpose: I want to make my site load faster

Different Options Host images under the same domain - So no additional three way TCP handshake required.

Different subdomain for images - Browser pipelining can be utilized.

Different domain altogether - Browser pipelining can be utilize and also can avoid the site wide cookies with every request.

What is your opinion about this?

View 6 Replies View Related

How To Run DNS Server On My Own Hosting?

Jun 4, 2008

I recently came from a VPS server where my provider gave me the names of their DNS servers which I then pointed my domain name to with GoDaddy.

I recently signed up for a dedicated server and asked my provider for their DNS servers. They replied that I needed to run DNS on my server.

Is this normal for dedicated hosting providers? Do I just need to point my domain to the public ip address on this server or do I need to load/configure DNS on my server? Is there sofware that I need to install?

View 6 Replies View Related

Web Hosting With ASP.NET 2.0, SQL SERVER

Feb 26, 2008

I have found few web hosting services with support for:

- ASP.NET 2.0

- SQL Server 2000

Can anybody recommend such a provider with a solid reputation? In addition I should mention my site will be accessed by visitors in Europe (besides the US), how would I know the page load times are going to be acceptable? Do some providers 'specialize' in hosting sites for which a large part of the traffic comes from abroad?

View 14 Replies View Related

Hosting Our Own Server ...

Aug 18, 2008

We'll its time our business finally moved off of the Godaddy $30/month VPS server. We're setting up an eCommerce site with X-Cart and need a better server. Rather than paying $80 or so per month for a good VPS, we're considering buying a server (maybe a Dell) for around $1000 (Dual Core Xeon, 1gb ram, 80gb HDD) and running it off our Bell Business High Speed Ultra 6mb package (with dedicated IP) at our business. I'd likely install CentOS and a free control panel.

What are your thoughts on doing this? The site isn't super busy and we don't use much bandwidth. Would our customers likely have speed issues with the site if we ran off our own connection?

View 14 Replies View Related

.NET Hosting With SQL Server

May 27, 2007

.NET hosting that has SQL Server 2000 or 2005.

I also want to know if there are .NET hostings that support SQL jobs or automated tasks (like the cron jobs feature under Linux). All the ones I found don't have this available.

View 4 Replies View Related

Free Hosting Server

Jul 21, 2006

im looking a free hosting server, let me explain what im looking for, i have some free softwares on my hard drive, i want to host them so other people also downloads these and its give me also a web location to store them in one place, for this im looking a free hosting server which support a great amount of web space and bandwidth.

View 4 Replies View Related

Domain Name Server (DNS) Hosting On A VPS

Sep 17, 2007

I need to make a dns hosting for a client of mine. He will change his domain name nameservers to point to my server.

His website is hosted on another hosting company. On my server I will create all the necessary CNAME and A records to point www on the server of the other company.

My problem is with the MX records though. Because my client owns a local mailserver, (I think it's MS Exchange server) I need to create a primary MX record to deliver all the mails to that mailserver. No problem till here.. But he also needs a secondary MX record in case his mailserver is inaccessible ,so all the mails have to be queued on my VPS and when his mailserver is accessible again to deliver all the mails.

Any idea of how I can configure my dns zones for that?

View 1 Replies View Related

Domain Name Server (DNS) Hosting ...

May 29, 2008

I need a good but cheap DNS hosting service for hosting 4 domains of mine. Any ideas?

View 6 Replies View Related

ASP.net Hosting With SQL Server 2005

Oct 5, 2009

I have built a website based off of The Beer House template/book and am about ready to launch it. I need SQL server 2005, and ASP.net functionality. I will either use the included forum module or am considering a third party forum such as aspplayground.net.

I would like to spend $10-$20/month, I don't mind paying a bit extra to have a fast loading site, but I don't want to spend too much. I would appreciate any suggestions.

The database will handle the forums, the store, the users of course, and a custom database I am building for some vehicle information. To start out the database is not very big (maybe 20mb), but I expect it to grow to support the forums and users, etc.

Also, I have already built a database (mdf) file on my computer through visual studio 2008. Is it true most shared hosting accounts wont allow you the access to copy and paste the database file directly? I don't really want to have to recreate all these tables on the host server.

View 14 Replies View Related

Dedicated Server Or Own Hosting

Mar 25, 2009

I have a client that wants to expand their website with a downloads section that has thousands of files and tens of gigabytes. I'm considering two options:

1. dedicated hosting:
- Is it an advantage to use a dedicated hosting service in the same city as opposed to one in another country?
- How would I go about changing hosting providers if one doesn't work out?
- How would I go about making and restoring backups?
- How does one access a dedicated hosting machine nowadays? Is it still via Telnet or something like that?


2. own hosting
- Do you think it's practical to have a dedicated server and link in company offices?
- Do the benefits of being easily able to change internet link providers and to make snap daily backups outweigh the benefits of a hosting provider's reliable infrastructure?

This dedicated server would only be a file server. The website itself would be on a normal hosting platform that would just redirect users to the dedicated server for the files to be downloaded. How is this kind of thing usually done?

View 3 Replies View Related

Which Processor Is Best For A Hosting Server

Mar 29, 2009

if im going to open a web hosting business, which processor works best for a server, AMD or Intel?

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved