India

ZestyBeanz Technologies Pvt Ltd 4th Floor, Nila, Technopark Thiruvananthapuram,
India – 695581
Phone: +91 471 4063254
Fax : +91 471 2700171

   .

ZestyBeanz Technologies Pvt Ltd
61/3236, Manikkath Cross Road
Ravipuram, Kochi, India - 682016
Phone: +91 484 4063254

  UAE

Zesty Labs
Office # 2003, Millennium Plaza Building
Sheikh Zayed Rd, Dubai, UAE
Phone: +971 4333 2222​
Mobile: +971-52-7553466

  Germany​

ZestyBeanz Technologies GmbH
Reuterstraße 1
90408 Nürnberg
Fon: +49 911 4801 444
Fax: +49 911 4801 445

Contact Form


fahad's picture

Remote Support for OpenERP on a server without Public IP....

         Most of us will be connected to Internet either through dailup or
  broadband connection provided by service providers or from the LAN network hidden
 from outside world.In both the cases system make use of either dynamic IP provided by the
 service provider which may change each time newly connected or network private ip which
 cannot be used or not visible to outside world.Now question is how can we access such
 system and make use of the services running on that system.
 

            Consider the situation that you were working In OpenERP at home with your PC or laptop connected
to a Internet through modem. Now you might need to access local OpenERP from your office or work location
for any reference. Reverse SSH tunneling, the process forwards the local machine service to a remote machine
in a secure way helps us here.

              Now at the home pc,to make it accessible from office later you can type at the command line,
                   sudo nohup ssh -f -N -R 8070:localhost:45678 root@<Your Office Public IP>
                               here,
                                        8070  is the netrpc port of OpenERP running at home
                                       45678   is the remote port on server 
                                      <Office Public IP> Contact your system administrator for Public IP and root password
                       
                         Note : Make sure there are no services running on remote office server port going to be used
                                   for tunneling purpose.you can also use web interface remotely instead of 8070 change it
                                  into 8080 local web running port.

              At Office You can acces OpenERP running at home by using the public IP  and port 45678 to which
              you have forwarded.

              It is also possible to login into your system at home by issuing the following command,you will 
              get shell interface as if you were working at home,from your office
                    

                    sudo nohup ssh -f -N -R 22:localhost:45679 root@<Your Office Public IP>
                            
               You can login into local home mcahine from any where by using,
                    ssh root@<Your Office Public IP> -p 45679

            Same can be applied  for machine inside LAN network which uses NAT service to get connected 
to Internet.Similarily Support service can be provided for OpenERP in your system even though you don't
have public ip.Thinking that this blog might had helped you.....                                                 

               
                   
               
                      

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. The supported tag styles are: <foo>, [foo], [[foo]]. PHP source code can also be enclosed in <?php ... ?> or <% ... %>.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image. Ignore spaces and be careful about upper and lower case.