You are viewing limited content. For full access, please sign in.

Question

Question

Hosting Web Access and LF Server at cloud

asked on April 14, 2016 Show version history

Is it possible to Host LF Server and Web Access over a cloud (e.g Amazon Cloud etc) and access Web Access URL over the internet and browse repository?

0 0

Answer

SELECTED ANSWER
replied on April 15, 2016

I have an environment where the server can be accessed via client from remote location...but your scenario becomes special because you are using infrastructure from Amazon or someone...

 

Try this: 

http://blog.davidradin.com/2012/07/domain-controller-in-amazon-ec2-with.html

The concept is same, only service will be different. If you don't want VPN, then it should be pretty straight forward...

 

The part you have to configure is basically how to allow the traffic to pass through , which should not be so difficult.

 

Best of luck!

S

1 0

Replies

replied on April 15, 2016

Yes, you will need more knowledge how to configure the networking protocols on Cloud to access it.

 

1 0
replied on April 15, 2016

Thanks for the details Sahil.

I just needed a confirmation if this is possible.

Just checking if you have done this before and have seen this working?

0 0
SELECTED ANSWER
replied on April 15, 2016

I have an environment where the server can be accessed via client from remote location...but your scenario becomes special because you are using infrastructure from Amazon or someone...

 

Try this: 

http://blog.davidradin.com/2012/07/domain-controller-in-amazon-ec2-with.html

The concept is same, only service will be different. If you don't want VPN, then it should be pretty straight forward...

 

The part you have to configure is basically how to allow the traffic to pass through , which should not be so difficult.

 

Best of luck!

S

1 0
replied on April 15, 2016

Thanks a lot Sahil smiley. I will checkout this blog. 

0 0
replied on May 4, 2016

Can someone guide me on the below statement in more detail as i have already setup and implemented the complete Laserfiche solution on the Azure Platform and able to access it through Remote Desktop connection but i need to access Webaccess and other modules remote without Remote Desktop.

 

"The part you have to configure is basically how to allow the traffic to pass through , which should not be so difficult."

 

By the way, i does seems to be stupid but i had it working last year for a POC for one of my customer, i was able to access Laserfiche through browser and the client application itself, but when i am trying to do it now the url is not working, so this means i have forgot something to do.

Please guide me through the main configuration especially the endpoints which i have done it but still need to re-confirm again.

0 0
replied on May 5, 2016 Show version history

Dear Sahil, i have done all the steps you had mentioned or the blog had provided, but i still get the below mentioned error message which i am not able to understand and also the current cloud setup i have on my azure on which i have installed LF server and its modules.

azurewebserver error timeout.png
azure cloud setup.png
0 0
replied on May 5, 2016

I can look tomorrow, if in the meantime no one suggests anything....

0 0
replied on May 6, 2016

Why is your public ip address in Red? in the public ip address settings....

 

0 0
replied on May 6, 2016

It just has a red astrik not in RED actually...

0 0
replied on May 6, 2016

Can you even reach your server from outside?

If not, then it's more Azure networking issue....

0 0
replied on May 7, 2016

Yes i can reach my server from outside but only through Remote Desktop connection !!

0 0
replied on May 8, 2016

do you reach by IP or Domain Name?

0 0
replied on May 9, 2016

in the remote desktop connection its by the public ip but ofcourse the port number is different !!

0 0
replied on May 9, 2016

so, actually where you have configured the port 3389 for RDP, did you configure the port for LF?

0 0
replied on May 9, 2016

yes a listner port 80 is being created already !!

0 0
replied on May 9, 2016

can you run netstat -an on machine to see if ports are open?

Do you reach IIS page from outside?

0 0
replied on May 9, 2016

after going through the above i found out the PID -4 is being used by ntoskml service using port 80 by using the command netstat -aon | more.

Do you see any issue or you need further info on this??

0 0
replied on May 9, 2016
0 0
replied on May 9, 2016

Its suggesting me to stop the Http service by to device manager  and to “Non-Plug and Play Driver”/HTTP.

 

But i couldn't find it in Windows 2012 r2, i tried to do it through regedit and it stopped my IIS services and even LF service is not starting up, please help me !! 

I have enabled it back now in regedit to its original state and restarted the server.

0 0
replied on May 9, 2016

Afnan,

Can you please answer these questions:

1. Do you have another machine in the same network?

2. Can you access WA from that machine?

3. Can you make WA to work on port 5050 or 5051?

 

0 0
replied on May 9, 2016

1. Do you have another machine in the same network? its on azure with only one VM on the network

2. Can you access WA from that machine? no another machine.

3. Can you make WA to work on port 5050 or 5051? i think so !!

