AION 4.0 Behind Pfsense

Results 1 to 4 of 4
  1. #1
    Evil Seeker! of Nervs mark06123 is offline
    MemberRank
    Dec 2007 Join Date
    PhilippinesLocation
    305Posts

    AION 4.0 Behind Pfsense

    Hi All,

    Please help me in configuring Aion server behind pfsense firewall. My LAN is in series of 172.xx.xx.xx and I forward it on pfsense. Client can login but cannot connect to game server.

    My Server Netowork config

    Pfsense

    WAN = 103.xx.xx.xx
    LAN = 172.0.100.254

    AION Server

    LAN = 172.0.0.114

    Game Server Network config
    <ipconfig default="172.0.0.114">
    <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
    <iprange min="172.0.0.0" max="172.0.255.255" address="172.0.0.0"/>
    <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
    <iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
    <iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
    </ipconfig>
    Pfsense config
    Proto Src. addr Src. ports Dest. addr Dest. ports NAT IP NAT Ports Description
    TCP * * 103.xx.xx.xx 2106 172.0.0.114 2106 Server 4.0
    Client config 103.xx.xx.xx 2106



    Thanks,
    Last edited by mark06123; 30-04-14 at 11:55 AM.


  2. #2
    hello world label5 is offline
    MemberRank
    Oct 2013 Join Date
    trenchLocation
    213Posts

    Re: AION 4.0 Behind Pfsense

    <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>this part u should adjust it....and what ip for your router 172.16.0.0 <<this one? or these 172.16.1.0.. i dunno what is your ip then jus add your router ip at the 1st line.. last line 172.16.0.0 add your server ip..

    example mine
    <iprange min="192.168.1.1 (my router)" max="192.168.255.255" address="192.168.1.2(my server ip)"/>

  3. #3
    Member aissoubenzo is offline
    MemberRank
    Dec 2013 Join Date
    86Posts

    Re: AION 4.0 Behind Pfsense

    <ipconfig default="127.0.0.1">
    <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
    <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
    <iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
    <iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
    </ipconfig>

    or

    <ipconfig default="127.0.0.1">
    <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
    <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
    <iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
    <iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
    </ipconfig>

  4. #4
    Evil Seeker! of Nervs mark06123 is offline
    MemberRank
    Dec 2007 Join Date
    PhilippinesLocation
    305Posts

    Re: AION 4.0 Behind Pfsense

    Quote Originally Posted by aissoubenzo View Post
    <ipconfig default="127.0.0.1">
    <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
    <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
    <iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
    <iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
    </ipconfig>

    or

    <ipconfig default="127.0.0.1">
    <iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
    <iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
    <iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
    <iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
    </ipconfig>
    I already Adjust the IP range but nothing happens anyway I found a solution I created a Bridge for me to be able to assign the public ip on the server



Advertisement