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?
Question
Question
Hosting Web Access and LF Server at cloud
Answer
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
Replies
Yes, you will need more knowledge how to configure the networking protocols on Cloud to access it.
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?
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
Thanks a lot Sahil . I will checkout this blog.
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.
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.
I can look tomorrow, if in the meantime no one suggests anything....
Why is your public ip address in Red? in the public ip address settings....
It just has a red astrik not in RED actually...
Can you even reach your server from outside?
If not, then it's more Azure networking issue....
Yes i can reach my server from outside but only through Remote Desktop connection !!
do you reach by IP or Domain Name?
in the remote desktop connection its by the public ip but ofcourse the port number is different !!
so, actually where you have configured the port 3389 for RDP, did you configure the port for LF?
yes a listner port 80 is being created already !!
can you run netstat -an on machine to see if ports are open?
Do you reach IIS page from outside?
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??
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.
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?
To change the port:
http://www.codeproject.com/Articles/708718/How-to-change-default-port-of-IIS-Manager-from
To see what should be the configuration as per your setup:
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 !!
wait, you don't need to set it up on 5050 or 5051
Are you using SSL?
nope !!
You want your website to be accessible over internet & without SSL???
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??
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
All done and successfull, the last step you need me to do it from outside the network right not locally??
Right,
Exactly as you have done for RDP access.
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??
Yes, you have to make it exactly as you have made for RDP
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??
does it work?
I only see port 80 & 3389
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....
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
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...
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??
Just for check can you please disable Windows Firewall?
Sure !!
Did you create Endpoint?
RDP is by default....so did you make explicit endpoint ?
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.
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....
You have to make the rule on VM
can you please elaborate which rule are you talking about ??
Please see the article I sent.
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??
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...
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 !!
please send me an email: sahil@magnopsys.ch
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.