Product:
Search Type:

SS can't upload images to the web server

Article ID: 3131 
Last Review: Nov,30 2007
APPLIES TO:
  • SiteStudio

RESOLUTION

If NAT is configured incorrectly, it is impossible to access web server from the CP server via external IP.

Possible solution for Linux:

Add the following rule to the iptable:
iptables -t nat -A OUTPUT -p tcp -d <web_server_external_IP> -j DNAT --to <web_server_internal_IP>

Also, add this rule to /etc/rc.local so it keeps working after server reboot.

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields