Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Dodo

Pages: 1
1
Community / DDoS Attacks - IPs Sharing
« on: October 18, 2015, 01:11:07 pm »
[Last Updated: 31/10 14:15]

Hello' People,

Recently Beyond Servers has been under DoS attacks.
These attacks are not high enough to trigger most of hosts DDoS deffensive systems as it'd not be powerful enough to make the whole box lagg.
However, it is enough to make your game server lagg (between 500 & 800 of ping). About 120 of those IPs were harvested during attacks towards Beyond Servers.

Will be added here all the IPs that were, are and will attack the services provided by our company, these IPs are automatically detected.
You are free to do whatever you want with it however it is strongly advised you block those, to do so, I added a script so you can easily block them all in two clicks.

Note: If you do not have a direct access to the server box, you should directly ask your host.



Attacking IP List (DoS):

Spoiler
31.28.40.62
109.226.69.167
85.114.178.4
213.178.36.36
85.114.165.95
62.106.110.63
85.114.177.30
109.226.94.62
109.226.112.101
188.122.232.158
109.226.108.151
31.28.35.45
188.122.232.82
213.178.36.83
5.28.19.222
85.114.184.183
31.28.37.107
109.226.113.129
85.114.181.241
81.28.183.173
188.122.246.127
213.59.112.43
188.122.241.167
62.106.98.30
31.28.63.14
109.226.113.152
31.28.62.157
85.114.163.157
109.226.82.166
109.226.81.163
5.28.18.132
109.226.96.244
81.177.215.185
109.226.124.248
109.226.126.186
5.28.19.252
188.122.238.192
109.226.85.206
188.122.227.245
188.122.225.8
188.122.253.16
31.28.57.1
31.28.59.178
188.122.234.58
213.178.36.146
188.122.224.97
62.106.102.189
85.114.173.254
109.226.94.5
31.28.32.229
92.240.140.153
213.59.115.50
85.114.161.236
31.28.41.20
188.122.255.24
31.28.42.157
31.28.35.249
188.122.238.179
81.177.211.107
81.177.210.99
31.28.62.225
109.226.65.94
109.226.72.6
31.28.62.122
62.106.113.143
188.122.239.141
5.28.18.194
92.240.140.34
109.226.111.119
85.114.187.190
109.226.120.209
5.28.17.148
31.28.37.87
31.28.34.89
109.226.120.198
109.226.121.185
188.122.251.45
85.114.179.81
92.240.135.102
81.177.215.95
85.114.177.68
5.28.28.250
81.177.213.0
188.122.224.106
188.122.244.43
92.240.134.98
81.177.214.16
188.122.255.14
31.28.49.26
31.28.61.38
109.226.116.19
81.177.221.49
109.226.87.98
5.28.16.102
31.28.59.65
81.177.220.187
85.114.180.158
81.177.222.142
31.28.63.66
62.106.106.246
109.226.96.171
92.240.129.248
188.122.251.170
62.106.105.106
92.240.139.208
81.177.210.161
109.226.64.206
31.28.45.239
109.226.123.229
188.122.244.233
109.226.64.6
62.106.110.177
92.240.142.89
85.114.170.159
31.28.58.115
5.28.28.50
92.240.130.35
31.28.34.98
109.226.88.55
81.28.187.232
31.28.39.8
109.226.91.200
92.240.128.164
5.28.31.140
5.28.25.99
109.226.110.40
[close]

How to ban (Linux - iptables):

In this example, we have a file called 'ips.list' where all the IPs above were dump.
We'll also create a file that'll read this file and banned all the IPs listed.

  • Create a file, it'll be called 'banIPs.sh': $ touch banIPs.sh
  • Insert the following script in 'banIPs.sh':
    Spoiler
    #! /bin/bash

    if [[ -z $1 ]]; then
      echo "USAGE: $0 <file>"
      exit
    fi

    counter=0

    echo "Blocking IPs..."
    echo

    while read -r line; do
      if ! [[ $(iptables -L INPUT -v -n | grep $line) ]]; then
        iptables -A INPUT -s $line -j DROP
        echo "Blocking: '$line'"
        counter=$((counter + 1));
      fi
    done < <(cat $1)

    echo
    echo "Saving Changes"
    echo

    iptables-save

    echo
    echo "IP Newly Banned: $counter"
    [close]
  • Save & Close the file
  • Make the file executable: $ chmod 700 banIPs.sh
  • Start the script and have all the IPs banned: $ ./banIPs.sh ips.list

I'm sorry I do not have any script for Windows as I'm not doing that kind of technical stuff on such system.
Feel free to post one if you have !

Feel free to reply to the topic or shoot a PM if you need help.

2
Community / Betty Hack Release Sanctions
« on: March 02, 2015, 09:46:36 pm »
Hello' People,

IMPORTANTRead This Post to be aware of what you can expect in case you would want to use these scripts

Betty has release his system of how to put down Warband servers by UDP flooding it.
You might find it fun, however, here are a few things that might get you a little down with it:

- Such method is considered as DDoS (illegal)
- Using it on any server IS COMPLETELY traceable

Take this as a warning and think before acting: if anyone is caught (we have logs so don't have any hope of not getting caught) using such thing, you'll face a GLOBAL BAN, which means you'll be banned from any NW servers hosted by Beyond Servers company. We do not want our gameplay to be ruined by some random people.

You have used it ? You got banned ?
Do not expect an unban, the global ban won't be lifted.

All I had to say and hopefully it'll refrain some people from doing such thing...

3
Servers / Dodo Servers - Cheap & Quality | Iron Europe 30% OFF
« on: February 16, 2014, 11:29:37 am »
Affordable Game Server for The Mount&Blade Community


Iron Europe 30% OFF
16 slots: 2,46€
24 slots: 3.53€
36 slots: 5,04€
64 slots: 8,51€
86 slots: 10,83€
100 slots: 11,20€
150 slots: 14,70€
200 slots: 16,80€


Who're we ?

Hello Community !

We're simply a couple of server hoster, who decided to offer to the community a price as low as possible, with a great ping for all since our server is hosted in France, one of the best place. We try to support you for any technical problems or questions as much as possible. We're not only hosting M&B: Warband, we can offer you Arma: II, Minecraft, Killing Floor and we're open to every game server requests.


What do we have to offer ?


We offer you Game Server for a low price, with good server capacity, a control panel where you'll be able to Start / Stop / Restart and manage your server. There also is a full FTP access where you can virtually access to your server in order for exemple to check logs, add a module, modify server settings. And we also finally have to offer an excellent ping for our customers, most of those renting a server from us have less than 50 of ping.


The Control Panel


The control panel is a web based panel that allows you to control your Game Server without being on it. The control panel combined with the FTP server gives you a total liberty and a total autonomy on your game server. From the control panel, you'll be able to:

  • Start / Restart / Stop your game server
  • Modify the configuration of your server
  • Change the module your server is currently launched on
  • Verify if your server is online or not

Here are some screenshots of the control panel:

Spoiler


[close]


What are our prices ?


Mount & Blade: Warband & Napoleonic Wars

16 slots: 3,52€   <=> £3,00
24 slots: 5,04€   <=> £4,25
36 slots: 7,20€   <=> £6,05
64 slots: 12,16€   <=> £10,26
86 slots: 15,48€   <=> £13,06
100 slots: 16,00€ <=> £13,50
150 slots: 21,00€ <=> £17,72
200 slots: 24,00€ <=> £20,25

Minecraft

*W.I.P*

Killing Floor

6 slots: 7,95€ (1,32€ per slot)

Not satisfed ? No problem, money back guarantee for every servers withing 1 week.


What's our servers specs ?*


Processor: Intel Xeon E3 1245v2, 3.4+GHz
Cores: 4
Threads: 8
RAM: 32GB
Bandwidth: 1024 mbps

Contact !


Spoiler
- Dodo
                - Ra'Jiska (Dodo)
- Dodo
[close]



4
Technical Support / Connection to server lost - Every ~15 minutes
« on: August 26, 2013, 06:45:14 pm »
Hello,

Here is my problem, I can't stay on a server more than 10 minutes.
Then, I get an error saying 'Connection to Server is lost'.

I precise that I play M&B for < 2 years and I've a legit key.
Also, it happens on every mods and there is no logs.
It's the same on Steam & Non Steam Version.
I also reinstalled the game and deleted M&B folder in myDocuments.

It's the first time it happens to me.
So if someone already had the same issue, could be good to share  :wink:.

5
Forum Français / Beyond Servers - Scripts Extensions
« on: July 08, 2013, 04:57:14 pm »



Qui sommes-nous ?

Bonjour les gens !

Nous sommes simplement un couple d'hoster, et nous avons décidés d'héberger des serveurs pour un prixaussi bas que possible avec une qualité optimale en passant par un excellent ping pour tous nos clients étant donné que le serveur est hébergé en France. Dans ce que vous achetez, nous vous offrons notre support intégral sans aucun frais. Nous n'hébergeons pas que des serveurs Warband, nous avons Arma: II, Minecraft, Killing Floor et nous sommes ouvert à toute demande d'ouverture de serveur sur d'autre jeux.


Qu'avons-nous à offrir ?


Nous vous offrons un serveur de jeux à bas prix, pour une bonne qualité, un panneaux d'administration ou vous pourrez Démarrer / Redémarrer / Arreter et vous serez aussi capable de configurer votre serveur. Nous offront aussi un accès à votre serveur FTP, c'est là que vous avez un accès virtuel avec tous les fichiers de votre serveur où vous pouvez par exemple ajouter des maps custom, ajouter des modules, modifier les paramètres de votre serveur. Et pour finir, nous offrons un excellent ping pour nous clients, pour l'international, avec des serveurs qui vous offre un ping en dessous de 40 ping pour la majorité des clients. Si vous n'êtes pas sûr, vous pouvez vous même vous faire votre propre opinion en demandant l'ouverture d'un serveur de test.


Quels sont nos prix ?


Mount & Blade: Warband & Napoleonic Wars

16 slots: 3,52€ (0.22€ par slot)
24 slots: 5,04€ (0.21€ par slot)
36 slots: 7,20€ (0.20€ par slot)
64 slots: 12,16€ (0.19€ par slot)
86 slots: 15,48€ (0.18€ par slot)
100 slots: 16,00€ (0.16€ par slot)
150 slots: 21,00€ (0.14€ par slot)
200 slots: 24,00€ (0.12€ par slot)

Minecraft

256 mb RAM: 1,99€
512 mb RAM: 3,99€
1024 mb RAM: 7,39€
2048 mb RAM: 13,59€
3072 mb RAM: 17,90€
4096 mb RAM: 21,49€
5120 mb RAM: 24,99€
6144 mb RAM: 28,49€
7168 mb RAM: 32,49€
8192 mb RAM: 34,99€

Killing Floor

6 slots: 7,95€ (1,32€ par slot)

Client non satisfait ? Pas de problème, au bout d'une semaine, le client a le droit de demander un remboursement.
Il est possible de commander un serveur en me contactant sur Steam ou en suivant ce lien: http://beyond-servers.com.


Les spécifications serveur


Processeurs: Intel Xeon E3 1245v2, 3.4+GHz
Cores: 4
Threads: 8
RAM: 32GB
Bande Passante: 1024 mbps


Parrainage


Un client, une personne 'liée' à un client ou un futur client qui parraine quelqu'un pour les services que j'offre obtiendra une réduction en fonction du prix d'achat de la personne parrainée. La réduction est égale à 50% du prix d'achat du serveur de la personne parrainée qui sera réduite du prix du serveur du parrain pour le prochain renouvellement si il y a lieux. Si un parrain a un serveur coûtant 24,00€ et que la personne parrainée prend un serveur coûtant 24,00€, alors la réduction pour le parrain s'élèvera à 16,00€ ce qui ne lui restera plus qu'à payer 16,00€ au lieux de 24,00€. Un parrain ne peut peut bénéficier de maximum 50% de réduction sur le prix  de son serveur.


Contact !


Spoiler
- Dodo
                - Ra'Jiska (Dodo)
- Dodo
[close]

6
Servers / Beyond Servers - Hosting [EU] - Database Scripts
« on: May 04, 2013, 01:23:28 am »



Who're we ?

Hello Community !

My name is Dodo, and I am a French server hoster with over two years experience in hosting servers. I began hosting for this simple reason; I wanted to give the community great quality servers for low prices. This includes a great ping for all players. Our servers are currently hosted in France, offering both European and North American players good ping, despite our location. I offer technical support to those who purchase my servers, and am always open to asking questions whenever I am online. We also host servers for a variety of other games, including: Mount&Blade Serie, MineCraft, Killing Floor, Garry's Mod etc.



What do we have to offer ?


Currently, I can offer you the following:

- A low priced game server with a good capacity.
- A control panel for your server(s) which will allow you to Stop / Start / Restart and manage your server.
- Full FTP access to your server, letting you check logs, add modules and modify server settings.
- Full technical support whenever I am online, as well as a promise to answer any questions you have related to the hosting of your server.
- The NW Scripts Extensions with its panel allowing you to have an in depth control of your server and add some interesting features.
- A DDoS Protection which protects the box against large scale attacks preventing services to interrupt in case of malicious intentions.
- A DoS Protection which protects against smaller attacks undetectable by the DDoS protection (but as deadly for your service), which is something not a lot of hosts have.

Currently, the vast majority of my customers report having a ping of less than 50 on their servers. Occasionally, those who buy my servers leave references and reviews in the comments of this thread, so I encourage you to read them before buying!



The Control Panel


The control panel is a web based panel that allows you to control your server(s) without being on them. The control panel combined with the FTP server gives you complete control and independance to customize your game server. From the control panel, you'll be able to:

  • Start / Restart / Stop your game server
  • Modify the configuration of your server including admin passwords and server names, as well as default welcome messages
  • Change the module your server is currently using
  • Verify if your server is online

Here are some screenshots of the control panel:

Spoiler


[close]


What are our prices ?


Mount & Blade: Warband & Napoleonic Wars

16 slots: 3,52€ (0,22€/slot)
24 slots: 5,04€ (0,21€/slot)
36 slots: 7,20€ (0,20€/slot)
64 slots: 12,16€ (0,19€/slot)
86 slots: 15,48€ (0,18€/slot)
100 slots: 16,00€ (0,16€/slot)
150 slots: 21,00€ (0,14€/slot)
200 slots: 24,00€ (0,12€/slot)

Minecraft

256 mb RAM: 1,99€
512 mb RAM: 3,99€
1024 mb RAM: 7,39€
2048 mb RAM: 13,59€
3072 mb RAM: 17,90€
4096 mb RAM: 21,49€
5120 mb RAM: 24,99€
6144 mb RAM: 28,49€
7168 mb RAM: 32,49€
8192 mb RAM: 34,99€

Killing Floor

6 slots: 4,95€ (0,82€ per slot)


For 3 months pre-paid: 10% OFF
For 6 months pre-paid: 20% OFF
For 12 months pre-paid: 30% OFF

Not satisfied ? No problem, money back guarantee for every servers within 1 week.
You can place an order by following this link: http://beyond-servers.com.


What's our servers specs ?


Processor: Intel Xeon E5-1650, 3.8+GHz
Cores: 6
Threads: 12
RAM: 64GB

Processor: Intel Xeon E3 1245v2, 3.4+GHz
Cores: 4
Threads: 8
RAM: 32GB


Referal System


The referal system works on a simple basis. If someone is refered to me by one of my customers, or by someone on behalf of one of my customers I offer them a discount if the referee buys a server. I offer a 50% discount off the next payment of the price of the server purchased.

An example of this is:

- Customer 1 has a server that costs him 24,00€ monthly.
- Customer 1 then refers Customer 2 to me, and he buys a server for 8,00 €  a month.
- I will then offer Customer 1 a discount of 4,00 € from his next payment.
- The total cost of Customer 1's server is now 20,00 € .

However, it should be noted that the total amount of discounts may not go over 50% of the original price of the server, so if you are paying 24,00 €  your discounts cannot go above 12,00 €.


Contact !


Spoiler
- Dodo
                - Ra'Jiska (Dodo)
- Dodo
                                    - contact@beyond-servers.com
[close]

Pages: 1