Click to See Complete Forum and Search --> : Can't run internet on slackware


Yosuke_
03-14-2004, 06:13 PM
Hi!
I installed Slackware 9.1, but i cant find where can i set IP, gateway, etc...
Where can i set it all up??
This question sounds realy stupid, but I'm new to linux!
Thanx!

jme
03-14-2004, 06:35 PM
Run

netconfig

as root.

Welcome to JL.com! ;)

Hope this helps.
Jamie

Yosuke_
03-14-2004, 07:08 PM
Thanx!
I will go and try it!

jme
03-14-2004, 07:17 PM
Originally posted by Yosuke_
Thanx!
I will go and try it!

If you have anyother problems just let us know.

have fun!

Yosuke_
03-14-2004, 07:21 PM
Thanx for the help, but i have a prob again!
Netconfig works, but it asks me doman and I entered my IP, but why didnt it asked DNS? So i set up only gateway, IP, mask and domain(my IP) but it dosnt work!! can you please help me?

dboyer
03-14-2004, 08:19 PM
dns is in /etc/resolv.conf

just add a like "nameserver X.X.X.X"

Yosuke_
03-15-2004, 04:33 AM
HEEEEELP!!!!
About that DNS!!!
when i open /etc/resolv.conf theres only one line of text:
Searching xxx.xxx.xxx.xxx (xxx is my IP)
what is wrong?

dboyer
03-15-2004, 04:46 AM
looks misconfigured

remove that line, and put "nameserver X.X.X.X", that points to a dns server

Yosuke_
03-15-2004, 04:49 AM
ok, but do i need to set up nameserver only in that file?

serz
03-15-2004, 04:53 AM
Yes.

Yosuke_
03-15-2004, 04:58 AM
but how can i set more than one DNS ??? I have 2 DNS in windows!! sorry for my supidity!;)

jme
03-15-2004, 08:15 AM
Just add the other one in the file as well. Most ISP's have atlease two DNS nameservers.


/etc/resolv.conf

nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx


HTH

Jamie