How do I bind my TEMA to a specific IP Address?
Problem
If you use multiple interfaces, by default the TEMA will bind to all of these (0.0.0.0). If you want to control which IP the TEMA binds to change the following.
Solution
Edit the $CANDLEHOME/config/.ConfigData/kuxenv file and add in the parameter
KDEB_INTERFACELIST|!$ip_add|
(The exclamation point ‘!’ specifies the default interface to which the TEMA will bind)
e.g.
KDEB_INTERFACELIST=|!10.1.1.10|
Edit the $CANDLEHOME/config/ux.ini file and add in the parameter
KDEB_INTERFACELIST=$KDEB_INTERFACELIST$
Views: 72