• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Postrouting/Prerouting for second IP

M

Maiki

Guest
Hi all,
first Sorry for my Bad English ;)

Ich have a Root with Debian 4.0 and Plesk 8.2.1. The Server has Two IP Adresses. The Second IP i will use it for VmWare Server.

I have Installed VmWare and XP this works fine with nat i can, from the XP to the Inet but i can not from Inet (RDP) to the XP Mashine. Now a have the second IP and i will the second IP forwarding to the VM with :

iptables -A PREROUTING -d XXX.XXX.XXX.XXX -j DNAT --to-destination 192.168.1.154
iptables -A POSTROUTING -s 192.168.1.154 -j SNAT --to-source XXX.XXX.XXX.XXX

The XXX.XXX.XXX.XXX is the Second IP and the 192.168.1.154 ist th IP of the VM.

In the Plesk Firewall i can only Forwarding (that not works i have testet that).
If i try in the shell and give the Iptables in, the gives a Error:

iptables: No chain/target/match by that name
If a edit the firewall-active.sh file and restart with /etc/init.d/psa-firewall restart the come the same error.

What ist wrong? and whe can i direct insert the Rule in the Plesk Firewall menue?

Or gives a other Solution?
 
Back
Top