It is not possible to access the server through a NAT
firewall. The result returned by the servlet includes the
IP address and port valid on the internal network. This
address is not valid when accessing the server from
outside the firewall.
Example:
Firewall (WAN): 66.66.66.66
Firewall (LAN): 192.168.0.1
Server (LAN): 192.168.0.2
Port redirect: 66.66.66.66:80 -> 192.168.0.2:8080
Access JReceiver from the outside like this:
http://66.66.66.66:80/jrec_serv/servlet/content/fiVuDTM
l/New%20this%20week.pls?srcMime=audio/x-scpls
The result will include 192.168.0.2:8080, which isn't valid
for the remote client.
Would it be possible to supply the "correct" address in
the request? E.g.
http://66.66.66.66:80/jrec_serv/servlet/content/fiVuDTM
l/New%20this%20week.pls?srcMime=audio/x-
scpls&nat_ip=66.66.66.66&nat_port=80
Nobody/Anonymous ( nobody ) - 2003-10-29 10:32
5
Open
None
Nobody/Anonymous
rpc server
None
Public