Changes

Jump to: navigation, search

OPS235 Lab 6

23 bytes removed, 17:38, 7 October 2016
no edit summary
# Look for the configuration file for your original interface, it should be named '''ifcfg-eth0'''
# Edit the new file for you interface and give it the following settings (or create a brand new file, might be easier than editing the old one):
#::DEVICE="eth0"#::IPADDR="192.168.235.13"#::NETMASK="255.255.255.0"#::GATEWAY="192.168.235.1"#::HWADDR="52xx:54xx:00xx:3fxx:5cxx:fa" xx <-- '''# Use YOUR centos3 VM's MAC ADDRESS!!! #::DNS1="192.168.235.1" '''#::BOOTPROTO="static"#::ONBOOT="yes"#::NM_CONTROLLED="yes"#::IPV6INIT="no"
# Save the file and then restart the network connection by issuing the commands:<br><b><code><span style="color:#3366CC;font-size:1.2em;">ifdown eth0</span></code></b> and <b><code><span style="color:#3366CC;font-size:1.2em;">ifup eth0</span></code></b>
# Verify your configuration as you did before.
13,420
edits

Navigation menu