Results 1 to 4 of 4

Thread: How to access local through internet?

  1. #1
    schipleon is offline Junior Member
    Join Date
    Dec 2009
    Posts
    3

    Default How to access local through internet?

    Hello everyone!

    I installed with the stack installer(with SQL Server) sugar 5.5 on my computer , I were wondering wether it is possible to access it now through the internet, for example to connect it to a domain?
    And also how?

    I'm new to this, therefore perhaps my silly question.

    Thank you in advance!

  2. #2
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: How to access local through internet?

    This can be done in principle but requires some skills and the right environment.

    First and foremost you need to make your computer visible and accessible to the outside world. The former you can do by using a service like dyndns or similar. This will keep track of your changing IP address by assigning a domain name to it (assuming that you do not have a fixed IP).
    The latter can be done by drilling a hole in your firewall (port triggering or forwarding) - so if somebody types in the domain name (probably with a particular port number) then this request can pass your firewall, changes port and IP (to a fixed internal one) and ends up at your Apache web server which then will serve the correct website.

    But I wouldn't do that. It's fairly complicated for a beginner, it's slow and insecure. Besides your box must run 24x7. If you need just occasional access use the wake up function of your NIC and connect through a remote tool like teamviewer or similar. This is much faster and also much more secure. Downside: There is just one connection per session possible (and Win has only one...)
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  3. #3
    schipleon is offline Junior Member
    Join Date
    Dec 2009
    Posts
    3

    Default Re: How to access local through internet?

    Hey, thank you for the reply!

    Well, it is running 24/7 anyway, so that's not a problem. I filled in my ip at dyndns and got a .info domain. When I ping it at an another location, it gives response. However when I go to firefox and fill the domain into the addressbar, it is giving no reply at all.

    I turned off the firewall in my router, I forwared the ports, but it is not showing up, even though the ping is giving full response. So what am I doing wrong then? Am I forgotten something?

    Thank you in advance!

  4. #4
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: How to access local through internet?

    Turning off the firewall is NOT a good idea...

    However, the principle is simple: inernally (on your network) your computer has an IP address (most probably 192.168.x.x or 10.x.x.x). Externally you have another one (the one that you got covered by dyndns).

    If somebody from outside wants to reach your computer inside your network (firewall on or off) you must tell your router how to connect these two IPs. This is the port forwarding part.
    Everything that comes from outside should be forwarded to 192.168.x.x on port 80 (or whatever Apache is running on). If then Apache is set to accept everything from everywhere (which is most likely the case) then you should be able to reach your web application (=Sugar).

    In order to make this work you need to set up a fixed IP on your machine where Apache is running and you need to try it first from inside your network (by using the 192... from another machine on the same subnet).

    Since you are running Win it would be also good to set your Win firewall in a way that it accepts connections on port 80 (create an exception for a webserver).

    But I bet you'll find much better step by step instructions on the web - Google is your friend...
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. access to sugar from internet
    By agcopley in forum Help
    Replies: 2
    Last Post: 2008-07-01, 04:59 PM
  2. How to access SugarCRM via Internet
    By ptoebben in forum Help
    Replies: 1
    Last Post: 2008-05-13, 10:23 AM
  3. user access from the internet
    By computersworld in forum Help
    Replies: 1
    Last Post: 2007-12-11, 12:13 PM
  4. use proxy server for internet access?
    By mbonilla in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2006-12-08, 03:56 AM
  5. How to Access it from Internet ?
    By kelvintoo in forum Help
    Replies: 4
    Last Post: 2006-06-16, 12:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •