Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Log onto the second VM (dbv02) through the VirtualBox console which will be shown when the VM has started. 

The username is root and the password is oracle


1. When logged onto the desktop, right click and click on "Open Terminal" to bring up the terminal.

 

2. In the terminal edit  /etc/sysconfig/network

...

No Format
NETWORKING=yes
NETWORKING_IPV6=no
HOSTNAME=target

 

3. Set the network address for eth1

...

No Format
# Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
HWADDR=08:00:27:19:c2:f8
IPADDR=10.1.1.11
NETMASK=255.255.255.0

 

4. Restart the network interface

No Format
[root@source network-scripts]# /etc/init.d/network restart
Shutting down interface eth0:                              [  OK  ]
Shutting down interface eth1:                              [  OK  ]
Shutting down loopback interface:                          [  OK  ]
Bringing up loopback interface:                            [  OK  ]
Bringing up interface eth0:  
Determining IP information for eth0... done.
                                                           [  OK  ]
Bringing up interface eth1:

 

5. View the network interface

...

6. Restart the VM (dbv02)

No Format
shutdown -r now

 

7. Start the first VM (dbv01) again by clicking on Start