IP seen from outside?
Hi
I'm playing around with appharbor and i've got an DB elsewhere but there i need to specific which IP is allow into the DB, then my Q is what IP should i add to the allow list?
//dennis
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
1 Posted by dennismi on 03 Mar, 2011 09:59 PM
or is it simply not allowed :)
Support Staff 2 Posted by friism on 03 Mar, 2011 11:38 PM
It's perfectly permissible to call outside services, and you're not the first person to ask. Giving you a single IP limits our ability to move your site between servers between servers (should one die or become too heavily loaded) and also to deploy your site to multiple servers and load-balance between those.
We're trying to come up with a good solution.
As a temporary meassure, your can figure out the IP of the server you're currently running on, and open up for that IP.
friism closed this discussion on 03 Mar, 2011 11:38 PM.
dennismi re-opened this discussion on 04 Mar, 2011 08:06 PM
3 Posted by dennismi on 04 Mar, 2011 08:15 PM
I guessed the single IP issues :)
I'm getting the error
provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server
and i'm pretty sure that i'm not using named pipes, are outbound connections allowed on port 1433
//a fellow dane :)
4 Posted by dennismi on 04 Mar, 2011 08:24 PM
got it working by added Net=dbmssocn to the connection string...
Support Staff 5 Posted by friism on 04 Mar, 2011 08:28 PM
Great, thanks for sharing!
friism closed this discussion on 04 Mar, 2011 08:28 PM.