Modify

Ticket #2293 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

Internal port forwards

Reported by: anonymous Owned by: cperez@…
Milestone: 2.0.X Component: firewall
Severity: major Keywords:
Cc:

Description

Hi, there is a problem with internal port forwardings, packets from and to the same network need to set SNAT to gateway, else connection has timeout. Make it work is simple, for me this generic rule work:

network: 192.168.0.0/24
zentyal: 192.168.0.1

iptables -t nat -A postmodules -s 192.168.0.0/24 -d 192.168.0.0/24 -j SNAT --to-source 192.168.0.1

Attachments

Change History

comment:1 Changed 3 years ago by servisoft_mail@…

  • Status changed from new to closed
  • Resolution set to duplicate

sorry

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.