VirtualBox network/study Environment setup for RHEL

Source: Internet
Author: User
Tags lenovo

I re-visited The RHEL study material and setup the environment again, noted down the procedure.

1, copied the *.VDI (RHEL6STD.VDI and RHEL6-STUDENT.VDI) file from Lenovo ThinkPad T400 to my new Lenovo ThinkPad X1, Crea Ted the new machine is importing the *.VDI, no need to install the system again.

2, setup the network at Linux instructor and Linux Student
In VirtualBox Manager, file->preferences...->network, to create "VirtualBox host-only Ethernet Adapter #2" and "Virt Ualbox host-only Ethernet #3 ".
The Adapter #2 leave it as default,

The Adapter #3 set as below, server address allocated as 192.168.18.100, server mask as 255.255.255.0, address range as 19 2.168.18.101 ~ 192.168.18.254:

In Linux-student->machine->settings, set as below,

In Linux-instructor->machine->settings, set as below,

In Windows, the network configuration as below,

Network configuration on Linux-instructor, as I cloned the machine, I didn ' t change anything and tried to test the network Connection, but failed, the configuration as below,
/etc/sysconfig/network-scripts/glsorig-ifcfg-eth0
DEVICE="eth0"
BOOTPROTO="static"
DNS1="192.168.0.254"
HOSTNAME="instructor.example.com"
HWADDR="00:0C:29:65:C0:CE"
IPADDR="192.168.0.254"
MTU="1500"
NETMASK="255.255.255.0"
NM_CONTROLLED="yes"
ONBOOT="yes"

/etc/sysconfig/network-scripts/ifcfg-br0
DEVICE=br0
BOOTPROTO=none
IPADDR=192.168.0.254
NETMASK=255.255.255.0
DNS1=192.168.0.254
HOSTNAME="instructor.example.com"
IPV6INIT=no
NAME="Bridge eth0"
NM_CONTROLLED=no
ONBOOT=yes
PEERNTP="no"
DELAY=0
TYPE=Bridge
USERCTL=no

/etc/sysconfig/network-scripts/ifcfg-br0:0
# gls remote.test interface
DEVICE=br0:0
IPADDR=192.168.1.254
NETMASK=255.255.255.0
TYPE=Ethernet
BOOTPROTO=none
IPV6INIT=no
USERCTL=no

/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
DNS1=192.168.0.254
HOSTNAME="instructor.example.com"
IPADDR=192.168.0.254
MTU=1500
NETMASK=255.255.255.0
NM_CONTROLLED=yes
ONBOOT=yes
BRIDGE=br0
TYPE=Ethernet
HWADDR=08:00:27:04:C7:4B
IPV6INIT=no
USERCTL=no

/etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=Ethernet
IPV6INIT=no
USERCTL=no

/etc/sysconfig/network-scripts/ifcfg-lo
DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you‘re having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopback

Bringing up interface Eth0:device eth0 does no seem to be present, delaying initialization.
Bringing up interface Eth1:device eth0 does no seem to be present, delaying initialization.
As below,

Delete the File/etc/udev/rules.d/70-persistent-net.rules, by commands:
mv 70-persistent-net.rules 70-persistent-net.rules.bak
reboot

Encountered below problems,

The mac_address in the Ethernet configuration file as required, by commands,
ifconfig -a                                    #this is to get the MAC address of the etho0
vim /etc/sysconfig/network-scripts/ifcfg-eth0   #modify the MAC address in the configuration file

service network restart
For the Linux-instructors network configuration, I configured all and I am not sure which the file makes it work.
Network configuration on Linux-student, as below,
[[email protected] Desktop]$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
IPADDR=192.168.0.101
NETMASK=255.255.255.0
ONBOOT=yes
GATEWAY=192.168.0.254
TYPE=Ethernet
DNS1=192.168.0.254
IPV6INIT=no
USERCTL=no
PEERDNS=no

and by command
setup
In "Device Configuration", "Eth0 (eth0)-Intel Corporation 82540EM Gigabit Ethernet Controller"

/etc/init.d/NetworkManager stop
chkconfig NetworkManager off
service network restart

3, testing the result from Linux-student and Linux-instructor
The connection from Linux-student as Linux-student, Linux-instructor->window host-> Internet, testing ping 8.8. 8.8, ping instructor.example.com, Ping 192.168.0.254, all successful,

The connection from Linux-instructor as, linux-student-Linux-instructor->window host-> Internet, testing ping 8.8.8.8, Ping 192.168.0.101, all successful,

4, installation of VirtualBox additions (vboxadditions_4.3.12_93733), and configure the share the folder between the wind oWS and Linux
Refer to this link, http://xionghuilin.com/?p=7

5, reference links,
https://www.centos.org/forums/viewtopic.php?t=26971
https://www.centos.org/forums/viewtopic.php?t=7684


VirtualBox network/study Environment setup for RHEL

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.