13,420
edits
Changes
no edit summary
=== Investigation 4: How do I configure the network without a GUI tool?. ===
{{Admon/note | Use fedora3 | Complete this investigation on your fedora3 VM.}}
# Start '''fedora3 ''' VM and login as root# Use the command <code>ifconfig</code> to list active interfaces, you should see one with a name of <code>eth1<span style="background-color:yellow">em1</span></code> or a similar name.
# To configure your card with a static address use the command:
#* <code>ifconfig eth1 192.168.235.13 netmask 255.255.255.0</code>
#**GATEWAY=192.168.235.1
#**DNS1=192.168.235.1
#**DEVICE=eth1 <span style="background-color:yellow">em1</span> '''<-- or the interface name you have'''
#**BOOTPROTO=none
#**NETMASK=255.255.255.0
# Restart the <code>fedora3</code> VM.
# Login and attempt to <code>ssh</code> to your matrix account to verify the settings.
=== Investigation 5: How do I setup local hostname resolution? ===