Which Ports

Im actually playing Path of Exile on Linux and today i configured my Iptables. Now i need the Ports Poe uses. I found this Thread https://www.pathofexile.com/forum/view-thread/23746 . One offcial Reply describs which Ports are needed, but i cant see which one is tcp and which is udp. Someone can help me?

This are my Rules for Path of Exile

# Path of Exile
-A OUTPUT -p tcp -m state --state NEW -m tcp --dport 8095 -j ACCEPT
-A OUTPUT -p udp -m state --state NEW -m udp --dport 12995 -j ACCEPT
-A OUTPUT -p tcp -m state --state NEW -m tcp --dport 20481 -j ACCEPT
-A OUTPUT -p tcp -m state --state NEW -m tcp --dport 32768:61000 -j ACCEPT
Last edited by bennisen on Nov 20, 2015, 11:39:42 AM
I think you're also missing 8112

It's been a while since I've looked at the ports, but there should be an updated post somewhere that lists the ports.

Another option is to monitor your network for PoE exe and see which ports it is attempting to use... there are a few (not to mention a range)
Path of Exile starts but i get the Error "Failed to connect to instance" if i select a Character and try to play. Seems like there are Problems with my Ports.

I tried to log my iptables Connections but at the Moment it didnt work.
Did you add 8112?

If you look in the Client.txt log file, you'll see it attempting to connect to a specific server at a specific port (which I believe was 8112, but might have changed).

You need that to connect to instance servers.

So you likely have the right stuff to authenticate, but are missing the instance server ports.
I solved the Problem. Looks like it was Port 6112

# Path of Exile
-A OUTPUT -p tcp -m state --state NEW -m tcp --dport 8095 -j ACCEPT
-A OUTPUT -p tcp -m state --state NEW -m tcp --dport 6112 -j ACCEPT
-A OUTPUT -p tcp -m state --state NEW -m tcp --dport 12995 -j ACCEPT
-A OUTPUT -p tcp -m state --state NEW -m tcp --dport 20481 -j ACCEPT

Report Forum Post

Report Account:

Report Type

Additional Info