On Thu, 2002-08-15 at 16:45, Joey Officer wrote:
> Unless I didn't restart the services proprerly (I'll show below, this is
> what I did)
> 
> EXTERN_TCP_PORTS="remote.address/32_1494"
> EXTERN_UDP_PORTS="remote.address/32_1494"
> INTERN_ICA_SERVER=192.168.1.202
> 
> And then
> 
> svi network reload
> 
> from the remote host (we are using citrix in this scenario)
> 
> citrix client is told to look at the external IP of the LRP box.  This is
> where I am stuck..
> 
> joey

I think your problem is that INTERN_ICA_SERVER is a nonexistent
variable. You can only use predefined INTERN_XXX_SERVER variables. You
need to use INTERN_SERVERS="tcp_${EXTERN_IP}_ppp1_192.168.1.202_ppp2"
where ppp1 is external interface port and ppp2 is the port on your
internal server (same in most cases). I don't know offhand if ICA is a
predefined port name so to be safe use the port number instead.

Stephen




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to