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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-22-2003, 08:39 AM
|
#1
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Rep:
|
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?
|
|
|
11-22-2003, 08:44 AM
|
#2
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Perhap you could tell us what sort of connection it is, the hardware you are using to connect and your provider.
|
|
|
11-22-2003, 08:47 AM
|
#3
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Original Poster
Rep:
|
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
|
|
|
11-22-2003, 09:32 AM
|
#4
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
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?
|
|
|
11-22-2003, 09:36 AM
|
#5
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Original Poster
Rep:
|
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
|
|
|
11-22-2003, 09:40 AM
|
#6
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
As rot try running:
netconf
This should give you a menu system to configure your IP address etc as you have done in windows.
|
|
|
11-22-2003, 09:49 AM
|
#7
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Original Poster
Rep:
|
yeah i tried that already... it didnt do anything. is there anything else i should try?
|
|
|
11-22-2003, 10:09 AM
|
#8
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Original Poster
Rep:
|
anyone??? help? plz?
|
|
|
11-22-2003, 11:07 AM
|
#9
|
Senior Member
Registered: Feb 2001
Location: Montreal, Quebec, Canada
Distribution: RedHat, Fedora, CentOS, SUSE
Posts: 1,403
Rep:
|
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
|
|
|
11-22-2003, 11:14 AM
|
#10
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Original Poster
Rep:
|
hmm ok thanx. i cant try it ATM (gota go to work) but ill try it tonight. thanx for ur help.
|
|
|
11-23-2003, 12:02 PM
|
#11
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Original Poster
Rep:
|
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?
|
|
|
11-23-2003, 02:05 PM
|
#12
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
Can you use lynx:
lynx -dump http://www.google.com
|
|
|
11-23-2003, 03:11 PM
|
#13
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Original Poster
Rep:
|
hmm ok i dont know what lynx is but ill give it a try
|
|
|
11-23-2003, 03:14 PM
|
#14
|
LQ Newbie
Registered: Nov 2003
Location: in the US
Distribution: mandrake 9.2 (and XP)
Posts: 27
Original Poster
Rep:
|
hmm ok nope doesnt work.. cannot connect to remote host
|
|
|
11-23-2003, 03:24 PM
|
#15
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 05:42 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|