Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update qt-install #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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