Skocz do zawartości

kamildee

Użytkownicy
  • Zawartość

    11
  • Rejestracja

  • Ostatnio

Posty napisane przez kamildee


  1. Witam,

    dotychczas kiedy korzystałem z HTTPD wszystko z serwerem www było ok, ale dzisiaj zainstaowałem phpmyadmin i wymagało to instalacji APACHE wiec tak tez zrobilem aczkolwiek kiedy wylaczylem httpd i odpalilem apache strona nie laduje sie juz ze sciezki /home/admin/domains/xxxxxxx.pl/public_html a z /var/www/html.

    Chcialbym wiec to zmienic by domeny i ich zawartosc czytalo z wczesniejszej sciezki. Kombinowalem z 000-default.conf jak i apache2.conf jednak zbyt wiele to, to nie zmienilo...

    Czy ktos moze wie jak dobrze skonfigurowac apache w tym celu?

    Dzieki!


  2. 2 godziny temu, atmosfera napisał:
    
    bind failed on 0.0.0.0:30033; reason: Address already in use
    
    bind failed on 0.0.0.0:30033; reason: Address already in use

    Jakiś proces używa tego portu i TS3 nie moze sie wpiąć do linku.

    Tyle to wiem ale nie byłem pewien jak to rozwiązać. Okazało się, że wystarczyło poprawnie zrestartować serwer i wszystko wróciło do normy.
     

    systemctl stop ts3server
    su - teamspeak
    ./ts3server_startscript.sh start serveradmin_password=password
    ./ts3server_startscript.sh stop
    exit
    systemctl start ts3server

    Aktualnie problem mam jednak inny. Poniewaz z w/w serwerem moge polaczyc sie tylko i wylacznie z poziomu serwera czyli localhost'a). Z zadnego innego adresu IP nie jestem w stanie polaczyc sie z serwerem.

     

    Dodam wyniki iptables:
     

    root@PowerEdge-T440:~#  iptables -L
    Chain INPUT (policy DROP)
    target     prot opt source               destination         
    LOCALINPUT  all  --  anywhere             anywhere            
    ACCEPT     all  --  anywhere             anywhere            
    INVALID    tcp  --  anywhere             anywhere            
    ACCEPT     icmp --  anywhere             anywhere             icmp echo-request limit: avg 1/sec burst 5
    LOGDROPIN  icmp --  anywhere             anywhere             icmp echo-request
    ACCEPT     icmp --  anywhere             anywhere            
    ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:ftp-data
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:ftp
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:ssh
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:smtp
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:domain
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:http
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:pop3
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:imap2
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:https
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:submissions
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:submission
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:imaps
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:pop3s
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:2222
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpts:35000:35999
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:20
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:fsp
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:domain
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:80
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:443
    LOGDROPIN  all  --  anywhere             anywhere            
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:9987
    ACCEPT     udp  --  anywhere             anywhere             udp spt:9987
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:30033
    ACCEPT     tcp  --  anywhere             anywhere             tcp spt:30033
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:10011
    ACCEPT     tcp  --  anywhere             anywhere             tcp spt:10011
    
    Chain FORWARD (policy DROP)
    target     prot opt source               destination         
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:2008
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:2008
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:9987
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:9987
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:10011
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:30033
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:41144
    ACCEPT     udp  --  anywhere             anywhere             multiport dports 2011:2110
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:2010
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:2008
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:9987
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:10011
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:30033
    
    Chain OUTPUT (policy DROP)
    target     prot opt source               destination         
    LOCALOUTPUT  all  --  anywhere             anywhere            
    ACCEPT     tcp  --  anywhere             anywhere             tcp dpt:domain
    ACCEPT     udp  --  anywhere             anywhere             udp dpt:domain
    ACCEPT     tcp  --  anywhere             anywhere             tcp spt:domain
    ACCEPT     udp  --  anywhere             anywhere             udp spt:domain
    SMTPOUTPUT  all  --  anywhere             anywhere            
    ACCEPT     all  --  anywhere             anywhere            
    INVALID    tcp  --  anywhere             anywhere            
    ACCEPT     icmp --  anywhere             anywhere            
    ACCEPT     all  --  anywhere             anywhere             ctstate RELATED,ESTABLISHED
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:ftp-data
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:ftp
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:ssh
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:smtp
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:domain
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:http
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:pop3
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:auth
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:https
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:submission
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:imaps
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:pop3s
    ACCEPT     tcp  --  anywhere             anywhere             ctstate NEW tcp dpt:2222
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:20
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:fsp
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:domain
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:113
    ACCEPT     udp  --  anywhere             anywhere             ctstate NEW udp dpt:ntp
    LOGDROPOUT  all  --  anywhere             anywhere            
    
    Chain ALLOWIN (1 references)
    target     prot opt source               destination         
    ACCEPT     all  --  anywhere             anywhere             match-set chain_ALLOW src
    
    Chain ALLOWOUT (1 references)
    target     prot opt source               destination         
    ACCEPT     all  --  anywhere             anywhere             match-set chain_ALLOW dst
    
    Chain DENYIN (1 references)
    target     prot opt source               destination         
    DROP       all  --  anywhere             anywhere             match-set chain_DENY src
    
    Chain DENYOUT (1 references)
    target     prot opt source               destination         
    LOGDROPOUT  all  --  anywhere             anywhere             match-set chain_DENY dst
    
    Chain INVALID (2 references)
    target     prot opt source               destination         
    INVDROP    all  --  anywhere             anywhere             ctstate INVALID
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:FIN,SYN,RST,PSH,ACK,URG/NONE
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:FIN,SYN,RST,PSH,ACK,URG/FIN,SYN,RST,PSH,ACK,URG
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:FIN,SYN/FIN,SYN
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:SYN,RST/SYN,RST
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:FIN,RST/FIN,RST
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:FIN,ACK/FIN
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:PSH,ACK/PSH
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:ACK,URG/URG
    INVDROP    tcp  --  anywhere             anywhere             tcp flags:!FIN,SYN,RST,ACK/SYN ctstate NEW
    
    Chain INVDROP (10 references)
    target     prot opt source               destination         
    DROP       all  --  anywhere             anywhere            
    
    Chain LOCALINPUT (1 references)
    target     prot opt source               destination         
    ALLOWIN    all  --  anywhere             anywhere            
    DENYIN     all  --  anywhere             anywhere            
    
    Chain LOCALOUTPUT (1 references)
    target     prot opt source               destination         
    ALLOWOUT   all  --  anywhere             anywhere            
    DENYOUT    all  --  anywhere             anywhere            
    
    Chain LOGDROPIN (2 references)
    target     prot opt source               destination         
    DROP       tcp  --  anywhere             anywhere             tcp dpt:telnet
    DROP       udp  --  anywhere             anywhere             udp dpt:23
    DROP       tcp  --  anywhere             anywhere             tcp dpt:67
    DROP       udp  --  anywhere             anywhere             udp dpt:bootps
    DROP       tcp  --  anywhere             anywhere             tcp dpt:68
    DROP       udp  --  anywhere             anywhere             udp dpt:bootpc
    DROP       tcp  --  anywhere             anywhere             tcp dpt:sunrpc
    DROP       udp  --  anywhere             anywhere             udp dpt:sunrpc
    DROP       tcp  --  anywhere             anywhere             tcp dpt:auth
    DROP       udp  --  anywhere             anywhere             udp dpt:113
    DROP       tcp  --  anywhere             anywhere             tcp dpts:epmap:netbios-ssn
    DROP       udp  --  anywhere             anywhere             udp dpts:135:netbios-ssn
    DROP       tcp  --  anywhere             anywhere             tcp dpt:microsoft-ds
    DROP       udp  --  anywhere             anywhere             udp dpt:microsoft-ds
    DROP       tcp  --  anywhere             anywhere             tcp dpt:500
    DROP       udp  --  anywhere             anywhere             udp dpt:isakmp
    DROP       tcp  --  anywhere             anywhere             tcp dpt:login
    DROP       udp  --  anywhere             anywhere             udp dpt:who
    DROP       tcp  --  anywhere             anywhere             tcp dpt:520
    DROP       udp  --  anywhere             anywhere             udp dpt:route
    LOG        tcp  --  anywhere             anywhere             limit: avg 30/min burst 5 LOG level warning prefix "Firewall: *TCP_IN Blocked* "
    LOG        udp  --  anywhere             anywhere             limit: avg 30/min burst 5 LOG level warning prefix "Firewall: *UDP_IN Blocked* "
    LOG        icmp --  anywhere             anywhere             limit: avg 30/min burst 5 LOG level warning prefix "Firewall: *ICMP_IN Blocked* "
    DROP       all  --  anywhere             anywhere            
    
    Chain LOGDROPOUT (3 references)
    target     prot opt source               destination         
    LOG        tcp  --  anywhere             anywhere             tcp flags:FIN,SYN,RST,ACK/SYN limit: avg 30/min burst 5 LOG level warning uid prefix "Firewall: *TCP_OUT Blocked* "
    LOG        udp  --  anywhere             anywhere             limit: avg 30/min burst 5 LOG level warning uid prefix "Firewall: *UDP_OUT Blocked* "
    LOG        icmp --  anywhere             anywhere             limit: avg 30/min burst 5 LOG level warning uid prefix "Firewall: *ICMP_OUT Blocked* "
    REJECT     all  --  anywhere             anywhere             reject-with icmp-port-unreachable
    
    Chain SMTPOUTPUT (1 references)
    target     prot opt source               destination         
    ACCEPT     tcp  --  anywhere             anywhere             multiport dports smtp,submissions,submission
    ACCEPT     tcp  --  anywhere             anywhere             multiport dports smtp,submissions,submission owner GID match mail
    ACCEPT     tcp  --  anywhere             anywhere             multiport dports smtp,submissions,submission owner UID match root
    LOGDROPOUT  tcp  --  anywhere             anywhere             multiport dports smtp,submissions,submission

    Dodam, ze na serwerze działa tylko DirectAdmin (z licencja) i serwer Teamspeak3 (z licencja)!

    No i co może też być ważne: póki co nie mogę się z zewnatrz polaczyc z serwerem za pomoca FTP/SSH...


  3. Witam,

    czy ktos moglby mi pomoc rozwiazac problem z serwerem TeamSpeak 3, ktory nie chce sie podniesc po restarcie?
    Ostatnie logi:
     

    2021-09-22 22:00:54.584025|INFO    |ServerLibPriv |   |TeamSpeak 3 Server 3.13.5 (2021-05-17 08:13:36)
    2021-09-22 22:00:54.584180|INFO    |ServerLibPriv |   |SystemInformation: Linux 5.11.0-27-generic #29~20.04.1-Ubuntu SMP Wed Aug 11 15:58:17 UTC 2021 x86_64 Binary: 64bit
    2021-09-22 22:00:54.584226|INFO    |ServerLibPriv |   |Using hardware aes
    2021-09-22 22:00:54.585127|INFO    |DatabaseQuery |   |dbPlugin name:    SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH
    2021-09-22 22:00:54.585181|INFO    |DatabaseQuery |   |dbPlugin version: 3.11.1
    2021-09-22 22:00:54.585446|INFO    |DatabaseQuery |   |checking database integrity (may take a while)
    2021-09-22 22:00:54.618898|INFO    |Accounting    |   |Licensing Information
    2021-09-22 22:00:54.618947|INFO    |Accounting    |   |licensed to       : xxxxxxxxx
    2021-09-22 22:00:54.618958|INFO    |Accounting    |   |type              : Activation License
    2021-09-22 22:00:54.618996|INFO    |Accounting    |   |starting date     : Wed Sep 22 00:00:00 2021
    2021-09-22 22:00:54.619008|INFO    |Accounting    |   |ending date       : Thu Sep 22 00:00:00 2022
    2021-09-22 22:00:54.619018|INFO    |Accounting    |   |max virtualservers: 1
    2021-09-22 22:00:54.619028|INFO    |Accounting    |   |max slots         : 32
    2021-09-22 22:00:55.039888|INFO    |              |   |Puzzle precompute time: 405
    2021-09-22 22:00:55.040262|ERROR   |FileManager   |   |bind failed on 0.0.0.0:30033; reason: Address already in use
    2021-09-22 22:00:55.040329|ERROR   |FileManager   |   |bind failed on [::]:30033; reason: Address already in use
    2021-09-22 22:00:55.040355|ERROR   |FileManager   |   |Could not bind filetransfer listen port on default addresses
    2021-09-22 22:00:55.040374|CRITICAL|VirtualSvrMgr |   |Could not start file manager 258 no network port available

     

    Wyniki z terminala:
     

    teamspeak@80:~$ service ts3server status
    ● ts3server.service - Teamspeak Service
         Loaded: loaded (/lib/systemd/system/ts3server.service; enabled; vendor preset: enabled)
         Active: activating (auto-restart) (Result: exit-code) since Wed 2021-09-22 22:59:20 BST; 4s ago
        Process: 355706 ExecStart=/home/teamspeak/ts3server_minimal_runscript.sh (code=exited, status=1/FAILURE)
       Main PID: 355706 (code=exited, status=1/FAILURE)

     

    Z gory dziekuje za wszelka pomoc!


  4. Witam,

    poszukuję kogoś do pomocy w konfiguracji serwera!
    Mój serwer to Dell PowerEdge T440 z systemem Ubuntu 20.04. Potrzebuję zainstalować na nim DirectAdmin i OGP (https://opengamepanel.org) oczywiście z uwzględnieniem tego, żeby wszystko działało poprawnie.

    Oczekuję pomocy a nie 'usługi' więc chciałbym by odbyło się to na zasadzie streamu z mojej strony np. za pomocą Discord'a, gdzie krok po kroku powiesz mi co mam robić a zarazem będziesz widział efekt każdej wprowadzonej zmiany.

    Czekam na poważne oferty! I najlepiej gdyby odbyło się to dzisiaj lub w weekend.

    Dziękuję i pozdrawiam,
    Kamil

     

    [MODERATORZY]
    Prosiłbym o przeniesienie tematu do odpowiedniego forum jakim moim zdaniem jest "Oferty Pracy / Zlecenia". Dziękuję!


  5. Witam,

    Posiadam serwer PowerEdge T440 z systemem Centos 7. Po usunięciu nginx (chyba wtedy) strony ww jak i serwer TS3 przestały działać poza localhost'em czyli w przeglądarce serwera wszystko działa a na innym kompie już nie.

    Apache działa poprawnie...
     

    [root@deekamil kamildunaj]# systemctl status httpd.service
    ● httpd.service - The Apache HTTP Server
       Loaded: loaded (/etc/systemd/system/httpd.service; enabled; vendor preset: disabled)
       Active: active (running) since pon 2021-09-13 10:33:43 BST; 10min ago
      Process: 15364 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
     Main PID: 15372 (httpd)
       Status: "Total requests: 2; Idle/Busy workers 100/0;Requests/sec: 0.00313; Bytes served/sec:   2 B/sec"
        Tasks: 59
       CGroup: /system.slice/httpd.service
               ├─15372 /usr/sbin/httpd -DFOREGROUND
               ├─15377 /usr/sbin/httpd -DFOREGROUND
               ├─15378 /usr/sbin/httpd -DFOREGROUND
               ├─15379 /usr/sbin/httpd -DFOREGROUND
               ├─15380 /usr/sbin/httpd -DFOREGROUND
               ├─15381 /usr/sbin/httpd -DFOREGROUND
               ├─15483 /usr/sbin/httpd -DFOREGROUND
               └─15512 /usr/sbin/httpd -DFOREGROUND
    
    wrz 13 10:33:43 deekamil.ddns.net systemd[1]: Starting The Apache HTTP Server...
    wrz 13 10:33:43 deekamil.ddns.net systemd[1]: Started The Apache HTTP Server.

    Jakieś sugestie?


  6. 8 godzin temu, nospa napisał:

    Jak jest podłączony dysk? Bezpośrednio, przez RAID etc?

    Tak, aczkolwiek teraz gdy podlaczylem dysk do kompa nie pokazuje go w 'Mój komputer' a kiedy wszedlem w zarzadzanie dyskami ukazalo mi sie takie okienko (zalacznik). Wczesniej tez gdzies zobaczylem, ze dysk nie jest sformatowany. Wiec wychodzi na to, ze dysk jest OK tylko musze go zinicjalizowac jako GPT. Zrobie to i sprawdze czy teraz serwer bedzie go widzial :)

     

    Screenshot 2021-09-08 172743.png

     

    ______ 

    UPDATE:

    Ok, wiec w BIOS'ie widze juz dysk ale w instalatorze CentOS 7 wciaz nie.

     

    Moze to wciaz kwestia sterowników? Dodam, ze aktualna wersja mojego BIOS'u to 2.11.2.

    Które z tych sterowników Waszym zdaniem powinienem zainstalowac?

    https://www.dell.com/support/home/en-uk/product-support/product/poweredge-t440/drivers

     

    Moge tez dolaczyc zdjecia pelnych ustawien dysku z BIOS'u.


  7. Witam, 

    nie wiem czy pisze w dobrym dziale, jeśli nie to proszę o przeniesienie. 
    Mianowicie od wczoraj jestem posiadaczem R88K4 - Dell EMC PowerEdge T440 tower - Xeon Silver 4208 2.1 GHz - 16 GB - SSD 480 GB, jednak mam problem z instalacja systemu CentOS 7 jako, ze instalator nie widzi dysku a jedynie pendrive’a na którym mam wypalony system. Po update’cie sterowników nic się nie zmieniło i sprawdziłem głębiej BIOS’a po czym okazało się, ze nie widzi on mojego dysku. Na kieszeni dysku swieci się dioda wiec raczej powinno być wszystko ok, tym bardziej, ze to w 100% nowy fabryczny sprzęt. Czy ktoś mógłby mi poradzić co mógłbym zrobić? Z góry serdecznie dziękuje za każda sugestie! 

    Pozdrawiam, 
    Kamil


  8. Witam,

     

    czy moglibyscie mi doradzic, ktory procesor z ponizej wymienienionych bedzie najodpowiedniejszym dla mnie?
    Na serwerze chce postawic serwery do CS:GO, serwery TS3 oraz kilka stron internetowych.

    Lista procesorów:
    https://www.cpubenchmark.net/compare/Intel-Xeon-E3-1230-v6-vs-Intel-Xeon-E-2236-vs-Intel-Xeon-Silver-4208/3032vs3607vs3507
     

    ___

    Z góry serdecznie dziekuje za wszelka pomoc!


  9. Witam,

    Chce zakupić serwer typu tower póki co dla własnego użytku. Na serwerze chciałbym postawić serwer pod grę CS:GO, serwer teamspeak3 i kilka stron internetowych i chciałbym wiedzieć czy coś co oglądam mi wystarczy a mianowicie:

    https://www.misco.co.uk/product/Servers/Servers---Tower/Dell/VV201-Dell-EMC-PowerEdge-T340---tower---Xeon-E-2236-3-4-?prodid=7661879&info=2

     

    Jesli nie powyzszy sprzet, to ktory z ponizszego linku bylby najodpowiedniejszy do moich wymagan?

    https://www.misco.co.uk/product_list/Servers/Servers---Tower

     

    ___

    Z góry wielkie dzięki za każdą podpowiedź!

×