Forum Moderators: phranque
Thank you for reading the post. I have a webspace with 1&1 web provider but I want to host database in my office for sensetive information and security reason. My understanding is that I need to have a dedicated IP and a business line just to connect into my database. My asp code in 1&1 will just connect the database to my SQL server. Is that Possible? If so what is the process involved doing that?
I am most grateful
You could set up an ODBC connection from the webserver pointed to your new IP, or you might be able to do it without the ODBC, I never tried it.
HOWEVER, I would strongly caution you to reconsider sending the data back and forth across the internet. That would necessitate having the database open to the internet, and it would be very easy for someone to break in and delete your data.
JP
However, you can use encrypted tunnels
for the backend communications.
You can also firewall the entire setup
properly. ie, necessary ports only,
accept connections only to and from
the correct addresses.
Done properly, security is no more of
a concern than hosting it at the data
centre.
Latency is still an issue of course.
+++++
Much Appricated for your time.
Bravo
The only thing you might want to think about outsourcing is the DNS. Unless you'd like to set aside a simple and inexpensive machine for that. I've experienced some problems resolving IPs while trying to run DNS from behind a firewall and opening Port 53 for DNS requests, but outside the firewall works great. You'd of course need another IP for that if you do it yourself, but it's a pretty easy setup. DNS software, about $100 for a single machine. Most ISPs charge around $15-$20 per month for a block of 8 IPs (5 usable to you).
Go for it. You won't regret it.