LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-10-2008, 06:24 PM   #1
shep72
LQ Newbie
 
Registered: Dec 2008
Location: The state of Nebraska
Distribution: Ubuntu Studio 11.10
Posts: 5

Rep: Reputation: 0
Connect to Internet!


I have just installed a virtual appliance from a man who is very good at building VMWare virtual machines. I have one other virtual disk, which is Windows Vista Ultimate 32 bit. My main computer is Windows Vista Ultimate 64 bit. I am a complete "Newbie" to Linux! I thought I would download a free built appliance that is for Linux to see what I'm missing. I need a complete education in using the commands and the terminal window.

Right now I'm wondering what needs to be done to connect to the internet. I am using a router for all three pc's. I know to check for ip address in Windows, but not Linux. I know I need to clear the IP address with my router in order to connect to the internet, but I don't know where to start.

Show me where I can go to learn how to use the Linux interface.
 
Old 12-10-2008, 06:30 PM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Try this.

Also, if you use ipconfig in windows, try ifconfig in linux
 
Old 12-10-2008, 08:53 PM   #3
MrChilly0
Member
 
Registered: Jan 2007
Location: midwest USA
Distribution: gentoo w/ funtoo overlay
Posts: 146

Rep: Reputation: 23
Can you provide more details? Which linux distro did you download? Ubuntu? Suse? That may help us a bit. In order to use ifconfig you'll need to be superuser. To do that, type su in the terminal, then type in your admin password. Then type ifconfig. We're assuming this is a wired computer and you're not try to use a wireless device to connect to the router.
 
Old 12-10-2008, 09:01 PM   #4
shep72
LQ Newbie
 
Registered: Dec 2008
Location: The state of Nebraska
Distribution: Ubuntu Studio 11.10
Posts: 5

Original Poster
Rep: Reputation: 0
It Worked!

Thanks for the reply! I can see that the internet address is 127.0.0.1 - but do you also know how to discover the mac address? I need to address in order to program my router.

Do you have any instruction as to what I need to do to set up the internet connection? I am totally lost! I found the Linux Homepage and I am doing some reading and training myself to use this interface.

This is the result of your advice: Again, thank you!

bagside@bagvapp:~$ ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1056 errors:0 dropped:0 overruns:0 frame:0
TX packets:1056 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:52800 (51.5 KB) TX bytes:52800 (51.5 KB)

Last edited by shep72; 12-10-2008 at 09:29 PM.
 
Old 12-10-2008, 09:14 PM   #5
shep72
LQ Newbie
 
Registered: Dec 2008
Location: The state of Nebraska
Distribution: Ubuntu Studio 11.10
Posts: 5

Original Poster
Rep: Reputation: 0
Added material!!!

Yes, I can provide you with more information.

Version= Ubuntu Studio 8.04.1 with GNOME 2.22.2 DE
Linux filesystem: ext3 Kernel= 2.6.24-21-rt.
RAM= 600 (which means at least 1GB memory is recommended)
Appliance size on HD= 3,5 GB, which will expand to 20 GB if I understand things correctly.
The root commmandline is sudo. The password is bagside

I downloaded this appliance from a man who builds them and places his own decorative art into the interface. He is very good!
Yes this is a not a wireless computer that is connected to a router.

This is what the readme file said that came with the distro.

This appliance has not been built substantially from the original distro however the folllowing has been added and/or upgraded, kernel-headers, automake, autoconf and mplayer + plugin. A total of abt. 100 other updates/upgrades has been made on the 21st of October 2008.
Finally VMwareTools has been upgraded to 6.5.0-118166 and installed/compiled into the running kernel. Minor visual changes has been done mainly to suit me when I created the appliance.

Enjoy this appliance and if you have something good to say please email me at

aakeg@hagan.no


I hope this information is helpful.

Last edited by shep72; 12-10-2008 at 09:28 PM. Reason: Need to Add More Insightful Information
 
Old 12-10-2008, 09:20 PM   #6
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Sorry - forgot to post the link earlier Try http://www.linuxcommand.org/index.php

127.0.0.1 is the loopback address. Do you have a NIC attached?


ifconfig will give you the mac address if it finds a NIC.

I wouldn't post my email btw.
 
Old 12-10-2008, 09:52 PM   #7
shep72
LQ Newbie
 
Registered: Dec 2008
Location: The state of Nebraska
Distribution: Ubuntu Studio 11.10
Posts: 5

Original Poster
Rep: Reputation: 0
What does NIC mean? Thanks for the website for training within the shell of linux.
 
Old 12-10-2008, 10:06 PM   #8
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
A NIC is a Network Interface Card (ie ethernet), but since you're using a VM, I guess you need to set up a virtual NIC somehow. Not my field.
 
Old 12-10-2008, 10:17 PM   #9
Loosewheel
LQ Newbie
 
Registered: Jan 2006
Location: Montana
Distribution: PCLinuxOS-2007
Posts: 24

Rep: Reputation: 15
NIC = Network Interface Card
ifconfig = Interface configuration
(the command: 'man ifconfig' will tell you how to use the command)
It appears you haven't set up you network card yet. Try: System > Administration > Network.
Also, System > Help and Support, will help you. Ubuntu has good support documentation.
Good luck and have fun.
 
Old 12-11-2008, 10:52 PM   #10
shep72
LQ Newbie
 
Registered: Dec 2008
Location: The state of Nebraska
Distribution: Ubuntu Studio 11.10
Posts: 5

Original Poster
Rep: Reputation: 0
This is the information that helped me the most. I didn't realize that setting up the internet was as easy as clicking one place - Select DHCP and have it automatically set up this connection.


Step 1 - Place your computer system and DSL router in the area where you want to have them. Plug in your DSL router, and then connect it to your Ubuntu Linux computer.

Step 2 - Go to your Ubuntu menu and click on "Utilities" and then "Networking." Select the "ETH0" option on your home computer and then choose "Properties." Select "DHCP" in the drop down menu. You have now enabled DHCP on your PC.

Step 3 - Read through the set up instructions to get the IP home address provided for your DSL router. If your DSL provider has not included this information, call them and request the IP address.

Step 4 - Launch your web browser. In the address box, type in the IP address and click "Go." Enter your user-name and your password. You will now be able to access the Internet with your Ubuntu Linux system.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
connect to internet trough wireless others connect to me with lan Amir Menesy Linux - Wireless Networking 1 11-13-2007 08:28 PM
how i connect (bridging) two internet connection and how to use that both the connect karthi26 Linux - Newbie 1 08-26-2007 03:10 AM
When i connect on the internet I want root not to access the internet !! skouket Linux - Security 12 07-10-2005 12:17 PM
can't connect to the internet:linux dont read my internet address droplsh Linux - General 1 02-29-2004 07:32 PM
Can connect broadband but can't connect Internet satimis Linux - Networking 4 01-31-2004 07:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration