Changes

Jump to navigation Jump to search
97 bytes added ,  23:54, 22 January 2013
Line 63: Line 63:     
To start the networking  
 
To start the networking  
./etc/sysconfig/network-scripts/ifup-eth eth0
+
<syntaxhighlight lang="Bash">
 +
./etc/sysconfig/network-scripts/ifup-eth eth0
 +
</syntaxhighlight>
    
or  
 
or  
 +
<syntaxhighlight lang="Bash">
 
  dhclient eth0
 
  dhclient eth0
 +
</syntaxhighlight>
    
or if you want to assign a IP address yourself.
 
or if you want to assign a IP address yourself.

Navigation menu