Skip to content

iptables blocking connections #5

@inseltraeumer

Description

@inseltraeumer

I had the issue that iptables was blocking incoming connections on port 80.

I solved it by adding

iptables -I INPUT -p tcp --dport 80 -j ACCEPT

to start_server.sh before starting the server and

iptables -D INPUT -p tcp --dport 80 -j ACCEPT

to stop_server.sh, just because you should always clean up after yourself.

Thanks for this file server extension. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions