URGENT ! accesing Gateway through some other IP
hi,
I have an issue with Gateway. My gateway is on an IP and I want to add another IP to it.This another IP will be used for the internet.
That is the users will hit the another IP and their requests will be forwarded to my gateway.
Is it possible and if yes how can it be done. My Operating Systems is Solaris
your help will be highly appreciated
thanks in advanvce
dhawanmayur
# 1
Hi!
You can add another hostname/ip to gateway using the gateway.virtualhost parameter.
Go to /etc/opt/SUNWportal and add a line like the following
gateway.virtualhost=xxx.yyy.com 10.10.10.10 bbb.cc.com 11.11.11.11
to platform.conf.default (it might not end in "default", depending how you called your gateway profile). Simply replace above values with correct ones and restart the gateway. Afterwards it should be accessible by all names in this list.
hth
Christoph