Changes

Jump to: navigation, search

OPS235 Lab 6 - Fedora17

5 bytes added, 12:23, 13 March 2012
m
Investigation 4: How do I configure the network without a GUI tool?
# Use the command <code>ifconfig</code> to list active interfaces, you should see one with a name of <code>eth0</code> or a similar name.
# To configure your card with a static address use the following command:
#* <code>ifconfig eth0 192.168.235.13 netmask 255.255.255.0</code>
# To configure a default gateway for that interface enter the command:
#* <code>route add default gw 192.168.235.1</code>
'''Answer the Investigation 4 observations / questions in your lab log book.'''
 
=== Investigation 5: How do I setup local hostname resolution? ===
1
edit

Navigation menu