13,420
edits
Changes
no edit summary
{{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><span style="background-color:yellow">eth0</span></code> or a similar name.
# To configure your card with a static address use the following command:
#* ifconfig eth0 192.168.235.13 netmask 255.255.255.0</code>
#* Change to the <code>/etc/sysconfig/network-scripts</code> directory on <code>fedora3</code>
#* List the contents of the directory and you should see 2 different types of files, network config scripts and network configuration files.
#* look for the config file for your original interface, it should be named <code><span style="background-color:yellow">ifcfg-eth0</span></code>#* Copy that file to <code><span style="background-color:yellow">ifcfg-eth1</span></code> or whatever name matches your current eth interface.
#* Edit the new file for you interface and give it the following settings:
# Save the file and restart the <code>NetworkManager</code> service
# Verify your configuration as you did before.