home
faq
how to
sitemap
contact
 
 
How to startup networking at the linux command line
 

February 19, 2015

 
   

Here we describe how to startup networking at the linux command line.

  purple seperator  

This worked for fedora 19 (xfce).

              iwconfig    (this will list out the available hardware...    "enp3s0" , etc... )

              ifconfig enp3s0 192.168.1.100    (this sets the device "enp3s0" with an ip address)

              route add default gw 192.168.1.1    (this sets a default gateway)

to add DNS's, edit the file:   /etc/resolv.conf   and add the lines:

              nameserver xx.xx.xx.xx
              nameserver yy.yy.yy.yy    (where "xx.xx.xx.xx", "yy.yy.yy.yy" are the ip's for the nameserver...)

then start the network service:

              service network start

or:

              service network restart

 

 

dark maelstrom icon dark maelstrom
flash games
  t-shirt icon dark maelstrom
t-shirt designs

back

home