Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem] Problem z logowaniem na wszystkich serwerach Pomocy!


Rekomendowane odpowiedzi

Opublikowano

Siemka mam 3 Problemy

 

1

Mam 4 serwery Skyblock,Survival,PVP oraz Lobby Połączone razem i chce zrobić aby rejestracja oraz logowanie było tylko na serwerze Lobby | Wiem że wystraczy tam wgrać AuthMe jednak ludzie co mają ip cyferkowe PVP to będą mogli wchodzić na kogoś konto bez logowania.

 

2

Czy da się zablokować wchodzenie na serwer i żeby dało się wejść tylko przez BungeeCore

 

3

O czym trzeba pamiętać robiąc serwer bungeecore?

 

Proszę o szybkie odpowiedzi

Dobre odpowiedzi będą nagradzane wielka ilością lajków :) 

1-2536914-560x95-2-FF5519-FFFFFF.png

Opublikowano

1. Wgrywasz plugin logowania(np.authme)  na serwer z portalami.

2. ustawiasz na innych serwerach  w spigot.yml opcje bungeecord: na true

3. najlepiej zablokuj jeszcze pakiety przychodzące z zewnątrz na serwery np IPTABLES

Opublikowano

Ok a powiedz mi jak zrobić te 3?

a może byś mógł mi pomóc to zrobić na ts lub coś ?

oczywiście rangę bym dał Admin/Technik

1-2536914-560x95-2-FF5519-FFFFFF.png

Opublikowano

to ip na pw.

 

 

@Edit na przyszłość

 

 

usuwamy wszystkie zasady oraz sieci z ip tables 

iptables -F
iptables -X

Tworzymy nową sieć

iptables -N nazwa-sieci

dodajemy dozwolone adresy IP:

iptables -A nazwa-sieci --src 121.123.123.123 -j ACCEPT

nie zapomnieć o ip lokalnym

iptables -A nazwa-sieci --src 127.0.0.1 -j ACCEPT

Blokujemy cały inny ruch

iptables -A nazwa-sieci -j DROP

no i na koniec dodajemy porty 

iptables -I INPUT -m tcp -p tcp --dport 25565 -j nazwa-sieci
iptables -I INPUT -m tcp -p tcp --dport 25564 -j nazwa-sieci
iptables -I INPUT -m tcp -p tcp --dport 25563 -j nazwa-sieci

Zapisujemy i już 

/etc/init.d/iptables-persistent save
Opublikowano

Polecam :3

Google nie boli :)

www.youtube.com/watch?v=Yque_5I9sPQ

@edit

 

Można też zrobić tak, że zmienić MOTD w tym serwerze NIE-LOBBY na "LOGUJCIE SIE PRZEZ IP <XXX>" i gdy ktoś będzie chciał wejść na to IP tego NIE-LOBBY to zeby go wywalało na Lobby. takie coś chyba jest w BungeeCordzie.

#teams4bal

Opublikowano

1. Wgrywasz plugin logowania(np.authme)  na serwer z portalami.

2. ustawiasz na innych serwerach  w spigot.yml opcje bungeecord: na true

3. najlepiej zablokuj jeszcze pakiety przychodzące z zewnątrz na serwery np IPTABLES

Zrobiłem tak jak w 1 

i da się wchodzić z IP serwera

# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
# 
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
# 
# IRC: #spigot @ irc.esper.net ( http://webchat.esper.net/?channel=spigot )
# Forums: http://www.spigotmc.org/forum/


config-version: 5
commands:
  tab-complete: true
  log: true
messages:
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {}
  outdated-server: Outdated server! I'm still on {0}
  restart: Server is restarting
settings:
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  bungeecord: false
  late-bind: false
replace-commands:
- setblock
- summon
- testforblock
world-settings:
  default:
    verbose: true
    mob-spawn-range: 4
    view-distance: 10
    chunks-per-tick: 650
    merge-radius:
      exp: 3.0
      item: 2.5
    nerf-spawner-mobs: false
    arrow-despawn-rate: 1200
    item-despawn-rate: 6000
    zombie-aggressive-towards-villager: true
    anti-xray:
      enabled: true
      engine-mode: 1
      hide-blocks:
      - 14
      - 15
      - 16
      - 21
      - 48
      - 49
      - 54
      - 56
      - 73
      - 74
      - 82
      - 129
      - 130
      replace-blocks:
      - 1
      - 5
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      wheat-modifier: 100
    entity-activation-range:
      animals: 32
      monsters: 32
      misc: 16
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
    ticks-per:
      hopper-transfer: 8
      hopper-check: 8
    random-light-updates: false
    save-structure-info: true

Jak zmienić ?

1-2536914-560x95-2-FF5519-FFFFFF.png

Opublikowano

tak

# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
# 
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
# 
# IRC: #spigot @ irc.esper.net ( http://webchat.esper.net/?channel=spigot )
# Forums: http://www.spigotmc.org/forum/


config-version: 5
commands:
  tab-complete: true
  log: true
messages:
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {}
  outdated-server: Outdated server! I'm still on {0}
  restart: Server is restarting
settings:
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  bungeecord: true
  late-bind: false
replace-commands:
- setblock
- summon
- testforblock
world-settings:
  default:
    verbose: true
    mob-spawn-range: 4
    view-distance: 10
    chunks-per-tick: 650
    merge-radius:
      exp: 3.0
      item: 2.5
    nerf-spawner-mobs: false
    arrow-despawn-rate: 1200
    item-despawn-rate: 6000
    zombie-aggressive-towards-villager: true
    anti-xray:
      enabled: true
      engine-mode: 1
      hide-blocks:
      - 14
      - 15
      - 16
      - 21
      - 48
      - 49
      - 54
      - 56
      - 73
      - 74
      - 82
      - 129
      - 130
      replace-blocks:
      - 1
      - 5
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      wheat-modifier: 100
    entity-activation-range:
      animals: 32
      monsters: 32
      misc: 16
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
    ticks-per:
      hopper-transfer: 8
      hopper-check: 8
    random-light-updates: false
    save-structure-info: true
Opublikowano

 

tak

# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
# 
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
# 
# IRC: #spigot @ irc.esper.net ( http://webchat.esper.net/?channel=spigot )
# Forums: http://www.spigotmc.org/forum/


config-version: 5
commands:
  tab-complete: true
  log: true
messages:
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {}
  outdated-server: Outdated server! I'm still on {0}
  restart: Server is restarting
settings:
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  bungeecord: true
  late-bind: false
replace-commands:
- setblock
- summon
- testforblock
world-settings:
  default:
    verbose: true
    mob-spawn-range: 4
    view-distance: 10
    chunks-per-tick: 650
    merge-radius:
      exp: 3.0
      item: 2.5
    nerf-spawner-mobs: false
    arrow-despawn-rate: 1200
    item-despawn-rate: 6000
    zombie-aggressive-towards-villager: true
    anti-xray:
      enabled: true
      engine-mode: 1
      hide-blocks:
      - 14
      - 15
      - 16
      - 21
      - 48
      - 49
      - 54
      - 56
      - 73
      - 74
      - 82
      - 129
      - 130
      replace-blocks:
      - 1
      - 5
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      wheat-modifier: 100
    entity-activation-range:
      animals: 32
      monsters: 32
      misc: 16
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
    ticks-per:
      hopper-transfer: 8
      hopper-check: 8
    random-light-updates: false
    save-structure-info: true

Ustawiłem tak i nie działa :/ jak wgrałem inną wersje silnika też na 1.7.2 to działało ale nie dało się wejść nawet z bungeecore 

może ktoś podesłać silik,confing i przykładowy confing bungeecore albo ktoś mi to pomoże zrobić?

1-2536914-560x95-2-FF5519-FFFFFF.png

Opublikowano

Nie znam Angielskiego :D

Ang jest podstawowym językiem jaki każdy powinien znać, zawsze jest takie cuś jak Google Translate.

 

@topic

bungee w spigot.yml na true

Aktualna próba: Postaw serwer mt2 na vps z ubuntu.

Opublikowano

UP mam na true

Ale nie da się wejść nawet przez BungeeCore!

 

In you wish to use IP forwarding, please enable it in your BungeeCord confing as well

 

To mi piszę jak próbuje wejść na serwer przez BungeeCore oraz zwykłego IP!


groups:
  aQnael:
  - admin
disabled_commands:
- find
player_limit: -1
stats: 1a051a87-01f6-4eac-9c09-c061992955ed
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
listeners:
- max_players: 250
  fallback_server: Lobby
  host: 212.91.26.168:25567
  bind_local_address: true
  ping_passthrough: false
  tab_list: GLOBAL_PING
  default_server: Lobby
  forced_hosts:
    pvp.md-5.net: pvp
  tab_size: 60
  force_default_server: true
  motd: '&bLobby'
  query_enabled: false
  query_port: 25577
timeout: 30000
connection_throttle: -1
servers:
  Lobby:
    address: 212.91.26.168:25566
    restricted: false
    motd: '...'
  Survival:
    address: 185.36.169.67:28260
    restricted: false
    motd: Survival
ip_forward: false
online_mode: false
# This is the main configuration file for Spigot.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
# 
# If you need help with the configuration or have any questions related to Spigot,
# join us at the IRC or drop by our forums and leave a post.
# 
# IRC: #spigot @ irc.esper.net ( http://webchat.esper.net/?channel=spigot )
# Forums: http://www.spigotmc.org/forum/


config-version: 5
commands:
  spam-exclusions:
  - /skill
  log: true
  tab-complete: true
  silent-commandblock-console: false
  replace-commands:
  - setblock
  - summon
  - testforblock
  - tellraw
settings:
  filter-creative-items: true
  player-shuffle: 0
  late-bind: false
  timeout-time: 60
  restart-on-crash: true
  restart-script: ./start.sh
  netty-threads: 4
  sample-count: 12
  bungeecord: true
messages:
  whitelist: You are not whitelisted on this server!
  unknown-command: Unknown command. Type "/help" for help.
  server-full: The server is full!
  outdated-client: Outdated client! Please use {}
  outdated-server: Outdated server! I'm still on {0}
  restart: Server is restarting
stats:
  disable-saving: false
  forced-stats: {}
world-settings:
  default:
    verbose: true
    growth:
      cactus-modifier: 100
      cane-modifier: 100
      melon-modifier: 100
      mushroom-modifier: 100
      pumpkin-modifier: 100
      sapling-modifier: 100
      wheat-modifier: 100
    entity-activation-range:
      animals: 32
      monsters: 32
      misc: 16
    anti-xray:
      enabled: true
      engine-mode: 1
      hide-blocks:
      - 14
      - 15
      - 16
      - 21
      - 48
      - 49
      - 54
      - 56
      - 73
      - 74
      - 82
      - 129
      - 130
      replace-blocks:
      - 1
      - 5
    entity-tracking-range:
      players: 48
      animals: 48
      monsters: 48
      misc: 32
      other: 64
    ticks-per:
      hopper-transfer: 8
      hopper-check: 8
    random-light-updates: false
    save-structure-info: true
    max-bulk-chunks: 5
    max-entity-collisions: 8
    view-distance: 10
    chunks-per-tick: 650
    clear-tick-list: false
    merge-radius:
      exp: 3.0
      item: 2.5
    mob-spawn-range: 4
    nerf-spawner-mobs: false
    arrow-despawn-rate: 1200
    item-despawn-rate: 6000
    zombie-aggressive-towards-villager: true
    enable-zombie-pigmen-portal-spawns: true

1-2536914-560x95-2-FF5519-FFFFFF.png

Opublikowano

 

groups:
  aQnael:
  - admin
disabled_commands:
- find
player_limit: -1
stats: 1a051a87-01f6-4eac-9c09-c061992955ed
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
listeners:
- max_players: 250
  fallback_server: Lobby
  host: 212.91.26.168:25567
  bind_local_address: true
  ping_passthrough: false
  tab_list: GLOBAL_PING
  default_server: Lobby
  forced_hosts:
    pvp.md-5.net: pvp
  tab_size: 60
  force_default_server: true
  motd: '&bLobby'
  query_enabled: false
  query_port: 25577
timeout: 30000
connection_throttle: -1
servers:
  Lobby:
    address: 212.91.26.168:25566
    restricted: false
    motd: '...'
  Survival:
    address: 185.36.169.67:28260
    restricted: false
    motd: Survival
ip_forward: false
online_mode: false

 

na

 

 

groups:
  aQnael:
  - admin
disabled_commands:
- find
player_limit: -1
stats: 1a051a87-01f6-4eac-9c09-c061992955ed
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
listeners:
- max_players: 250
  fallback_server: Lobby
  host: 212.91.26.168:25567
  bind_local_address: true
  ping_passthrough: false
  tab_list: GLOBAL_PING
  default_server: Lobby
  forced_hosts:
    pvp.md-5.net: pvp
  tab_size: 60
  force_default_server: true
  motd: '&bLobby'
  query_enabled: false
  query_port: 25577
timeout: 30000
connection_throttle: -1
servers:
  Lobby:
    address: 212.91.26.168:25566
    restricted: false
    motd: '...'
  Survival:
    address: 185.36.169.67:28260
    restricted: false
    motd: Survival
ip_forward: true
online_mode: false

 

Powinno zadziałać :)

Opublikowano

Nadal piszę to samo gdy próbuje wejść na serwer 

In you wish to use IP forwarding, please enable it in your BungeeCord confing as well

1-2536914-560x95-2-FF5519-FFFFFF.png

Opublikowano

Nie mogę zmienić na 25565 bo tam jest mój Skyblock

możecie mi wysłać link do spigota oraz wasz confing bungeecore oraz spigota

link proszę dać na pw 

z góry dziękuje :)

1-2536914-560x95-2-FF5519-FFFFFF.png

Opublikowano

Teraz gdy próbuje wejść na serwer przez bungeecore pisze

cOULD NOT CONNECT TO DEFAULT SERVER, PLEASE TRY AGAIN LATER: JAVA.NET.CONNECTEXCEPTION


Jednak nie piszę nadal to samo co wcześniej pisałem 

POMOŻE KTOŚ TO WAŻNE ALE Niech ktoś podeśle swój confing bungee i spigota itp plis

1-2536914-560x95-2-FF5519-FFFFFF.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...