TobyHFerguson / Corralitos

A repo containing vagrant boxes for Oracle Linux
0 stars 1 forks source link

[LVM-I9] Look into vagrant networking #6

Open UncleRedBeard opened 9 years ago

UncleRedBeard commented 9 years ago

After successfully creating a minimal ol6u6 box using lvm, I connected to the new box and checked the /etc/hosts file. It looks a little fat for my tastes, but it could just be that that's how it is supposed to be configured in order to connect to the new box.

I need to research more about vagrant / vbox networking. My concern is that some applications (i.e. Oracle Database Server) can be fairly finicky about how the local /etc/hosts file is configured.

It is possible that as a work around I can add a second NIC to the box and assign a static ip to eth1.

I will test this out.

TobyHFerguson commented 9 years ago

Check out the OVMDemo. Extra nics get added there.

I'll look at the host file later to see what you're talking about. On Wed, May 20, 2015 at 16:40 Uncle Redbeard notifications@github.com wrote:

After successfully creating a minimal ol6u6 box using lvm, I connected to the new box and check the /etc/hosts file. It looks a little fat for my tastes, but it could just be that that's how it is supposed to be configured in order to connect to the new box.

I need to research more about vagrant / vbox networking. My concern is that some applications (i.e. Oracle Database Server) can be fairly finicky about how the local /etc/hosts file is configured.

It is possible that as a work around I can add a second NIC to the box and assign a static ip to eth1.

I will test this out.

— Reply to this email directly or view it on GitHub https://github.com/TobyHFerguson/Corralitos/issues/6.

UncleRedBeard commented 9 years ago

contents of /etc/hosts

127.0.0.1 lvmi9.lab.net lvmi9 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6