Jump to content

Shogun

Premium
  • Posts

    1361
  • Joined

  • Days Won

    77
  • Feedback

    0%

Posts posted by Shogun

  1. Hey Guys not to sound noobish or anything but im new to this metin2 server making and i barely got beta maps in my server and they were already set up.I would really appreciate it if someone has a tut on how to install this map because this map looks really good and i would like it to be on my server 

     

    Everything is ordered in folders in the package. The only thing missing is the regen.txt which I lost somehow, you can create it easily with BlackYuko's map editor.

    • Love 1
  2. What comend is for check kingdome/empire gold ?

     

    /mi

     

    This work with the 2012 files ?

     

    It should.

     

    As i can see in the source, the monarch system is linked to the Castle Gates and the Golden Frogs. Can you explain me what is this about?

     

    Castle Gates... The Siege War event...

     

     

    The frogs give you 10kk when killed and you can spawn them with the /frog command and they will appear in the castle in the area with the tiled floor.

    • Metin2 Dev 1
    • Love 1
  3. 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
    
    • Love 2
×
×
  • 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.