You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# To remove the redirect, the following line can be used
21
-
# iptables -t nat --line-numbers -n -L
22
-
23
18
# Add firewall rule for our port and port 80 (both will be useable)
24
19
firewall-cmd --add-port=2000/tcp --permanent
20
+
### Port 80 cannot be used by normal users (reserved for http), bu we can redirect it to our port so that we dont have to enter the port in the address bar
0 commit comments