Skip to content

Commit

Permalink
add troubleshooting for firewalld
Browse files Browse the repository at this point in the history
Adds a callout for dns issues on redhat based distros with firewalld.
  • Loading branch information
parkervcp committed Feb 2, 2020
1 parent 2682c58 commit 6fecb48
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions panel/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,17 @@ audit2allow -a -M http_port_t
semodule -i http_port_t.pp
```

## FirewallD issues
If you are on a RHEL/CentOS server with firewalld installed you may have broken DNS.

```
firewall-cmd --permanent --zone=trusted --change-interface=pterodactyl0
firewall-cmd --reload
```

restart docker and wings after running these to be sure the rules are applied.


## Database Errors

### DatabaseController.php:142
Expand Down

0 comments on commit 6fecb48

Please sign in to comment.