mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 18:36:04 -06:00
update centos 8 daemon guide
add firewalld commands to fix dns issues. resolves #222
This commit is contained in:
parent
adbed98de5
commit
fd16fa7db1
@ -36,11 +36,12 @@ systemctl start docker
|
|||||||
dnf install -y nodejs
|
dnf install -y nodejs
|
||||||
```
|
```
|
||||||
|
|
||||||
### Server Ports
|
### FirewallD changes
|
||||||
```bash
|
```bash
|
||||||
firewall-cmd --add-port 8080/tcp --permanent
|
firewall-cmd --add-port 8080/tcp --permanent
|
||||||
firewall-cmd --add-port 2022/tcp --permanent
|
firewall-cmd --add-port 2022/tcp --permanent
|
||||||
firewall-cmd --permanent --zone=trusted --change-interface=docker0
|
firewall-cmd --permanent --zone=trusted --change-interface=pterodactyl0
|
||||||
|
firewall-cmd --zone=trusted --add-masquerade --permanent
|
||||||
firewall-cmd --reload
|
firewall-cmd --reload
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user