Jump to content

Recommended Posts

Posted

I have setup the moodle box we have to a local ip address and got external ip address to access it from outside of school .

My problem is that the images are pointing to 10. address so when you browse externally will the 80. address the image is missing. (we are having to point the images to the 80 address)

I thought the NAT would handle this. The rest of the site is accessible.

We have tried it from several machines at home.

Moodle v 1.9

server 2003 r2

running wamp

Posted

Another solution is to use relative urls where possible!

Eg img src=../../images/foo.jpg rather than include the full, canonical URL, as this will let the browser interpret the link.

 

NAT works a few levels too low down the network layer model to handle this - theoretically a layer7 reverse http proxy could handle such a job but I have never seen this in practice.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...