i have the following configuration on my astaro. what i want is allow incoming on the external interface to a computer in the network. i did some search and read the manuals but unfortunatly cant get this working.
eth0: external
eth1: internal
definitions -> network computer_1, ip 192.168.0.2/32
definitions -> services
name: in_ports, protocol tcp/udp, s-port/client 1024:65535, d-port/server 4660:4680
packet filter rule
from any to computer_1, service in_ports, allow
network/MASQ DNAT/SNAT
source address any
destination address eth1, service in_ports,
change dest to computer_1
This thread was automatically locked due to age.