karan_jhr
Members-
Posts
123 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by karan_jhr
-
is windows 2003 easily upgradeable to window 2008? or i will be required to setup windows AD and DNS separately on 2008?
-
I want a free open source application for employment process in my educational institution. The user must be able to signup, fill-in the form and track the application process online. Any suggestions please?
- 3 replies
-
- application
- employment
-
(and 2 more)
Tagged with:
-
Open Source Mail Server - Windows Server 2003
karan_jhr replied to karan_jhr's topic in Windows Server 2000/2003
i tried hMailServer, its cool but i dont think it gives a web interface to users in order to check their emails !!! -
I am using Windows 2003 server on my network. We have two Active Directories and our own setup of DHCP and DNS. I want to setup an open-source free mail server to work with my Active Directory. I want the mail server passwords to be synchronized with the AD passwords Any suggestions please?
-
thanks I hears synology devices are good as well !! anyone ever used it ? any feedback on it?
-
I want to maintain backup of my servers for that I am looking for a fast a reliable Network storage device of atleast 2TB The device must have a fast Ethernet connection and if possible must support USB as well. I have used Lacie, WD & NetGear but the speed of data transfer is very slow on 100Mbps LAN. Even the software provided is not powerful enough to do lots of things. Any recommendations plz?
-
I am using windows 2003 AD Is there any good tool available if i want to perform bulk functions Like if i want to assign Unix Attributes to 100 guys in a group??
-
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
sure i will do whatever i can i owe you guys and i do have very solid experience in Labs Management etc thanks one again everyone i want to request the moderator to this thread to Kindly remove all the links to my server please cheers -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
thanks everyone 1) it was something to do with / or \ in the configuration file 2) DNS A record that points the URL http://10.14.*.* to the IP 212.*.*.* It still didnt load the CSS but then 3) The magic line $CFG->wwwroot = 'http://' . $_SERVER["HTTP_HOST"] . '/moodle'; BY Webman Solved it all Now i am able to browse on LAN via 10.14.*.* and on Internet via 212.*.*.* really thankful to everyone who helped me kindly edit your posts to remove the actual address of my server please really appreciated this forum rocks and i would like to contribute to the forum myself in other threads -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
DNS entry is there now Created DNS A record that points the URL http://apps.{URL} to the IP 212.xx.x.xx Sub directory /moodle has been removed now its running directly at the address but still locally On internet it gives a blank page -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
if i change the wwwroot address in the config file to 212.xx.x.xx it works perfectly fine on internet even the CSS Loads. But then local users on LAN are redirected to the Internet address 212.xx.x.xx as well and they experience a slow speed. We are back to the same point from where i started that i want LAN users to use local 1P address for fast speed and internet users to use 212.xx.x.xx reaching the same server. -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
outside users use it like 212.xx.x.xx/moodle to access it -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
i really appreciate your help sonofsanta thanks for your time and interest Really appreciated -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
my latest config file is <?php /// Moodle Configuration File unset($CFG); $CFG->dbtype = 'mysql'; $CFG->dbhost = 'localhost'; $CFG->dbname = 'moodle'; $CFG->dbuser = 'root'; $CFG->dbpass = '**********'; $CFG->dbpersist = false; $CFG->prefix = 'mdl_'; //$CFG->wwwroot = 'http://212.xx.x.xx/moodle'; $CFG->wwwroot = 'http://apps.{URL}/moodle'; $CFG->dirroot = 'C:/Inetpub/wwwroot/moodle'; $CFG->dataroot = 'C:/Inetpub/moodledata'; $CFG->admin = 'admin'; $CFG->directorypermissions = 00777; // try 02777 on a server in Safe Mode $CFG->passwordsaltmain = '>+@ #0CMXq?>_Pz@e^+].H],'; require_once("$CFG->dirroot/lib/setup.php"); // MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES, // RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE. ?>[\code] -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
I am not using an ip in the config file anymore its actual host name is there anyway to bind he CSS to a specific address to load? Through actual name it loads very well on LAN but not on Internet?? -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
Did exactly as webman said Local address 10.14.*.* on LAN and Config File Working good Via Internet Loads but without CSS -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
thanks webman i have changed the settings in config.php and renamed wwwroot to the actual address (e.g. http://www.myschool.com/moodle) its loading fine on LAN still on internet loading but without CSS?? -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
I cannot see any CSS settings in my config file please help me in changing it unset($CFG); $CFG->dbtype = 'mysql'; $CFG->dbhost = 'localhost'; $CFG->dbname = 'moodle'; $CFG->dbuser = 'root'; $CFG->dbpass = '***********'; $CFG->dbpersist = false; $CFG->prefix = 'mdl_'; $CFG->wwwroot = 'http://10.14.*.*/moodle'; $CFG->dirroot = 'C:/Inetpub/wwwroot/moodle'; $CFG->dataroot = 'C:/Inetpub/moodledata'; $CFG->admin = 'admin'; $CFG->directorypermissions = 00777; // try 02777 on a server in Safe Mode $CFG->passwordsaltmain = '>+@ #0CMXq?>_Pz@e^+].H],'; require_once("$CFG->dirroot/lib/setup.php"); // MAKE SURE WHEN YOU EDIT THIS FILE THAT THERE ARE NO SPACES, BLANK LINES, // RETURNS, OR ANYTHING ELSE AFTER THE TWO CHARACTERS ON THE NEXT LINE. ?> -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
okay it worked thanks Now i am able to access it locally via 10.14.*.* External Address is 212.*.* In Config.php i have defined local IP 10.14.*.* and its working perfectly fine BUT When i am browsing via Internet It loads the page BUT without CSS??? -
Moodle two IP Addresses (LAN & Internet)
karan_jhr replied to karan_jhr's topic in Virtual Learning Platforms
thanks for ur reply kmount & FN-GM 1) Is it the same address internally & externally? No the actual IP address of server on Lan is 10.14.*.* but i access it via external ip 212.*.*.* even on Lan i use this IP 2) Do you have a 'zone' for this domain on your internal DNS so that internal queries use internal hostnames for email servers etc? We do have a DNS but i didnt define anything on it as yet Does your moodle server have an internal IP that your ISP nat an external one to or does it bind directly to an external IP? I have internal IP and my ISP NAT or connects it via IR ON my DNS i have following things Forward Lookup Zones Reverse Lookup Zones -
I am using Moodle locally hosted on Intranet Students can access it without any problem. Its a normal server with one NIC. We have a setup of Local Active Directory, DNS & DHCP etc. Currently the setup is that the IP address of the Moodle is mapped with ISP and LAN users are accessing it via that external IP address. It means that even local users on LAN use the External IP address to access it, which is a bit slow. I read a lot on forums and everyone is suggesting to forward local machines via DNS to point at the external address. How can i do it? I want to have the settings of external IP address in Moodle Config file meanwhile i want the intranet users to access the server on LAN with excellent speed. Can anyone tell me in steps how to do it via DNS? thanks
