Difference between revisions of "Masquerading"
Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Masquerading.
(→Limitations) |
(→Running Moodle Behind A Masquerading Firewall) |
||
Line 1: | Line 1: | ||
== Running Moodle Behind A Masquerading Firewall == | == Running Moodle Behind A Masquerading Firewall == | ||
+ | |||
+ | |||
You may be running Moodle behind a Masquerading Firewall (using Network Address Translation or NAT). In this case your internal Moodle server will most likely be assigned a non-routable (private) IP address in one of the following ranges: | You may be running Moodle behind a Masquerading Firewall (using Network Address Translation or NAT). In this case your internal Moodle server will most likely be assigned a non-routable (private) IP address in one of the following ranges: | ||
Line 7: | Line 9: | ||
* 192.168.0.0 - 192.168.255.255 | * 192.168.0.0 - 192.168.255.255 | ||
− | + | You can not use internal ip address or internal server name if you want to access the server from Internet too. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | NOTE: The original text was removed because it encouraged '''very bad practices''' --[[User:Skodak|Skodak]] 12:49, 16 January 2007 (CST) | |
− | + | TODO: add explanation how to setup DNS in intranet so that the same name points to private address from intranet and public address from Internet. --[[User:Skodak|Skodak]] 12:49, 16 January 2007 (CST) | |
[[Category:Administrator]] | [[Category:Administrator]] |
Revision as of 18:49, 16 January 2007
Running Moodle Behind A Masquerading Firewall
You may be running Moodle behind a Masquerading Firewall (using Network Address Translation or NAT). In this case your internal Moodle server will most likely be assigned a non-routable (private) IP address in one of the following ranges:
- 10.0.0.0 - 10.255.255.255
- 172.16.0.0 - 172.31.255.255
- 192.168.0.0 - 192.168.255.255
You can not use internal ip address or internal server name if you want to access the server from Internet too.
NOTE: The original text was removed because it encouraged very bad practices --Petr Škoda (škoďák) 12:49, 16 January 2007 (CST)
TODO: add explanation how to setup DNS in intranet so that the same name points to private address from intranet and public address from Internet. --Skodak 12:49, 16 January 2007 (CST)