Changes

Jump to: navigation, search

OPS235 Lab 6 - Fedora17

775 bytes added, 17:30, 2 March 2010
no edit summary
=== Investigation 4: How do I configure the network without a GUI tool?. ===
{{Admon/note | Note! | Complete this investigation on your fedora3 VM.}}
# Start fedora3 VM and loginas root# Use the command <code>ifconfig</code> to list active interfaces, you should see one with a name of <code>eth1</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># To configure a default gateway for that interface enter the command:#* <code>route add default gw 192.168.235.1</code># To configure your DNS server edit the file <code>/etc/resolv.conf</code>. Change the <code>nameserver</code> line to be:#* <code>nameserver 192.168.235.1</code># Confirm your settings work by doing the following:#* <code>ifconfig</code>#* <code>route -n</code>#* <code>ping</code> your other VM's and fedora host.#* <code>ssh</code> to your matrix account to test DNS
9
edits

Navigation menu