Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 20-11-2007, 09:42 PM   #1 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Exclamation Installing ubuntu in college computers: How do I connect to the Network?


I have installed ubuntu 7.04 in one of the computer in my dept computer room. Through the windows computer, I found the gateway address and connected it to the main modem/ router. This connection requires only the gateway address.

When I try to ping the gateway address, it is successful. In "Network" I can see many computers, even of other dept. But I can't connect to the internet through firefox.

What is the problem and how do I correct this? If I am successful in this all the computers in my computer room will be converted to linux as thry are having a problem with viruses and stuff and most of the computers are mostly down because of that.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 20-11-2007, 10:47 PM   #2 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

Maybe you use a proxy for internet connection? Check proxy settings on the windows PCs and enter the same on Ubuntu Firefox.
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 21-11-2007, 12:35 AM   #3 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

try to copy all the windows network settings including proxy to the ubuntu install, and it should work just fine.

have you tried ubuntu gutsy gibbon? Better install a newer distro while you are at it...

PS: Linux in collages... the only reason students don't like them much is because you can't easily hide Mortal Kombat 4 in an iconless and nameless folder hidden from view of the attendent. Xubuntu is the best for Indian schools and collages as they often have old computers with less processor power and ram.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 21-11-2007, 12:41 AM   #4 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

gateway address of what, server system or router ?
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 21-11-2007, 07:39 AM   #5 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

It just has a router. There is no server system. My guess is that there is just one server system for many department. I could access many of the computers in the network except the ones which were password protected.

I copied the Gateway address of the router from the windows PC with "ipconfig" command. What else I do need to copy from there and copy to what?
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 21-11-2007, 08:12 AM   #6 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

You'd need an IP, if you assign a random IP it just might conflict with some other IP in the network so won't work.
And you'll surely need DNS servers else how would DNS be resolved.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 22-11-2007, 10:38 AM   #7 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

Here is what I got from ipconfig /all

Windows IP configuration
Host Name............anjab-c25162b3
Primary Dns Suffix...:
Node Type............:Unknown
IP Routing Enabled...:No
WINS Proxy Enabled...:No

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix .:
Description...........:ADMtek AN983 based ethernet adapter
Physical Address......:00-50-BF-A5-CD-11
DHCP Enabled..........:NO
IP Address............:192.168.16.98
Subnet Mask...........:255.255.255.0
Default Gateway.......:192.168.16.1

Now how do I enter relevant information in DNS tab.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 22-11-2007, 12:32 PM   #8 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

I installed and if I'm correct I have DHCP enabled and it can access the internet fine. I did the same thing with my computer when I took it to the internet cafe and I could see and browse with no problem.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 22-11-2007, 04:26 PM   #9 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

@baccilus:try enabling dhcp as gksudo network-admin>properties>enable dhcp.
that will solve the problem i suppose.
else in ur /etc/network/interfaces values as below:
http://www.cyberciti.biz/faq/setting...terfaces-file/
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 23-11-2007, 09:42 PM   #10 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

With DHCP enabled I can't even ping the gateway address like I can with the static addresses. One of my friends had the same problem-he could connect to the local network but not the internet.

I think I need to learn a lot more of linux to try this networking stuff. Panga ley liya college mein.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 24-11-2007, 11:32 AM   #11 (permalink)
In The Zone
 
Join Date: May 2006
Location: chennai
Posts: 430
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

Hello,
My problem may be similiar to the above mentioned thread,so pl. guide me. I am under the LAN set up of my office (more than 500 clients across cities) and my computer has been allotted a static IP addresses. All are running under primarily Windows 2000 server and clients,some of them XP. Mine is XP, but installed mandriva-2007 as dual booting. I configured Samba as well and in the networking setup I give the static IP allotted to me , (exactly as windows network configuration. Now I can see some computers in the LAN I am not able to browse my interanet site where our web portal situated. In windows to access our portal we have to type the portal IP address such as 10.xx.xx.xx/ in the browser, but in linux it is showing that the server not found.
One of my friend told, that the IP allotted to me may be authorised as windows client, but if I am to access the web portal in unix client , then I have to approach the system administrator, to identify my static IP as windows client as well as unix client.. is it true??
If it is possible , then I will approach the necessary authority in my section..what are the other modification in my system?

thank you,

Vaithy

Last edited by vaithy; 24-11-2007 at 11:37 AM.
vaithy is offline  
Old 28-11-2007, 10:10 PM   #12 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

Problem is still unresolved. Help.
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 28-11-2007, 10:16 PM   #13 (permalink)
Wire muncher!
 
infra_red_dude's Avatar
 
Join Date: Nov 2003
Posts: 6,173
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

DNS.. DNS.. Where is the info on that?
__________________
"The true measure of a man is how he treats someone who can do him absolutely no good."

http://phoenix-ani.blogspot.com
infra_red_dude is offline  
Old 28-11-2007, 11:01 PM   #14 (permalink)
Alpha Geek
 
baccilus's Avatar
 
Join Date: Feb 2006
Location: Chandigarh
Posts: 948
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

Will reinstalling it help or will I just waste my time?
__________________
Appreciate me now and avoid the rush!!
i5 2500K || 8GB DDRIII 1600 MHz RAM || Zotac GTX560Ti || Samsung 2233sw || Corsair GS600
baccilus is offline  
Old 28-11-2007, 11:03 PM   #15 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

their is no need to reinstall, requires only correct setup.
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 28-11-2007, 11:42 PM   #16 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Installing ubuntu in college computers: How do I connect to the Network?

Try these steps Im no Ubuntu whiz but sometimes it might help

You said you could access the computers on the networks so why not trying the following ,Can you ping www.yahoo.com from a terminal ? This is just to make sure that you are not experiencing an IPv6 problem in Firefox or something of the same. You can disable it by going to about:config in Firefox I believe. Or even trying something like tracert 69.147.114.210 .

I'm sorry I just noticed that you have 7.04 so I doubt that you would have an issue with firefox .
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"

Last edited by FilledVoid; 29-11-2007 at 01:47 AM.
FilledVoid is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How connect two computers linardni QnA (read only) 9 25-10-2009 09:02 PM
How to download restricted files in a college network? kumars Networking 18 05-11-2007 06:33 PM
help me to connect two computers Manu Mahendran QnA (read only) 2 27-06-2007 04:13 PM
help me to connect computers through lan mazy Networking 3 31-12-2006 07:38 PM
Installing Linux in my college computers. Help this nooby! baccilus Open Source 14 06-12-2006 09:17 PM

 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:20 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2