LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Internet Connection (https://www.linuxquestions.org/questions/linux-software-2/internet-connection-251180/)

dregreen 11-04-2004 02:50 PM

Internet Connection
 
looking for help on setting up internet connection on a newly imaged Linux 10.0 workstation.

yano 11-04-2004 03:16 PM

Well ;-)
You need informations from Your provider such:
IP
Netmask
Gateway
DNS

Then try
man ifconfig
man route

Or, If You are inpatient ;-),
ifconfig eth0 YOUR-IP netmask YOUR-NETMASK up
route add default gw YOUR-GATEWAY
echo 'nameserver YOUR-DNS' > /etc/resolv.conf

And You are done ;-) Enjoy.

XavierP 11-04-2004 03:21 PM

Dregreen - we need more info from you:
what distro are you running? (I'm guessing Mandrake)
how do you connect - phone line, usb, ethernet
do you need to set your ip details, or does your isp use DHCP?

Oh, and welcome to LQ :D


All times are GMT -5. The time now is 08:50 AM.