1751894 Members
5099 Online
108783 Solutions
New Discussion

Multi-homed IUX Svr

 
noldi
Valued Contributor

Re: Multi-homed IUX Svr

Hi Alan,

I'm not sure wether I'm on the right track here, but have you tried this.

instl_adm -d # will show you your current IUX network parameters


# If you need to change these, try this:
instl_adm -d > /tmp/file
vi /tmp/file
insl_adm -f /tmp/file

Good luck & best Regards,

Arnold
wittie
Frequent Advisor

Re: Multi-homed IUX Svr

well instl_adm -d will show you the IP address configured with your Ignite Server. Take a look at the IP and notice that your IUX Server will be able to communicate to clients in the same subnet. If you wish to use this same IUX Server to install clients from your second subnet then you will have to follow the documentation and set up a boot helper. It is always necessary when IUX server & client IPs reside on different subnets.