|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
newb: subdomain
hey guys! how r ya? i have little problem here. i have setup a linuxbox(rh9) in local area network(my college) here and the hostname is student. how can i configure this linuxbox so i can access its web server when typing http://student.mycollegename.edu at any other network pc? right now i just only can access it by its ip address let says http://10.3.1.1
Can i do that? then can i access the linux box outside my college LAN? i just guess by myself, it something to do with dns, thats y im asking here . Anyone? ![]() thanx in advance! |
|
#2
|
||||
|
||||
|
yeah, it's possible, but all the computers at the college has to use your linux box as the resolver. Are you able to do this?
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
|
#3
|
||||
|
||||
|
You can't do this by yourself, unless you control the nameservers for mycollegename.edu (and I strongly suspect you don't). You could try talking to the people who run the DNS for mycollegename.edu and see if they will map student.mycollegename.edu over to your computer.
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by Keath and KevinADC, superior perl programmers of the month Looking for a perl job with kick-*** programmers in a well-known NASDAQ listed tech company with branches in the US and Europe? We're hiring. PM me for details. Requirements |
|
#4
|
|||
|
|||
|
Oh thanks guys. Im so happy with this news. Actually i am one of the college staff who can access permission to do this. I do this for academic purpose. Can anyone point me a good tutorial so i can start with it? Or can anyone can list down first step till last?
hehe if u dont mind. Thanks a lots!!! FYI my college dns server using windows 2000. |
|
#5
|
||||
|
||||
|
oh I see, then it's very simple. Just edit the DNS settings for student.mycollegename.edu to point to the IP address at home. It won't disrupt anything. Just get on the server, pull up Microsoft DNS Manager (if using MS DNS) and edit the IP address for the student host for that domain.
|
|
#6
|
|||||
|
|||||
|
Quote:
can anyone tell me whats wrong with my linux.bogus? here is the code Quote:
and what the meaning with A record? Quote:
|
|
#7
|
||||
|
||||
|
MX10 mail ; Primary Mail Exchange
MX20 mail.friend.bogus. ;Secondary Mail Exchange Change that to: MX 10 mail ; Primary Mail Exchange MX 20 mail.friend.bogus. ;Secondary Mail Exchange The meaning of A record? You have 3 A records in that zone of yours. An A record is a record with the 'A' sitting there. Above you have 'MX' records. And it should be obvious what the 'A' record does. It assigns an IP to a domain just like what your zone is doing. |
|
#8
|
|||
|
|||
|
okie. thanks guys!!
![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > newb: subdomain |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|