We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found that the firewall prevent ntp from working. Fixed by adding
# Allow ntp -A INPUT -p udp --sport 123 -j ACCEPT
into iptables.up.rules.
iptables.up.rules
It also seems that the firewall prevents netbios name resolution (so that we can open smb://mister/fat in nautilus) but I could not find a fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found that the firewall prevent ntp from working.
Fixed by adding
into
iptables.up.rules
.It also seems that the firewall prevents netbios name resolution (so that we can open smb://mister/fat in nautilus) but I could not find a fix.
The text was updated successfully, but these errors were encountered: