What Is Cross Connect

Apr 3, 2008

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 13 Replies


ADVERTISEMENT

Linux Cross-connect Routing

Mar 14, 2007

I have two RedHat EL 4 boxes linked via a cross-connect. One is a web server (10.0.0.3) and one is a mySQL server (10.0.0.2), the interface between them is eth1 on both machines and a second interface eth0 connects to the internet.

I want to use the web server to send queries to the database server via eth1, 10.0.0.2:3306 in this case. If I send a database query via eth1 there is a delay of about 10-20 seconds before the result comes back. If I send the same query to the database server but use it's main IP instead of the internal IP so that the query is being sent to it over the internet (xx.xx.xx.xx:3306), the result comes back instantly.

Similarly, if I send a query from any remote server the result is instant.

Why should there be such a huge delay when sending a query directly through the cross-connect?

The routing table ( ip route show ) for the web server is:

xx.xx.xx.xx/xx dev eth0 proto kernel scope link src xx.xxx.xx.xx
10.0.0.0/24 dev eth1 proto kernel scope link src 10.0.0.3
default via xx.xx.xx.xx dev eth0

and the routing table on the database server is:

xx.xx.xx.xx/xx dev eth0 proto kernel scope link src xx.xx.xx.xx
10.0.0.0/8 dev eth1 proto kernel scope link src 10.0.0.2
default via xx.xx.xx.xx dev eth0

I have ifcfg-eth1 on both boxes:

DEVICE=eth1
ONBOOT=yes
TYPE=Ethernet
IPADDR=10.0.0.3 / 10.0.0.2
NETMASK=255.255.255.0

Both boxes can ping each other and transfer files using wget without any apparant problems or delays.

Anyone have any ideas on how to fix this 10-20 second delay when sending queries through the cross-connect?

View 3 Replies View Related

Cross Connect Fees Equnix And Level3

Apr 7, 2008

How much do cross connect fees cost in the Equnix/Dallas Infomart and a Level3 owned datacenter? Is it priced according to what size circuit?

View 1 Replies View Related

Equinix Cross Connect Fees...how Was Ur Experience

Jun 8, 2007

i am about to sign up for equinix's colocation service in LA. I am just curious if anyone else is paying similarly outrageous cross connect fees.. they are charging $300 for ethernet, and $200 for DS3.

View 14 Replies View Related

Cross-connects And BGP

Jun 27, 2008

I have a facility that offers racks and bandwidth (expensive), however the same facility is a POP for Cogent as well, who after I contacted informed me that I can buy bandwidth from them directly and just have the racks with said facility.

Now, besides my servers, do I need to own anything in order for me to mix my 100MB uplink from my Rack provider and Cogent?

I am assuming that with Cogentco I will be able to get IPs more easily and thru them, so if I renew my contract I don't have to migrate class C no matter what datacenter I host (as long as I have cogent in the mix, correct?)

BTW; is it usual to get charged anything for BGP or cross-connect, what do you pay?

View 6 Replies View Related

Cross Scripting Attack

May 10, 2009

On IIS6 many of thesite are under cross scripting attack I tried by remove the the code but it affects again after some time I reset the ftp password and passowrd is a combination of complex alpna numeric character.I have cheked the permission it is ok.

How you guys fight with cross dcripting attack.

View 9 Replies View Related

Cross Domain .htaccess

Jan 1, 2007

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

That's the wordpress .htaccess

What makes me wonder is if we delete RewriteCond %{REQUEST_FILENAME} !-f, it won't work.

As if there is a recursion. However, there can't be a recursion given the [L] thing right?

View 0 Replies View Related

Apache :: Make CGI Cross Platform?

Aug 23, 2014

I would like to make a cgi cross platforms. Some servers are running Ubuntu server, 32 bit others are running Centos 64 bit and so one. How do i make a cgi script that run well at least for Linux based operating systems such as Debian, Ubuntu, RedHat and so one ?

View 1 Replies View Related

Backup: Offsite, Cross VPS, Security Of Backups

Feb 11, 2008

I have two VPS's, VPS1 has one vbulletin community. VPS2 has about 10 cpanel accounts, mostly email, a blog site, etc. Both VPS's well under 10 gig in size not including any backups stored on the VPS.

For the more important VPS, VPS1, I am packaging the cpanel account (50mb) and SCPing it to VPS2.

I am also running pckgacct on the cpanel accounts on VPS2 (about 2 gig total, 1 tar.gz is 1.5gb, three others around 250mb, others smaller) and storing them on VPS2.

I then have WS_FTP scheduled to download the cpanel tar.gz files each night to a local machine.

I also have WHM setup to do daily incremental backups, but am not moving any of these offsite.

So, it seems I have three options:
Keep doing what I am doing.
Keep moving VPS1 tar.gz files to VPS2, but also start moving VPS2 tar.gz files to VPS1.
Start moving tar.gz files (or raw files with rsync) to offsite storage.

I'm curious on some feedback about the three options. These are personal sites, I am not reselling any sites/packages.

