Modify ↓
Ticket #2293 (closed defect: duplicate)
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
Note: See
TracTickets for help on using
tickets.
sorry