Показать сообщение отдельно
Непрочитано 09.03.2010, 04:56   #23
Аватар для PEEERROGGGGG
Пользователь

По умолчанию Re: Ни один игровой сервер не был закреплён за сервером авторизации

Вот пример берем ИП -34.35.36.37
оффтоп
PHP код:
<!--
  ~ 
This file is part of aion-unique <aionunique.smfnew.com>.
  ~
  ~ 
aion-unique is free softwareyou can redistribute it and/or modify
  
it under the terms of the GNU General Public License as published by
  
the Free Software Foundationeither version 3 of the License, or
  ~ (
at your optionany later version.
  ~
  ~ 
aion-unique is distributed in the hope that it will be useful,
  ~ 
but WITHOUT ANY WARRANTYwithout even the implied warranty of
  
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  
GNU General Public License for more details.
  ~
  ~ 
You should have received a copy of the GNU General Public License
  
along with aion-unique.  If notsee <http://www.gnu.org/licenses/>.
  
-->

<!--
    
File that is responsible for network address mapping.
    
We can have any number of ip ranges mapped to various network interfaces
    Useful 
for those who run server in local areas with two (or morenetworks

    
For ipconfig's "default" attribute both DNS and ip address is supported.
    Example: <ipconfig default="216.239.59.104">
    Examples: <ipconfig default="google.de">
-->

<ipconfig default="34.35.36.37">

    <!--
        IANA-reserved private IPv4 network ranges
        Access only from local networks, external client can'
t have any of
        the following ip addresses
     
-->
    <
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="34.35.0.0" max="34.35.255.255" address="34.35.36.37"/>

</
ipconfig
PEEERROGGGGG вне форума Ответить с цитированием