mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 00:09:39 -06:00
add troubleshooting for firewalld
Adds a callout for dns issues on redhat based distros with firewalld.
This commit is contained in:
parent
2682c58c92
commit
6fecb48d27
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user