It is currently Fri Sep 10, 2010 3:44 pm

All times are UTC + 2 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: How to get online
PostPosted: Sun Mar 05, 2006 2:58 pm 
Offline
Site Admin

Joined: Mon Dec 19, 2005 10:26 pm
Posts: 629
Location: Romania
The easy way :wink: using netGo

Start netGo from K menu > internet
    Add a new profile
    Chose the network card you want to configure (most probably is eth0)
    Enter IP the address, netmask, gateway and DNS.
    Click OK to save the profile
    Click GO to apply the settings of that profile

The Linux way 8) using a command line

Login as root in the command line
Use this commands to first set the IP address and the netmask and then the default gateway:
Code:
ifconfig eth0 10.10.0.10 netmask 255.255.255.0
route add default gw 10.10.0.1

Now we should set the address of the DNS server. To do this we have to add an entry with the DNS address in the /etc/resolv.conf file.
Code:
echo "nameserver 141.85.166.28" > /etc/resolv.conf


Remember that you have to add your own values. :idea: The ones I used are only for demonstration purposes.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 2 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron