Changes

Jump to: navigation, search

OPS235 Lab 6 - Fedora17

190 bytes added, 03:47, 27 February 2012
no edit summary
=== Investigation 2: How do you configure a static network using <code>system-config-network</code>. ===
{{Admon/note | Use fedora2 | Complete this investigation on your fedora2 VM.}}
# Start '''fedora2 ''' VM and login
# On your '''fedora host''' run <code>ifconfig</code> and make note of the IP address assigned to the <code>virbr1</code> interface. This will be your default gateway for your Vm's.
# To configure a new interface on fedora2 go to '''System'''->'''Administration'''->'''Network ''' and click on the "'''New" ''' button# Select '''Ethernet Device ''' and choose the network card named <code>eth1<span style="background-color:yellow">em1</span></code>
# Statically set the IP configuration:
#: IP Address '''192.168.235.12'''
#: Subnet Mask 255.255.255.0
#: Default Gateway '''192.168.235.1 ''' (The IP address of <code>virbr1</code> on your fedora host.)# Click on the '''DNS ''' tab and add '''192.168.235.1 ''' as the primary DNS server.# Select '''Forward''', and then select '''Apply ''' to Finish.#'''Restart your network ''' on fedora2. <code><span style="background-color:yellow">service NetworkManager restart</span></code>
# Verify your new interface by examining the output of <code>ifconfig</code>
# To verify that fedora2 has the correct default gateway configured, enter the command <code>route -n</code>
# Verify the network by using <code>ping 192.168.235.1</code>
# Record '''Answer the answer to Investigation 2 observations / questions in your logbooklab log book.'''
=== Investigation 3: What files does the <code>system-config-network</code> GUI tool change?. ===
13,420
edits

Navigation menu