LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 11-22-2003, 08:39 AM   #1
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Rep: Reputation: 15
inernet connection


being compleatly new to linux i have no idea what im doin here. i need to set up my internet connection. could someone give me a basic step by step or at least point me to some detailed reading that could help?
 
Old 11-22-2003, 08:44 AM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Perhap you could tell us what sort of connection it is, the hardware you are using to connect and your provider.
 
Old 11-22-2003, 08:47 AM   #3
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Original Poster
Rep: Reputation: 15
lol yeah guess that could help. ok im using a nic card(3com i belive) and i need to connect to my router (lynksys firewall router). and im currently using a cable modem. hope that helps some
 
Old 11-22-2003, 09:32 AM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Is your computer connected to the modem ok? Are you getting link lights? Does your ISP give a dynamic address to your computer or is it fixed?
 
Old 11-22-2003, 09:36 AM   #5
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Original Poster
Rep: Reputation: 15
my computer is properly connected to my router and the appropriate lights are on. my router is working fine and is connected to my cable modem which is also working perfectly. i use a static IP. everything works fine on my XP system. so its just that i need to get everything configured correctly for mandrake 9.2
 
Old 11-22-2003, 09:40 AM   #6
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
As rot try running:
netconf

This should give you a menu system to configure your IP address etc as you have done in windows.
 
Old 11-22-2003, 09:49 AM   #7
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Original Poster
Rep: Reputation: 15
yeah i tried that already... it didnt do anything. is there anything else i should try?
 
Old 11-22-2003, 10:09 AM   #8
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Original Poster
Rep: Reputation: 15
anyone??? help? plz?
 
Old 11-22-2003, 11:07 AM   #9
Mathieu
Senior Member
 
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403

Rep: Reputation: 46
Have you tried using DrakConnect ?
http://doc.mandrakelinux.com/Mandrak...onnection.html

If this does not work, you can try to activate it manually.
If you have more than one NIC, you can list which NIC is connected to which interface
Code:
dmesg | grep -i eth
If your 3com NIC is on eth0, you will need to edit the /etc/sysconfig/network-scripts/ifcfg-eth0 file.
Here is an example for a static IP set up on Linux as long as your router's IP is 192.168.1.1
Code:
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
IPADDR=192.168.1.2
NETMASK=255.255.255.0
TYPE=Ethernet
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
 
Old 11-22-2003, 11:14 AM   #10
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Original Poster
Rep: Reputation: 15
hmm ok thanx. i cant try it ATM (gota go to work) but ill try it tonight. thanx for ur help.
 
Old 11-23-2003, 12:02 PM   #11
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Original Poster
Rep: Reputation: 15
ok i put that info in and now if i try to get toa website using konqueror it tells me that it couldnt download the proxy configuration script... i dont ever remember setting up a proxy script. what should i do?
 
Old 11-23-2003, 02:05 PM   #12
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Can you use lynx:
lynx -dump http://www.google.com
 
Old 11-23-2003, 03:11 PM   #13
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Original Poster
Rep: Reputation: 15
hmm ok i dont know what lynx is but ill give it a try
 
Old 11-23-2003, 03:14 PM   #14
nathan15243
LQ Newbie
 
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27

Original Poster
Rep: Reputation: 15
hmm ok nope doesnt work.. cannot connect to remote host
 
Old 11-23-2003, 03:24 PM   #15
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Check your routing tables:
route -n

IP Address details:
ifconfig

and DNS:
cat /etc/resolv.conf
ping www.linuxquestions.org
ping 64.179.4.146
 
  


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
LDAP SERVER Client Connection on SUSE 9.2 - connection error jcarton Linux - Networking 3 03-19-2005 12:40 PM
LDAP SERVER - CLIENT CONNECTION on suse 9.2 - connection error nicolasdiogo Linux - Networking 4 03-01-2005 01:43 PM
cannot browse the inernet sites in fc2 shams Linux - Networking 1 10-18-2004 04:09 AM
cannot connect to the inernet with kppp in fc2 shams Fedora 1 10-15-2004 09:58 PM
i want good inernet speed tarak4u Linux - Networking 3 06-04-2002 03:08 AM

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

All times are GMT -5. The time now is 04:12 AM.

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