Jump to content

Reboot

Banned
  • Posts

    529
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Posts posted by Reboot

  1.  

    cd /usr/src/mainline_released/mainline_sg/Srcs/Server/libsql && gmake clean && gmake
    

    Recompile db

     

     

    same

    https://metin2.download/picture/5IGzZFwP7wen1zpsDL7eut4J1JC28uYe/.png

     

    I think I know what the problem is, you have not done addiction. use this command:

    cd /usr/src/mainline_released/mainline_sg/Srcs/Server/libsql && gmake clean
    cd /usr/src/mainline_released/mainline_sg/Srcs/Server/libsql && gmake dep
    cd /usr/src/mainline_released/mainline_sg/Srcs/Server/libsql && gmake gmake
    
    • Love 1
  2.  

     Start auth ...
    Shared object "libssl.so.6" not found, required by "game"
    HELP ME plz...

     

    Use this command :

    pkg install security/openssl
    
    or
    
    portsnap fetch extract
    cd /usr/ports/security/openssl && make install clean
    
    Or you can remove the makefile game, openssl.
    Not to configure openssl. : D
  3. Tine degetele alea departe de tastatura ca esti prost , ma jur. Uite si de ce prietenul meu:

     

     

    4EWlV5K.png

    SseI8qk.png

     

    Asta e doar un exemplu de router.

     

    Nici n-am intentia , te stiu de pe freakplay si acolo erai la fel de retardat ca acum.

    RO :

     

    Frate nu ai de unde sa stii ca are DHCP activat pe router, chiar daca are activat DHCP poate nu are setarile de la firma respectiva de internet.

    Poate omu a cumparat separat routeru-l, nu stii daca are TP-LINK.

     

    Trebuie configurata manual reteaua cu setarile DNS google ( 8.8.8.8 sau 8.8.4.4 )

     

    IpV4 Gatway :192.168.x.x Default router IP ( Ultimele doua difera , la anumite routere ) (Acesta face conexiunea direct cu reteaua de internet)

    Nameserver : 8.8.8.8 DNS public google

    IpV4 Adress: 192.168.x.254 (192.168.x.xxx ) Aici este obligatoriu sa folosesti primele 7 cifre din IpV4 gateway, ultimele 3 pot sa difere pentru a imparti masinile virtuale in pc. Deci ultimele 3 poti sa poi ce vrei tu .
    Netmask : se foloseste pentru a imparti un IP in subretele ( Firmele de host , aici nu este cazul )
     
    Deci taci in plm ca ma enervezi vii tu sa ma inveti pe mine. ai report .

    ============================================================================================================================================================================================================================================

    EN :

    Brother You do know that DHCP is enabled on the router, even if it may not have DHCP enabled settings that Internet firm.
    Maybe omu bought separately routeru it, do not know if it TP-LINK.
     
    You must manually configure the network settings google DNS (8.8.8.8 or 8.8.4.4)
     
    IPv4 gateway,: Default router 192.168.xx IP (last two differ on some routers) (This network connects directly to the Internet)
    Nameserver: google public DNS 8.8.8.8
    IPv4 address: 192.168.x.254 (192.168.x.xxx) Here is compulsory to use the first 7 digits of IPv4 gateway, the last 3 may differ to share virtual machines in the PC. So last 3 poi you can what you want.
    Netmask: is used to divide an IP subnet (host firms, this is not the case)
     
    So shut up in plm that I annoy you come to train me. of the report.
    • Love 2
  4. That thing called "crap" by you is used by a dedicated server to assign an ip address. And btw with "DHCP" you can fetch or install with pgk.

     

     

    http://ro.wikipedia.org/wiki/DHCP

     

    PS: Nu te baga daca esti paralel cu asa ceva , prietene.

    My friend, he uses virtualbox.
    As DHCP to work, you must have configured the modem for it, we do not know if modem / router is configured. With DHCP addresses from internet company.
     
    Its not a dedicated server. :D
     
    PS: Nu ma inveti tu pe mine, relax :D
    • Love 1
  5.  

    Vanilla Quote

    .

     

    At first we need to have a look at our Makefile.

    Make sure you edited the Line SVN_VERSION so you won't receive any errors. Try it e. g. to SVN_VERSION = mt2

    Where are the Makefile?

    Here? --> /usr/ports/lang/gcc49

    In this makefile... I dont see the Line "SVN_VERSION"

     

    =)))))))))))))))))))))))))))))))))))))))))))))

    • Love 1
  6.  

    SYSERR: Mar 23 12:24:05 :: Boot: cannot load DragonSoulTable: locale/portugal/dragon_soul_table.txt
    
    

    dragon_soul_table.txt is corrupt. Something is wrong , change with one functional

     

    friend we understanding yours so yours dont using and not have any tried local server

     

    please must before try to use local server no vps

     

    u will see what is there real current problems

     

    we talking about more different problems we talking about ip's ports auth login keys so more different

     

    so for us need like this replies and informations:

     

     

     

    in desc_client.cpp

    from

                    if (!g_bAuthServer)

                    {

                        static bool bSentBoot = false;

                        if (!bSentBoot)

                        {

                            bSentBoot = true;

                            TPacketGDBoot p;

                            p.dwItemIDRange[0] = 0;

                            p.dwItemIDRange[1] = 0;

                            memcpy(p.szIP, g_szPublicIP, 16);

                            DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p));

                        }

                    }

                    TEMP_BUFFER buf;

                    TPacketGDSetup p;

                    memset(&p, 0, sizeof(p));

                    strlcpy(p.szPublicIP, g_szPublicIP, sizeof(p.szPublicIP));

    to

                    if (!g_bAuthServer)

                    {

                        static bool bSentBoot = false;

                        if (!bSentBoot)

                        {

                            bSentBoot = true;

                            TPacketGDBoot p;

                            p.dwItemIDRange[0] = 0;

                            p.dwItemIDRange[1] = 0;

                            memcpy(p.szIP, "you external ip here", 16);

                            DBPacket(HEADER_GD_BOOT, 0, &p, sizeof(p));

                        }

                    }

                    TEMP_BUFFER buf;

                    TPacketGDSetup p;

                    memset(&p, 0, sizeof(p));

                    strlcpy(p.szPublicIP, "you external ip here", sizeof(p.szPublicIP));

     

     

     

    https://www.virtualbox.org/manual/ch06.html

    http://superuser.com/questions/310697/connect-to-t

    http://askubuntu.com/questions/52147/how-can-i-acc

    http://stackoverflow.com/questions/61156/virtualbox-host-guest-network-setup

    http://blog.brzezinka.eu/webmaster-tips/virtualbox-set-up-a-network-interface-between-host-and-guests

  7.  

    A new sample config for a FreeBSD server running nginx with cloudflare and teamspeak.

     

    If you want to use the bruteforce protection feature, install the sshguard-pf package (/usr/ports/security/sshguard-pf)

    ext_if="igb0"
    service_ports="{ 22,80,443,10011,30033 }"
    udp_ports="{ 9987 }"
    table <trusted_hosts> persist file "/var/db/trusted_hosts"
    table <abusive_hosts> persist
    table <sshguard> persist
    icmp_types = "{ echoreq, unreach }"
    
    set block-policy drop
    set loginterface $ext_if
    set optimization aggressive
    set limit { frags 32000, states 64000 }
    set skip on lo
    
    scrub on $ext_if all random-id min-ttl 64 max-mss 1440 set-tos reliability reassemble tcp fragment reassemble
    
    antispoof quick for { lo0 $ext_if }
    
    block in
    
    block in quick on $ext_if proto tcp from <sshguard> to any port 22 label "ssh bruteforce"
    
    pass out all keep state
    pass out on $ext_if all modulate state
    
    pass in quick from <trusted_hosts>
    block in quick from <abusive_hosts>
    
    pass inet proto icmp all icmp-type $icmp_types keep state
    
    pass in on $ext_if proto tcp to any port $service_ports flags S/SA synproxy state 
            (max-src-conn 50, max-src-conn-rate 25/5, overload <abusive_hosts> flush global)
    
    pass in on $ext_if proto udp to any port $udp_ports keep state (max-src-states 5, max-src-conn-rate 5/5, overload <abusive_hosts> flush)
    

    In /var/db/trusted_hosts, Cloudflare:

    199.27.128.0/21
    173.245.48.0/20
    103.21.244.0/22
    103.22.200.0/22
    103.31.4.0/22
    141.101.64.0/18
    108.162.192.0/18
    190.93.240.0/20
    188.114.96.0/20
    197.234.240.0/22
    198.41.128.0/17
    162.158.0.0/15
    104.16.0.0/12
    2400:cb00::/32
    2606:4700::/32
    2803:f800::/32
    2405:b500::/32
    2405:8100::/32
    

    Thanks fot this :D

    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.