Skip to content

Comments

Update qt-install#2

Open
madmac007 wants to merge 1 commit intoQMailToaster:masterfrom
madmac007:patch-2
Open

Update qt-install#2
madmac007 wants to merge 1 commit intoQMailToaster:masterfrom
madmac007:patch-2

Conversation

@madmac007
Copy link

added mysql and dovecot to start
moved qt-setup-firewall to start last

added mysql and dovecot to start
moved qt-setup-firewall to start last
@shubes
Copy link
Member

shubes commented Apr 1, 2014

What's the reasoning for putting qt-setup-firewall last?

@PaulSipos
Copy link

Probably because qt-install calls qt-setup-firewall which sets the rules to drop packets from internal networks on all interfaces except the loopback interface (lo) before the rule to allow communication over established sessions.
The effect is that if you run qt-install over ssh from an internal network, you get cut-off before the installation is completed (actually before it starts).
Not sure once the system figures out your session is no longer communicating that it doesn't kill all children processes interrupting the qt-install.

Suggestion: move "iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT" before the DROP rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants