-
Posts
1,004 -
Joined
-
Last visited
Everything posted by Narutimmy
-
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Quede con curiosidad, ¿que sucedió al final? Pues todos los dias se apaga , menos hoy, aun no se ha apagado. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Ultimo Recuerso, Cargue un Bakup de mi server de hace unos 2 meses si aun se apaga no tengo ni idea de que sera. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Bueno, e quitado el admin y mod a todos y aun asi se apago mas o menos a la misma hora de siempre., los otros 2 sv que tengo en el vs lleban ya varios dias y aun estan ON. EDIT: A fuerzas debe tener poder admin para poder apagar el servidor no? -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Pues tenia varios resources con acl admin ya los desactive deje solo los del dayz, le quite el admin a y mod a todos mis users y bueno esperare a ver si se resuelve. como seria para que un resource apague un sv? para buscar. ya que como dije eran ataques ddos y la ultima semana se detubieron pero comenzo a apagarse, no creo sea un user porque cuando lo apaga yo lo inicio y ya no lo vuelve a apagar hasta el siguiente dia es raro... debe ser un script con un timer. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Bueno ni mas, ya desactive casi todo y nada. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Errores en la consola siempre e tenido pero no era gran problema, supuse alomejor de tantos resources que agrege uno falla , pero ya desacitve casi todo y aun asi se apaga hoy se apago ase unas 2 horas. no puede ser un admin ya que desactive el comando shutdown y el boton del panel admin. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
esta modificado pero yo lo modifique llebo usandolo unos 10 meses. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Bueno e echo lo que me han acosejado, es abierto 2 Servidores y solo se ha apagado el dayz, el otro sigue on. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
ok, eran 110mb cuando estaba full pero como se apaga mucho perdi a todos los usuarios y bueno ya no me preocupe por el peso. -
mm ok, Gracias.
-
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Bueno ya nose que mas hacer desactive como el 50% de los resources, errores de consola... y demas cosas y aun asi se apaga el proceso, Gracias a todos por la ayuda, creo que es el final de mi Servidor. -
Gracia,s en el proximo reinicio de Servidor vere si se arreglo Sobre los otros errores me podrias ayudar? el de model? y el que sale error de seguridad del panel admin ?
-
lo puse asi, vere si funciona. local veh = {} local vehCol = {} local Spawneed = false function SpawnDayZPatriot(thePlayer) accountname = getAccountName(getPlayerAccount(thePlayer)) if (getElementData( thePlayer, 'V.I.P.0' ) == true) or (getElementData( thePlayer, 'V.I.P.3' ) == true) or (getElementData( thePlayer, 'V.I.P.4' ) == true) and (getElementData(thePlayer,"AAutoS") == 0) then if veh[thePlayer] then destroyElement(veh[thePlayer]) destroyElement(vehCol[thePlayer]) outputChatBox("#6002B1[VSC]#FF0000-Tu anterior Auto a sido Destruido!", thePlayer, 171, 205, 239, true) end local x, y, z = getElementPosition(thePlayer) setElementData(thePlayer,"AAutoS",1) Spawneed = true veh[thePlayer] = createVehicle(470, x +5, y, z) vehCol[thePlayer] = createColSphere(x +5, y, z, 2.5) attachElements(vehCol[thePlayer], veh[thePlayer], 0, 0, 0) setElementData(vehCol[thePlayer], "parent", veh[thePlayer]) setElementData(veh[thePlayer], "parent", vehCol[thePlayer]) setElementData(vehCol[thePlayer], "vehicle", true) setElementData(vehCol[thePlayer], "MAX_Slots", 10) local tires, engine, parts = getVehicleAddonInfos(getElementModel(veh[thePlayer])) setElementData(vehCol[thePlayer], "Tire_inVehicle", 4) setElementData(vehCol[thePlayer], "Engine_inVehicle", 1) setElementData(vehCol[thePlayer], "Parts_inVehicle", 1) setElementData(vehCol[thePlayer],"VIPCAR", true) setElementData(vehCol[thePlayer], "fuel", 100) setTimer(outputChatBox, 50, 1, "#6002B1[VSC]#FFFFFF-Patriot has been spawned!", thePlayer, 171, 205, 239, true) else outputChatBox("#6002B1[VSC]#FF0000-No eres VIP, o has sobrepasado tu limite, 1 auto por Vida!", thePlayer, 171, 205, 239, true) end end addCommandHandler("/patriotown", SpawnDayZPatriot) addCommandHandler("Patriot",SpawnDayZPatriot) vehicleAddonsInfo = { { 470, 4, 1, 1 } } function getVehicleAddonInfos(id) for i, veh in ipairs(vehicleAddonsInfo) do if veh[1] == id then return veh[2], veh[thePlayer][3], veh[thePlayer][4] end end end vehicleFuelInfo = { {470, 0.1} } function getVehicleAddonInfos(id) for i, veh in ipairs(vehicleAddonsInfo) do if veh[1] == id then return veh[thePlayer][2], veh[thePlayer][3], veh[thePlayer][4] end end end vehicleFuelTable = { {470, 100} } function getVehicleMaxFuel(loot) local modelID = getElementModel(getElementData(loot, "parent")) for i, vehicle in ipairs(vehicleFuelTable) do if modelID == vehicle[1] then return vehicle[2] end end return false end function onPlayerEnterDayzVehicle(veh, seat) local col = getElementData(dayZVeh, "parent") local id = getElementModel(dayZVeh) if not seat == 1 then return end local tires, engine, parts = getVehicleAddonInfos(id) setVehicleEngineState(dayZVeh, false) setElementData(dayZVeh, "maxfuel", getVehicleMaxFuel(col)) setElementData(dayZVeh, "needtires", tires) setElementData(dayZVeh, "needengines", engine) setElementData(dayZVeh, "needparts", parts) if getElementData(col, "Tire_inVehicle") or 0 < tonumber(tires) then setVehicleEngineState(dayZVeh, false) return end if getElementData(col, "Engine_inVehicle") or 0 < tonumber(engine) then setVehicleEngineState(dayZVeh, false) return end if not getElementData(col, "Parts_inVehicle") then setElementData(col, "Parts_inVehicle", math.random(0, parts)) end if getElementData(col, "fuel") or 1 >= 0 and not getElementModel(dayZVehBob) == 509 then triggerClientEvent(source, "displayClientInfo", source, "Vehicle", "No tank left in this vehicle!", 22, 255, 0) setVehicleEngineState(dayZVehBob, false) return end end ---============================== addEventHandler( 'onPlayerQuit', root, function() if (Spawneed == true) then if veh[source] then destroyElement(veh[source]) destroyElement(vehCol[source]) veh[source] = nil vehCol[source] = nil end end end ) EDIT: listo ya esta
-
Y esto... se que es mucho pero necesito ayuda 1784: Bad argument @ 'getElementData' [Expected element at argument 1, got boolean] 1784: attempt to compare number with boolean function setVehiclesFuelPerMinute() for i, veh in ipairs(getElementsByType("vehicle")) do if getVehicleEngineState(veh) == true then if getElementData(getElementData(veh, "parent"), "fuel") >= 0 then ---Linea 1784 setElementData(getElementData(veh, "parent"), "fuel", getElementData(getElementData(veh, "parent"), "fuel") - getVehicleFuelRemove(getElementModel(veh), getElementData(veh, "parent"))) else setVehicleEngineState(veh, false) end end end end
-
Y este otro tambien: [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6459) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6460) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6461) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6462) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6463) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6517) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6518) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6519) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6521) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6736) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6738) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6739) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6740) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6770) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6771) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6772) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6773) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6774) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6775) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6827) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6831) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6833) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6861) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6862) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6868) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6869) [2014-03-13 10:50:23] ERROR: Bad 'model' id specified in <object> (line 6870)
-
Este Error me llena la consola que sera? [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:24] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:25] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:25] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:25] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:25] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:25] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:25] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$ [2014-03-12 19:37:25] ERROR: admin/server/admin_server.lua:1456: Admin security - Client/player mismatch from 177.16.73$
-
ERROR: [DayZFrontier]/addon_VIP_CarS/Patriot.lua:3: attempt to index global 'veh' (a nil value)
-
necesito ayuda me da un buen de errores... cuando salgo no elimina el auto y demas cosas... addEventHandler( 'onPlayerQuit', root, function() if veh[source] then destroyElement(veh[source]) destroyElement(vehCol[source]) veh[source] = nil vehCol[source] = nil end end ) local veh = {} local vehCol = {} function SpawnDayZPatriot(thePlayer) accountname = getAccountName(getPlayerAccount(thePlayer)) if (getElementData( thePlayer, 'V.I.P.0' ) == true) or (getElementData( thePlayer, 'V.I.P.3' ) == true) or (getElementData( thePlayer, 'V.I.P.4' ) == true) and (getElementData(thePlayer,"AAutoS") == 0) then if veh[thePlayer] then destroyElement(veh[thePlayer]) destroyElement(vehCol[thePlayer]) outputChatBox("#6002B1[VSC]#FF0000-Tu anterior Auto a sido Destruido!", thePlayer, 171, 205, 239, true) end local x, y, z = getElementPosition(thePlayer) setElementData(thePlayer,"AAutoS",1) veh[thePlayer] = createVehicle(470, x +5, y, z) vehCol[thePlayer] = createColSphere(x +5, y, z, 2.5) attachElements(vehCol[thePlayer], veh[thePlayer], 0, 0, 0) setElementData(vehCol[thePlayer], "parent", veh[thePlayer]) setElementData(veh[thePlayer], "parent", vehCol[thePlayer]) setElementData(vehCol[thePlayer], "vehicle", true) setElementData(vehCol[thePlayer], "MAX_Slots", 10) local tires, engine, parts = getVehicleAddonInfos(getElementModel(veh[thePlayer])) setElementData(vehCol[thePlayer], "Tire_inVehicle", 4) setElementData(vehCol[thePlayer], "Engine_inVehicle", 1) setElementData(vehCol[thePlayer], "Parts_inVehicle", 1) setElementData(vehCol[thePlayer],"VIPCAR", true) setElementData(vehCol[thePlayer], "fuel", 100) setTimer(outputChatBox, 50, 1, "#6002B1[VSC]#FFFFFF-Patriot has been spawned!", thePlayer, 171, 205, 239, true) else outputChatBox("#6002B1[VSC]#FF0000-No eres VIP, o has sobrepasado tu limite, 1 auto por Vida!", thePlayer, 171, 205, 239, true) end end addCommandHandler("/patriotown", SpawnDayZPatriot) addCommandHandler("Patriot",SpawnDayZPatriot) vehicleAddonsInfo = { { 470, 4, 1, 1 } } function getVehicleAddonInfos(id) for i, veh in ipairs(vehicleAddonsInfo) do if veh[1] == id then return veh[2], veh[thePlayer][3], veh[thePlayer][4] end end end vehicleFuelInfo = { {470, 0.1} } function getVehicleAddonInfos(id) for i, veh in ipairs(vehicleAddonsInfo) do if veh[1] == id then return veh[thePlayer][2], veh[thePlayer][3], veh[thePlayer][4] end end end vehicleFuelTable = { {470, 100} } function getVehicleMaxFuel(loot) local modelID = getElementModel(getElementData(loot, "parent")) for i, vehicle in ipairs(vehicleFuelTable) do if modelID == vehicle[1] then return vehicle[2] end end return false end function onPlayerEnterDayzVehicle(veh, seat) local col = getElementData(dayZVeh, "parent") local id = getElementModel(dayZVeh) if not seat == 1 then return end local tires, engine, parts = getVehicleAddonInfos(id) setVehicleEngineState(dayZVeh, false) setElementData(dayZVeh, "maxfuel", getVehicleMaxFuel(col)) setElementData(dayZVeh, "needtires", tires) setElementData(dayZVeh, "needengines", engine) setElementData(dayZVeh, "needparts", parts) if getElementData(col, "Tire_inVehicle") or 0 < tonumber(tires) then setVehicleEngineState(dayZVeh, false) return end if getElementData(col, "Engine_inVehicle") or 0 < tonumber(engine) then setVehicleEngineState(dayZVeh, false) return end if not getElementData(col, "Parts_inVehicle") then setElementData(col, "Parts_inVehicle", math.random(0, parts)) end if getElementData(col, "fuel") or 1 >= 0 and not getElementModel(dayZVehBob) == 509 then triggerClientEvent(source, "displayClientInfo", source, "Vehicle", "No tank left in this vehicle!", 22, 255, 0) setVehicleEngineState(dayZVehBob, false) return end end
-
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
usp el ipb, y en cpu no cunsume mas del 50%, no es problema del rendimiento como dije ya que antes no sucedia y estaba mas sobrecargado, desactive muchas resources que no usaba y ahora pasa esto. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Mira el mismo GM lo use en vortex no me pasaba lo use asi 7 meses, en caoshost, tenia 2 procesadores y 2 o 4 gb de ram no recuerdo asi que no puede ser eso. En la consola no salio ningun error. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
+1 Bueno como no pida entrar al sv por que estaba ocupado tenia la consola abierta platicando con los users y de la nada el proceso se termina, porque pasa eso -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
mm ok, igual instale el csf como proteccion. pero aun me pasa el problema, de la nada se termina el proceso -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
intente poner el que tenia en mi servidor roleplay que te muteaba por un par de minutos o te banneaba, pero en dayz no me funciono., ya que usa Local chat y Global chat EDIT: Es lap rimera vez que se los datos de trfico y bueno nose se me hace mucho.. es normal? 95th percentile usage this month: 3.04 Mbps GB usage this month: 39.21 GB (29.05 GB in, 10.16 GB out) CAPTURA DATOS tcpdump: WARNING: vbr.13: no IPv4 address assigned tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on vbr.13, link-type EN10MB (Ethernet), capture size 96 bytes 17:37:35.335680 IP 190.23.31.134.1380 > 162.248.91.250.2014: UDP, payload 30 17:37:35.335689 IP 190.73.46.73.63269 > 162.248.91.250.2014: UDP, payload 43 17:37:35.335714 IP 189.165.152.167.12705 > 162.248.91.250.2014: UDP, payload 47 17:37:35.335908 IP 162.248.91.250.2014 > 190.110.152.86.36284: UDP, payload 23 17:37:35.335920 IP 162.248.91.250.2014 > 190.73.46.73.63269: UDP, payload 14 17:37:35.335924 IP 162.248.91.250.2014 > 181.52.159.35.64167: UDP, payload 23 17:37:35.335930 IP 162.248.91.250.2014 > 187.206.94.128.59985: UDP, payload 200 17:37:35.335964 IP 162.248.91.250.2014 > 190.163.179.141.4239: UDP, payload 23 17:37:35.335970 IP 162.248.91.250.2014 > 190.44.88.112.57994: UDP, payload 23 17:37:35.335992 IP 162.248.91.250.2014 > 186.84.37.184.56450: UDP, payload 23 17:37:35.336021 IP 162.248.91.250.2014 > 187.247.7.186.57731: UDP, payload 23 17:37:35.336027 IP 162.248.91.250.2014 > 189.165.152.167.12705: UDP, payload 23 17:37:35.336031 IP 162.248.91.250.2014 > 187.247.6.34.1979: UDP, payload 23 17:37:35.336037 IP 162.248.91.250.2014 > 190.23.31.134.1380: UDP, payload 36 17:37:35.336063 IP 162.248.91.250.2014 > 186.93.123.225.25433: UDP, payload 26 17:37:35.336532 IP 187.247.6.34.1979 > 162.248.91.250.2014: UDP, payload 14 17:37:35.336762 IP 186.153.101.238.59979 > 162.248.91.250.2014: UDP, payload 14 17:37:35.337175 IP 186.84.37.184.56450 > 162.248.91.250.2014: UDP, payload 27 17:37:35.337415 IP 190.163.179.141.4239 > 162.248.91.250.2014: UDP, payload 18 17:37:35.337561 IP 186.104.204.239.59659 > 162.248.91.250.2014: UDP, payload 58 17:37:35.338557 IP 187.247.7.186.57731 > 162.248.91.250.2014: UDP, payload 14 17:37:35.339399 IP 201.62.92.173.60328 > 162.248.91.250.2014: UDP, payload 18 17:37:35.339466 IP 162.248.91.250.2014 > 190.110.152.86.36284: UDP, payload 23 17:37:35.339481 IP 162.248.91.250.2014 > 190.73.46.73.63269: UDP, payload 23 17:37:35.339526 IP 162.248.91.250.2014 > 181.52.159.35.64167: UDP, payload 23 17:37:35.339568 IP 162.248.91.250.2014 > 187.247.6.34.1798: UDP, payload 23 17:37:35.339573 IP 162.248.91.250.2014 > 190.163.179.141.4239: UDP, payload 23 17:37:35.339577 IP 162.248.91.250.2014 > 186.104.204.239.59659: UDP, payload 23 17:37:35.339580 IP 162.248.91.250.2014 > 190.135.188.29.29554: UDP, payload 23 17:37:35.339611 IP 187.247.6.34.1798 > 162.248.91.250.2014: UDP, payload 52 17:37:35.339614 IP 162.248.91.250.2014 > 190.44.88.112.57994: UDP, payload 23 17:37:35.339620 IP 162.248.91.250.2014 > 201.62.92.173.60328: UDP, payload 23 17:37:35.339624 IP 162.248.91.250.2014 > 186.84.37.184.56450: UDP, payload 23 17:37:35.339627 IP 162.248.91.250.2014 > 187.247.7.186.57731: UDP, payload 23 17:37:35.339630 IP 162.248.91.250.2014 > 189.165.152.167.12705: UDP, payload 23 17:37:35.339633 IP 162.248.91.250.2014 > 187.247.6.34.1979: UDP, payload 23 17:37:35.339637 IP 162.248.91.250.2014 > 190.23.31.134.1380: UDP, payload 23 17:37:35.339661 IP 162.248.91.250.2014 > 186.153.101.238.59979: UDP, payload 23 17:37:35.339669 IP 162.248.91.250.2014 > 187.167.67.99.60345: UDP, payload 23 17:37:35.340512 IP 190.44.88.112.57994 > 162.248.91.250.2014: UDP, payload 18 17:37:35.342501 IP 187.247.7.186.57731 > 162.248.91.250.2014: UDP, payload 18 17:37:35.343048 IP 162.248.91.250.2014 > 190.110.152.86.36284: UDP, payload 151 17:37:35.343060 IP 162.248.91.250.2014 > 190.73.46.73.63269: UDP, payload 151 17:37:35.343068 IP 162.248.91.250.2014 > 181.52.159.35.64167: UDP, payload 151 17:37:35.343099 IP 162.248.91.250.2014 > 187.247.6.34.1798: UDP, payload 168 17:37:35.343104 IP 162.248.91.250.2014 > 190.163.179.141.4239: UDP, payload 151 17:37:35.343111 IP 162.248.91.250.2014 > 186.104.204.239.59659: UDP, payload 151 17:37:35.343135 IP 162.248.91.250.2014 > 190.135.188.29.29554: UDP, payload 151 17:37:35.343141 IP 162.248.91.250.2014 > 190.44.88.112.57994: UDP, payload 122 17:37:35.343163 IP 162.248.91.250.2014 > 201.62.92.173.60328: UDP, payload 151 17:37:35.343202 IP 162.248.91.250.2014 > 186.84.37.184.56450: UDP, payload 175 17:37:35.343209 IP 162.248.91.250.2014 > 187.247.7.186.57731: UDP, payload 151 17:37:35.343213 IP 162.248.91.250.2014 > 189.165.152.167.12705: UDP, payload 151 17:37:35.343238 IP 162.248.91.250.2014 > 187.247.6.34.1979: UDP, payload 93 17:37:35.343244 IP 162.248.91.250.2014 > 190.23.31.134.1380: UDP, payload 93 17:37:35.343248 IP 162.248.91.250.2014 > 186.153.101.238.59979: UDP, payload 151 17:37:35.343254 IP 162.248.91.250.2014 > 187.167.67.99.60345: UDP, payload 151 17:37:35.343284 IP 201.62.92.173.60328 > 162.248.91.250.2014: UDP, payload 18 17:37:35.343617 IP 187.247.6.34.1798 > 162.248.91.250.2014: UDP, payload 14 17:37:35.343921 IP 186.84.37.184.56450 > 162.248.91.250.2014: UDP, payload 58 17:37:35.343928 IP 186.84.37.184.56450 > 162.248.91.250.2014: UDP, payload 14 17:37:35.343932 IP 186.84.37.184.56450 > 162.248.91.250.2014: UDP, payload 14 17:37:35.344274 IP 187.206.94.128.59985 > 162.248.91.250.2014: UDP, payload 53 17:37:35.344604 IP 187.247.6.34.1979 > 162.248.91.250.2014: UDP, payload 18 17:37:35.345571 IP 190.135.188.29.29554 > 162.248.91.250.2014: UDP, payload 52 17:37:35.346384 IP 190.163.179.141.4239 > 162.248.91.250.2014: UDP, payload 18 17:37:35.346393 IP 190.163.179.141.4239 > 162.248.91.250.2014: UDP, payload 43 17:37:35.346512 IP 201.62.92.173.60328 > 162.248.91.250.2014: UDP, payload 14 17:37:35.346691 IP 162.248.91.250.2014 > 190.110.152.86.36284: UDP, payload 32 17:37:35.346708 IP 162.248.91.250.2014 > 190.73.46.73.63269: UDP, payload 32 17:37:35.346714 IP 162.248.91.250.2014 > 181.52.159.35.64167: UDP, payload 32 17:37:35.346718 IP 162.248.91.250.2014 > 187.247.6.34.1798: UDP, payload 32 17:37:35.346723 IP 162.248.91.250.2014 > 187.206.94.128.59985: UDP, payload 17 17:37:35.346745 IP 162.248.91.250.2014 > 190.163.179.141.4239: UDP, payload 45 17:37:35.346753 IP 162.248.91.250.2014 > 186.104.204.239.59659: UDP, payload 32 17:37:35.346758 IP 162.248.91.250.2014 > 190.135.188.29.29554: UDP, payload 32 17:37:35.346763 IP 162.248.91.250.2014 > 190.44.88.112.57994: UDP, payload 32 17:37:35.346767 IP 162.248.91.250.2014 > 201.62.92.173.60328: UDP, payload 32 17:37:35.346773 IP 162.248.91.250.2014 > 186.84.37.184.56450: UDP, payload 49 17:37:35.346793 IP 162.248.91.250.2014 > 187.247.7.186.57731: UDP, payload 32 17:37:35.346802 IP 162.248.91.250.2014 > 189.165.152.167.12705: UDP, payload 32 17:37:35.346807 IP 162.248.91.250.2014 > 187.247.6.34.1979: UDP, payload 90 17:37:35.346814 IP 162.248.91.250.2014 > 190.23.31.134.1380: UDP, payload 32 17:37:35.346819 IP 162.248.91.250.2014 > 186.153.101.238.59979: UDP, payload 32 17:37:35.346824 IP 162.248.91.250.2014 > 187.167.67.99.60345: UDP, payload 32 17:37:35.347027 IP 190.44.88.112.57994 > 162.248.91.250.2014: UDP, payload 18 17:37:35.347658 IP 187.247.6.34.1798 > 162.248.91.250.2014: UDP, payload 74 17:37:35.348760 IP 186.104.204.239.59659 > 162.248.91.250.2014: UDP, payload 89 17:37:35.350004 IP 186.104.204.239.59659 > 162.248.91.250.2014: UDP, payload 18 17:37:35.350186 IP 162.248.91.250.2014 > 186.104.204.239.59659: UDP, payload 18 17:37:35.350275 IP 189.165.152.167.12705 > 162.248.91.250.2014: UDP, payload 14 17:37:35.351245 IP 186.104.204.239.59659 > 162.248.91.250.2014: UDP, payload 18 17:37:35.351689 IP 190.135.188.29.29554 > 162.248.91.250.2014: UDP, payload 18 17:37:35.352528 IP 186.104.204.239.59659 > 162.248.91.250.2014: UDP, payload 18 17:37:35.353029 IP 189.165.152.167.12705 > 162.248.91.250.2014: UDP, payload 47 17:37:35.353290 IP 190.44.88.112.57994 > 162.248.91.250.2014: UDP, payload 14 17:37:35.353548 IP 162.248.91.250.2014 > 189.165.152.167.12705: UDP, payload 14 17:37:35.354386 IP 201.62.92.173.60328 > 162.248.91.250.2014: UDP, payload 14 17:37:35.356820 IP 162.248.91.250.2014 > 190.110.152.86.36284: UDP, payload 50 17:37:35.356854 IP 162.248.91.250.2014 > 187.206.94.128.59985: UDP, payload 190 100 packets captured 131 packets received by filter 0 packets dropped by kernel -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Si es lo que me dijeron que posiblmente ahora sea un ataque flood con un bind o algo asi, ai te agrego. -
[Ayuda] Servidor se apaga, Debian Linux VPS
Narutimmy replied to Narutimmy's topic in Ayuda relacionada al cliente/servidor
Ok, algo raro, en esta ocacion yo estaba conectado y tenia la consola abierta, comienza como un pequeño lag segun los users, luego por alguna razon tanto ami como a los demas users se nos creasheo el mta y no dejaba entrar, caraba unos pocos kbs.... despues de eso el proceso de la terminal se cerro solo. Casualmente un 1 user que no conosco entro y salio justo cuando aparecio el problema.