0 0
replied on May 9, 2016

wait, you don't need to set it up on 5050 or 5051

Are you using SSL?

 

 

0 0
replied on May 9, 2016

nope !!

0 0
replied on May 9, 2016

You want your website to be accessible over internet & without SSL???

0 0
replied on May 9, 2016

yes for now as its for testing purpose so i am using it without once its live as production we might consider SSL also, if you just want me to enable ssl on WA configuration i will without applying the certificate if that matters??

0 0
replied on May 9, 2016

ok...

Go to IIS as per documentation earlier & change it to port 8081

Restart IIS

 

Then on the same computer open IE & go to: localhost:8081

Check if you get IIS page, if yes then try:

localhost:8081/laserfiche

If that works too, then on your firewall (where you enabled 3389 for RDP), allow 8081

& try to reach your URL but with mentioning of port 8081 like: 

domain:8081/laserfiche

 

 

0 0
replied on May 9, 2016

All done and successfull, the last step you need me to do it from outside the network right not locally??

0 0
replied on May 9, 2016

Right,

Exactly as you have done for RDP access.

0 0
replied on May 9, 2016

Do i need to make the changes for the endpoints in Azure configuration as well, meaning add another endpoint for port 8081 as a listner for laserfiche as i had only added port 80 earlier not 8081??

0 0
replied on May 9, 2016

Yes, you have to make it exactly as you have made for RDP

0 0
replied on May 9, 2016

As per your instructions i have created another listener for port 8081 in azure portal, please see the attachment and let me know if this is what you actually wanted me to do or anything else is still missing??

azure endpoints settings.png
0 0
replied on May 9, 2016

does it work?

I only see port 80 & 3389

0 0
replied on May 9, 2016

Here:

http://www.yougetsignal.com/tools/open-ports/

I checked port on your IP, 3389 is open

80 & 8081 are closed, so it won't work....

0 0
replied on May 9, 2016

sorry i didn't send you the pic after it was saved !! I'll try now, just wanted to confirm shall i try the complete DNS as below:

http://azcsvm.southeastasia.cloudapp.azure.com:8081/Laserfiche

 

0 0
replied on May 9, 2016

See, this is your IP: 104.43.17.16

I tried on it & it shows only port 3389 is open, so unless you see in this tool the port being open, it won't work...

0 0
replied on May 9, 2016

Yes sir, i do see that after running the tool, what do you suggest why are they close and how can we open these ports to work??

0 0
replied on May 9, 2016

Just for check can you please disable Windows Firewall?

0 0
replied on May 9, 2016

Sure !!

0 0
replied on May 9, 2016

Did you create Endpoint?

https://azure.microsoft.com/en-gb/documentation/articles/virtual-machines-windows-classic-setup-endpoints/

 

RDP is by default....so did you make explicit endpoint ?

0 0
replied on May 9, 2016

Yes i did send you the screenshot in which you can see the default RDP was made and i then explicitly made the additional lflistener for port 80 and now i made another for port 8081.

0 0
replied on May 9, 2016

Yes, but neither 80 or 8081 are open as per port scan, so something is not correct.... can you please go through the documentation I sent & check ?

Did you disable the Firewall?

It's hard to figure out without having access....

0 0
replied on May 9, 2016

You have to make the rule on VM 

0 0
replied on May 10, 2016

can you please elaborate which rule are you talking about ??

0 0
replied on May 10, 2016

Please see the article I sent.

0 0
replied on May 10, 2016

I did go through the article and if you are only referring to creating the endpoints for port 8081, that i had already created but here the issue is that these port are closed for some reason, i need to know what needs to be done to open these ports??

0 0
replied on May 10, 2016

Afnan,

I'm really sorry, but it's like troubleshooting blind.... I guess at this point easiest would be to open a Support Case with MS Azure team, they are pretty fast in responding, I guess it would be best to do with Powershell & they can give you the script in less than a minute.

Please do so, I really think that will save you time & nerves...

& kindly let me know what was the solution...

1 0
replied on May 10, 2016

Dear the issue is i don't have a support contract with the Azure team, but if you want to have access to the VM i can provide and even give you access to the azure configuration however you like (Teamveawer for e.g) if you still wish to help as i don't understand its not always possible to blindly support or troubleshoot.

 

As you wish !!

0 0
replied on May 10, 2016

please send me an email: sahil@magnopsys.ch

0 0
replied on November 15, 2017

For what it's worth I can't speak to the specifics of the problem you're encountering which very well may need to involve Azure support but we deploy Laserfiche in Azure VMs the way you're looking for all the time including our own in-house deployment as a reseller. This should at least serve to convince you that this is possible and a reasonable way to implement.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.