It seems like from a data security standpoint (email and stuff), the more 'locations' introduced into the loop, the less security there will be. Does anyone get concerned about moving their email and other data to offsite storage services?

As I said, I have a technical solution currently working, but I am wondering about the theory/data protection aspects of the various options for going forward.

View 1 Replies View Related

Apache :: Cross Domain / Setting Up HTAccess

Mar 30, 2014

I'm trying to set up a login script on twenty subdomains that will be checked on another subdomain. I've found this example for different domains and figure it should be simple enough to utilise but my ereg is crappy

<IfModule mod_headers.c>SetEnvIf Origin "http(s)?://(www.)?(domain1.com|domain2.com)$" AccessControlAllowOrigin=$0$1Header add Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin</IfModule>

View 4 Replies View Related

CPanel Refuses To Fix Cross-site Request Forgery

Aug 3, 2009

apperently cPanel does not wish to fix a cross-site request forgery because it would be a so called feature. Maybe due the weekend someone had a drink to many

Anyways ; from The register:

Quote:

The vulnerability in cPanel is triggered by luring a user to a malicious website while logged in to the program, which is one of the most widely used web-hosting applications.

The attack is able to trick cPanel into carrying out sensitive commands by making it appear as if they came from the victim.

"If you logged in as root and you hit my website or you hit any website I control, I can do anything I want," Bailey said. "I can reset your root password, I can upgrade software, I can modify any setting I want. That's scary and that's bad."

Even more troubling, Bailey continued, was the reply he got when he notified cPanel officials of the bug. "The response I got from cPanel was we can't fix this because it's a feature. Apparently, they're worried it's going to break integration with third party billing software, so they can't fix this."

View 10 Replies View Related

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

Apache :: Cross-Origin Resource Sharing Configuration

Nov 26, 2014

We have following rule in httpd-vhosts.conf and it was working all ok.

All of sudden we have found on one day that it stopped working and we did some configuration tweak with this rule but none of them worked.

During troubleshooting, last change was disabling mod_security and after that it started working again. However, next day we had again enabled mod_security to get issue replicated but found it working all ok.

Any clue for such behaviour of Apache ? Why all of sudden following working rule may get stopped working and then starts working again ?

<IfModule mod_headers.c>
SetEnvIf Origin "https://(www.)?(v1.abc.com|v1ak.abc.com|v2.asite.com)$" AccessControlAllowOrigin=$0$1
Header Set Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
Header Set Access-Control-Allow-Credentials "true"
Header Set Access-Control-Allow-Methods "GET, POST, OPTIONS"
Header Set Access-Control-Allow-Headers "origin, content-type, accept, X-Requested-With"
Header always unset Expires
</IfModule>

OS and Apache Version details are below:

Apache Version :2.2.27(win32), OS: Windows 2008 R2, ModSecurity Rule Set ver.1.5

View 1 Replies View Related

Invalid Cross-device Link - Additional Hard Drives Linux

Mar 25, 2008

OP: Linux Centos

I just got an additional 500GB hard drive added and mounted it to /home2

There are files that are in /home1 (orginal HD) that will need to be constantly moved over to /home2 via a ftp

But i keep getting this error

550 Rename/move failure: Invalid cross-device link

Does anyone have any ideas? I tried changing permissions but no luck also tried mounting the 2nd hard drive within a directory in /home1. Still gives the error.

View 5 Replies View Related

Cant Connect To IIS

May 22, 2008

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 3 Replies View Related

Can't Connect To My FTP On 1and1

May 31, 2008

I REALLY REALLY need to connect to my FTP on 1and1 and for some reason it seems to be down. Is anyone else having this problem?

View 2 Replies View Related

Connect Switch

May 10, 2009

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 11 Replies View Related

Can't Connect To Outside Websites

Jul 30, 2009

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 2 Replies View Related

Best VPS To Connect Thailand

Mar 13, 2008

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 10 Replies View Related

How Do I Connect To Centos

Jun 18, 2008

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 8 Replies View Related

Connect To Iphone

Apr 24, 2008

how to setup an iPhone to access a mailbox hosted with VPS?

View 0 Replies View Related

Can Not Connect To Whm Cpanel

Jun 18, 2008

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 4 Replies View Related

Can't Connect To CPanel

Aug 30, 2007

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 9 Replies View Related

Clients Can't Connect To IP

Jan 16, 2007

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 5 Replies View Related

Could Not Connect To Database

Jun 13, 2007

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 3 Replies View Related

Connect Two Servers

Nov 25, 2007

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 3 Replies View Related

CoreHoster :: Unable To Connect

Mar 8, 2009

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 1 Replies View Related

Portal Connect But Don't Work

Oct 29, 2009

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 0 Replies View Related

Windows Script To Connect Via SSH

Aug 20, 2009

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 3 Replies View Related

Connect To MySQL DB Only On Certain User

Apr 20, 2009

I am using cPanel 11 (stable release) on a CentOS 5 server and would like to make it so that a certain database can only be connected to from the cPanel user that it is under (ie. user1_db can only be connected to from the user "user1" on the same server).

View 9 Replies View Related







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