1833788 Members
2116 Online
110063 Solutions
New Discussion

Re: TWO IP per package

 
Sanjiv Sharma_1
Honored Contributor

TWO IP per package

Hi,

I have a 4 nodes Cluster, each running one package with 1 package IP Address.
Say 15.x.x.x
Subnet: 255.255.248.0

Each of the four nodes are having multiple lan cards.

I want to configure a private lan between the four nodes with new LAN cards and also with 192.6.7.x series IP Address.
Subnet: 255.255.255.0

Server A --> 192.6.7.1
server B --> 192.6.7.2
server C --> 192.6.7.3
server D --> 192.6.6.4

I want to integrate these private lan to the four individual packages to have 2nd IP.
Package A --> 192.6.7.10
Package B --> 192.6.7.11
Package C --> 192.6.7.12
Package D --> 192.6.7.13

Is it possible? How and what needs to be done to achive this?

Thanks,
Everything is possible
1 REPLY 1
Rajeev  Shukla
Honored Contributor

Re: TWO IP per package

Hi Sanjiv,

That looks intresting and i am sure you can do that.
Ok now how to acheive this.
1. First configure a private lan between the four nodes then define the lan interfaces in the cluster configuration which will be included in private network on each node.
2. To assign second IP address to the packages, have a look at the package script file, you see
IP[0]=
SUBNET[0]=
you can follow with
IP[1]=
SUBNET[1]=
for second IP assigned to the same package and it will defenately work.