djgreek Posted October 26, 2011 Posted October 26, 2011 Help new to a school I currently have a Moodle site available for external and internal use. Which is currently working On a seperate server I installed iis, sql and a reporting package. Users are able to type the url eg //server3\reports and log in When i copied the url to the moodle page for staff to log in it only allows them to log in from school We are using server 2008 r2 Sql server 2008 iis 6 Can someone direct me in the right direction please
Steve21 Posted October 27, 2011 Posted October 27, 2011 Can someone direct me in the right direction please Well \\server3 will only resolve locally (Same as trying to connect to a local network pc, won't work over internet), You'd need to either give them an IP address instead of the server3 bit, or if your domain is pointing to the server it should be available from domain\reports. How's your domain name (internet) directing to your servers currently? Steve
dhicks Posted October 27, 2011 Posted October 27, 2011 I currently have a Moodle site available for external and internal use. Is your Moodle server hosted in site - do you have the Moodle server somewhere in school? If so, your firewall is probably forwading incoming connections on ports 80 and 443 (HTTP and HTTPS) to your Moodle server. Ideally, you would have a second IP address assigned to your Internet connection and have your firewall forward requests to that IP address for ports 80 and 443 to your new server. If you only have the one IP address assigned to your Internet connection, however, you could simply use a different port number for http or https requests - the user would have to specify the port number in the URL they used, but you could always simply have them get to the new server from a link on your Moodle front page or wherever.
alunmjones Posted October 27, 2011 Posted October 27, 2011 i have multiple sites running on our single IP address, the external DNS has all the name recoreds as one but when they hit the ISA server it figures out the packet header and re-directs the packet to the appropriate location, you could try hosting the files as a virtual directory on your moodle server, not sure if that would work depends on what your running and how it needs to be set up.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now