Description
Description
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | dereckson | T170 Validate Dwellers operational state | |||
Duplicate | None | T309 Review Dwellers' iptables configuration |
Event Timeline
Comment Actions
We need to add commands for mail server.
$ iptables -t nat -I PREROUTING -i docker0 -p TCP -d 212.129.32.223/32 --dport 143 -j DNAT --to-destination 10.0.3.8:143 $ iptables -t nat -I PREROUTING -i ens192 -p TCP -d 212.129.32.223/32 --dport 143 -j DNAT --to-destination 10.0.3.8:143
Concerned ports are:
- SMTP: 25, 465, 587
- POP3: 110, 995
- IMAP: 143, 993