Skip to content

Difficulties to configure #21

Answered by wirefalls
Arnaudduluoz asked this question in Q&A
Discussion options

You must be logged in to vote

I see an issue with your ruleset that might be causing problems. The ingress chain is part of the netdev table, which you removed, so you can also remove the ingress chain. Test to see if things are working after that change. I'll probably remove the netdev table from the Wiki examples since it's confusing for many who may be new to nftables.

HTTP/HTTPS

If HTTP/HTTPS still isn't working, place a basic rule just above the existing HTTP/HTTPS rule in your input chain to allow all Web traffic in to ports 80 and 443. This allows you to verify that the Web server is working with all of your other rules.

# Allow TCP HTTP/HTTPS to ports 80 and 443, for both IPv4 and IPv6.
tcp dport { 80, 443 } c…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Arnaudduluoz
Comment options

Comment options

You must be logged in to vote
2 replies
@Arnaudduluoz
Comment options

@wirefalls
Comment options

Answer selected by Arnaudduluoz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants