This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Port Forwarding (?) League of Legends

Hi ... 

I now have my UTM up and going - thanks all. 

My son plays LoL and the firewall is stopping his client connection.
LoL site ( https://support.leagueoflegends.com/entries/21948135-Port-Forwarding ) says port forwarding may be required for: 

Port Forwarding for League of Legends:
Required Ports:

Each of these ports must be forwarded for League of Legends to operate properly.

    5000 - 5500 UDP - League of Legends Game Client
    8393 - 8400 TCP - Patcher and Maestro
    2099 TCP - PVP.Net
    5223 TCP - PVP.Net
    5222 TCP - PVP.Net
    80 TCP - HTTP Connections
    443 TCP - HTTPS Connections
    8088 Spectator Mode



How do  I do this, and is it really necessary? 

Thanks in advance.


This thread was automatically locked due to age.
Parents
  • Reading that article, it appears that you need to allow all those ports inbound to your son's PC, i.e. the LoL client acts as a server, waiting for incoming connections on all those ports, rather than establishing the connections outbound.  IMHO this is poor design, but it is what it is.  In order to allow those inbound connections, you're going to have to create service definitions for each TCP and UDP range, then create a service group that contains all the individual services.

    You'll also need to give your son's PC a static IP address and create a network host definition for it.

    Once you have those pieces in place, you can then create a DNAT rule (Network Protection --> NAT --> NAT):
    Rule Type:		DNAT
    

    Matching Condition
    For traffic from: Any
    Using service: LoL
    Going to: WAN (Address)

    Action
    Change the destination to: SonsPC
    And the service to: [leave blank]

    [check] Automatic Firewall rule


    As for "is it really necessary", I presume you have run the port test linked from that article, else you wouldn't be asking. [:)]  (The port test appears to require Java, btw, not just JavaScript.)
Reply
  • Reading that article, it appears that you need to allow all those ports inbound to your son's PC, i.e. the LoL client acts as a server, waiting for incoming connections on all those ports, rather than establishing the connections outbound.  IMHO this is poor design, but it is what it is.  In order to allow those inbound connections, you're going to have to create service definitions for each TCP and UDP range, then create a service group that contains all the individual services.

    You'll also need to give your son's PC a static IP address and create a network host definition for it.

    Once you have those pieces in place, you can then create a DNAT rule (Network Protection --> NAT --> NAT):
    Rule Type:		DNAT
    

    Matching Condition
    For traffic from: Any
    Using service: LoL
    Going to: WAN (Address)

    Action
    Change the destination to: SonsPC
    And the service to: [leave blank]

    [check] Automatic Firewall rule


    As for "is it really necessary", I presume you have run the port test linked from that article, else you wouldn't be asking. [:)]  (The port test appears to require Java, btw, not just JavaScript.)
Children
No Data