I am trying to create an Oracle 12c database RAC using 2 OEL6 guests on a Win laptop.
Both my guests have 3 network interfaces, a Host Only Network, a NAT and an Internal Network.
I am using the Internal Network as dedicated RAC interconnect.
The problem is my guests are not able to ping the other guest's private IP which uses the internal network.
Following are my network settings:
Node 1
----------
eth0 Link encap:Ethernet HWaddr 08:00:27:56:E2:BE
inet addr:10.154.137.101 Bcast:10.154.137.255 Mask:255.255.255.0
inet6 addr: fe80::a00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:136 errors:0 dropped:0 overruns:0 frame:0
TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14047 (13.7 KiB) TX bytes:7173 (7.0 KiB)
eth1 Link encap:Ethernet HWaddr 08:00:27:7C:9B:DE
inet addr:10.154.138.101 Bcast:10.154.138.255 Mask:255.255.255.0
inet6 addr: fe80::a00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:210 (210.0 b) TX bytes:914 (914.0 b)
eth2 Link encap:Ethernet HWaddr 08:00:27:F9:83:D7
inet6 addr: fe80::a00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:468 (468.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:642 (642.0 b) TX bytes:642 (642.0 b)
Node 2
---------
eth0 Link encap:Ethernet HWaddr 08:00:27:29:2C:A3
inet addr:10.154.137.102 Bcast:10.154.137.255 Mask:255.255.255.0
inet6 addr: fe80::a00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:137 errors:0 dropped:0 overruns:0 frame:0
TX packets:52 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:14203 (13.8 KiB) TX bytes:7173 (7.0 KiB)
eth1 Link encap:Ethernet HWaddr 08:00:27:CE:65:42
inet addr:10.154.138.102 Bcast:10.154.138.255 Mask:255.255.255.0
inet6 addr: fe80::a00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:914 (914.0 b)
eth2 Link encap:Ethernet HWaddr 08:00:27:CE:20:9E
inet6 addr: fe80::a00
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:480 (480.0 b) TX bytes:468 (468.0 b)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:6348 (6.1 KiB) TX bytes:6348 (6.1 KiB)
Please note that eth2 is down on both the nodes. I only make it up when I want the guests to be able to connect to the internet.
The problem is:
[root@ol6r01 ~]# ping ol6r02-priv
PING ol6r02-priv (10.154.138.102) 56(84) bytes of data.
From ol6r01-priv (10.154.138.101) icmp_seq=2 Destination Host Unreachable
From ol6r01-priv (10.154.138.101) icmp_seq=3 Destination Host Unreachable
From ol6r01-priv (10.154.138.101) icmp_seq=4 Destination Host Unreachable
[root@ol6r02 ~]# ping ol6r01-priv
PING ol6r01-priv (10.154.138.101) 56(84) bytes of data.
From ol6r02-priv (10.154.138.102) icmp_seq=2 Destination Host Unreachable
From ol6r02-priv (10.154.138.102) icmp_seq=3 Destination Host Unreachable
From ol6r02-priv (10.154.138.102) icmp_seq=4 Destination Host Unreachable
This is working:
[root@ol6r01 ~]# ping ol6r02
PING ol6r02 (10.154.137.102) 56(84) bytes of data.
64 bytes from ol6r02 (10.154.137.102): icmp_seq=1 ttl=64 time=1.14 ms
64 bytes from ol6r02 (10.154.137.102): icmp_seq=2 ttl=64 time=0.370 ms
64 bytes from ol6r02 (10.154.137.102): icmp_seq=3 ttl=64 time=0.629 ms
[root@ol6r02 ~]# ping ol6r01
PING ol6r01 (10.154.137.101) 56(84) bytes of data.
64 bytes from ol6r01 (10.154.137.101): icmp_seq=1 ttl=64 time=0.568 ms
64 bytes from ol6r01 (10.154.137.101): icmp_seq=2 ttl=64 time=0.637 ms
64 bytes from ol6r01 (10.154.137.101): icmp_seq=3 ttl=64 time=0.604 ms
Appreciate any inputs about this issue.