abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 16:00 | Nová verze

    Byla vydána nová verze 2025.4 linuxové distribuce navržené pro digitální forenzní analýzu a penetrační testování Kali Linux (Wikipedie). Přehled novinek se seznamem nových nástrojů v oficiálním oznámení na blogu.

    Ladislav Hagara | Komentářů: 0
    dnes 12:44 | IT novinky

    Národní úřad pro kybernetickou a informační bezpečnost (NÚKIB) zveřejnil Národní politiku koordinovaného zveřejňování zranitelností (pdf), jejímž cílem je nejen zvyšování bezpečnosti produktů informačních a komunikačních technologií (ICT), ale také ochrana objevitelů zranitelností před negativními právními dopady. Součástí je rovněž vytvoření „koordinátora pro účely CVD“, jímž je podle nového zákona o kybernetické … více »

    Ladislav Hagara | Komentářů: 3
    dnes 04:33 | Nová verze

    Vývojáři KDE oznámili vydání balíku aplikací KDE Gear 25.12. Přehled novinek i s náhledy a videi v oficiálním oznámení.

    Ladislav Hagara | Komentářů: 0
    dnes 03:55 | Nová verze

    Společnost System76 vydala Pop!_OS 24.04 LTS s desktopovým prostředím COSMIC. Videoukázky na YouTube.

    Ladislav Hagara | Komentářů: 0
    dnes 03:11 | Nová verze

    Byla vydána verze 1.92.0 programovacího jazyka Rust (Wikipedie). Podrobnosti v poznámkách k vydání. Vyzkoušet Rust lze například na stránce Rust by Example.

    Ladislav Hagara | Komentářů: 0
    dnes 01:33 | Komunita

    Free Software Foundation zveřejnila ocenění Free Software Awards za rok 2024. Oceněni byli Andy Wingo, jeden ze správců GNU Guile, Alx Sa za příspěvky do Gimpu a Govdirectory jako společensky prospěšný projekt.

    |🇵🇸 | Komentářů: 3
    včera 18:55 | Nová verze

    Bylo vydáno Eclipse IDE 2025-12 aneb Eclipse 4.38. Představení novinek tohoto integrovaného vývojového prostředí také na YouTube.

    Ladislav Hagara | Komentářů: 0
    včera 17:44 | Nová verze

    U příležitosti oslav osmi let prací na debianím balíčku vyšlo GPXSee 15.6. Nová verze přináší především podporu pro geotagované MP4 soubory, včetně GoPro videí. Kdo nechce čekat, až nová verze dorazí do jeho distribuce, nalezne zdrojové kódy na GitHubu.

    Martin Tůma | Komentářů: 14
    včera 09:22 | Nová verze

    Monado, tj. multiplatformní open source implementace standardu OpenXR specifikujícího přístup k platformám a zařízením pro XR, tj. platformám a zařízením pro virtuální realitu (VR) a rozšířenou realitu (AR), bylo vydáno ve verzi 25.1.0. Přehled novinek v poznámkách k vydání.

    Ladislav Hagara | Komentářů: 0
    včera 02:44 | Nová verze

    Byla vydána listopadová aktualizace aneb nová verze 1.107 editoru zdrojových kódů Visual Studio Code (Wikipedie). Přehled novinek i s náhledy a videi v poznámkách k vydání. Ve verzi 1.107 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.

    Ladislav Hagara | Komentářů: 0
    Jaké řešení používáte k vývoji / práci?
     (34%)
     (47%)
     (19%)
     (17%)
     (22%)
     (15%)
     (24%)
     (15%)
     (17%)
    Celkem 458 hlasů
     Komentářů: 19, poslední včera 20:04
    Rozcestník

    Dotaz: zaznamy v /etc/sysctl.conf

    25.12.2019 21:22 kyci
    zaznamy v /etc/sysctl.conf
    Přečteno: 426×
    Příloha:
    Prosim Vas vedel by niekto poradit ci su tieto zaznamy v poriadku?mam pripojenie na net cez kabel na router udava rychlost 1000 mb stahovanie -1,4mb/s ale stranky otvara 100kb

    Odpovědi

    25.12.2019 21:42 kyci
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    ten zaznam :# IPv6 Privacy Extensions (RFC 4941) # --- # IPv6 typically uses a device's MAC address when choosing an IPv6 address # to use in autoconfiguration. Privacy extensions allow using a randomly # generated IPv6 address, which increases privacy. # # Acceptable values: # 0 - don’t use privacy extensions. # 1 - generate privacy addresses # 2 - prefer privacy addresses and use them over the normal addresses. net.ipv6.conf.all.use_tempaddr = 2 net.ipv6.conf.default.use_tempaddr = 2
    25.12.2019 21:46 kyci
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    zaznam v sysctl.conf:

    # # Configuration file for setting network variables. Please note these settings # override /etc/sysctl.conf. If you prefer to use /etc/sysctl.conf, please # adjust IPT_SYSCTL in /etc/default/ufw. #

    # Uncomment this to allow this host to route packets between interfaces #net/ipv4/ip_forward=1 #net/ipv6/conf/default/forwarding=1 #net/ipv6/conf/all/forwarding=1

    # Turn on Source Address Verification in all interfaces to prevent some # spoofing attacks net/ipv4/conf/default/rp_filter=1 net/ipv4/conf/all/rp_filter=1

    # Do not accept IP source route packets (we are not a router) net/ipv4/conf/default/accept_source_route=0 net/ipv4/conf/all/accept_source_route=0 net/ipv6/conf/default/accept_source_route=0 net/ipv6/conf/all/accept_source_route=0

    # Disable ICMP redirects. ICMP redirects are rarely used but can be used in # MITM (man-in-the-middle) attacks. Disabling ICMP may disrupt legitimate # traffic to those sites. net/ipv4/conf/default/accept_redirects=0 net/ipv4/conf/all/accept_redirects=0 net/ipv6/conf/default/accept_redirects=0 net/ipv6/conf/all/accept_redirects=0

    # Ignore bogus ICMP errors net/ipv4/icmp_echo_ignore_broadcasts=1 net/ipv4/icmp_ignore_bogus_error_responses=1 net/ipv4/icmp_echo_ignore_all=0

    # Don't log Martian Packets (impossible packets) net/ipv4/conf/default/log_martians=0 net/ipv4/conf/all/log_martians=0

    # Change to '1' to enable TCP/IP SYN cookies This disables TCP Window Scaling # (http://lkml.org/lkml/2008/2/5/167) net/ipv4/tcp_syncookies=0

    #net/ipv4/tcp_fin_timeout=30 #net/ipv4/tcp_keepalive_intvl=1800

    # normally allowing tcp_sack is ok, but if going through OpenBSD 3.8 RELEASE or # earlier pf firewall, should set this to 0 net/ipv4/tcp_sack=1

    # Uncomment this to turn off ipv6 autoconfiguration #net/ipv6/conf/default/autoconf=0 #net/ipv6/conf/all/autoconf=0

    # Uncomment this to enable ipv6 privacy addressing #net/ipv6/conf/default/use_tempaddr=2 #net/ipv6/conf/all/use_tempaddr=2
    vencour avatar 25.12.2019 22:34 vencour | skóre: 56 | blog: Tady je Vencourovo | Praha+západní Čechy
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    Zdravím,
    oněch 1000 Mbps je zřejmě "fyzická rychlost" k prvnímu stroji (mezi počítačem a routerem).
    IP adresy v obrázku jsou uvedeny jen IPv4, pokud má vše ze sysctl.conf skutečně hash (ten křížek), tak to není aktivní.
    Pokud jde "blbě" internet, zkuste a) ping -c 200 -s 1200 8.8.8.8 (čili poslat 200x ping o velikosti 1200 bajtů na google), pokud to bude bez chyb, prověřte si tu stránku, kam jdete, co na ní vše je plus zkuste taky pingat na něco z ní.
    Případně zkuste nějaký test rychlosti (rychlost.cz, https://www.lupa.cz/nastroje/speedmeter/, http://speedtest.cesnet.cz/).
    Ty nejhlubší objevy nečekají nutně za příští hvězdou. Jsou uvnitř nás utkány do vláken, která nás spojují, nás všechny.
    26.12.2019 12:21 kyci
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    no vyhodilo mi toto ,len sa v tom nevyznam

    PING 8.8.8.8 (8.8.8.8) 1200(1228) bytes of data.
    76 bytes from 8.8.8.8: icmp_seq=1 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=2 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=3 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=4 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=5 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=6 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=7 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=8 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=9 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=10 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=11 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=12 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=13 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=14 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=15 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=16 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=17 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=18 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=19 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=20 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=21 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=22 ttl=54 (truncated)
    26.12.2019 12:23 kyci
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
     $ ping -c 200 -s 1200 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) 1200(1228) bytes of data.
    76 bytes from 8.8.8.8: icmp_seq=1 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=2 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=3 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=4 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=5 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=6 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=7 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=8 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=9 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=10 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=11 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=12 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=13 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=14 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=15 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=16 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=17 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=18 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=19 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=20 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=21 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=22 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=23 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=24 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=25 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=26 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=27 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=28 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=29 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=30 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=31 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=32 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=33 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=34 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=35 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=36 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=37 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=38 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=39 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=40 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=41 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=42 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=43 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=44 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=45 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=46 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=47 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=48 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=49 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=50 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=51 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=52 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=53 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=54 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=55 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=56 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=57 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=58 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=59 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=60 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=61 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=62 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=63 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=64 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=65 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=66 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=67 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=68 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=69 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=70 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=71 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=72 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=73 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=74 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=75 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=76 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=77 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=78 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=79 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=80 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=81 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=82 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=83 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=84 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=85 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=86 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=87 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=88 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=89 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=90 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=91 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=92 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=93 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=94 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=95 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=96 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=97 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=98 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=99 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=100 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=101 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=102 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=103 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=104 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=105 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=106 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=107 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=108 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=109 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=110 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=111 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=112 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=113 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=114 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=115 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=116 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=117 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=118 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=119 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=120 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=121 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=122 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=123 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=124 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=125 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=126 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=127 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=128 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=129 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=130 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=131 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=132 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=133 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=134 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=135 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=136 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=137 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=138 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=139 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=140 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=141 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=142 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=143 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=144 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=145 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=146 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=147 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=148 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=149 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=150 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=151 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=152 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=153 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=154 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=155 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=156 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=157 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=158 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=159 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=160 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=161 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=162 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=163 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=164 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=165 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=166 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=167 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=168 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=169 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=170 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=171 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=172 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=173 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=174 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=175 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=176 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=177 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=178 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=179 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=180 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=181 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=182 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=183 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=184 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=185 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=186 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=187 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=188 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=189 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=190 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=191 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=192 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=193 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=194 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=195 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=196 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=197 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=198 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=199 ttl=54 (truncated)
    76 bytes from 8.8.8.8: icmp_seq=200 ttl=54 (truncated)
    

    --- 8.8.8.8 ping statistics --- 200 packets transmitted, 200 received, 0% packet loss, time 199261ms rtt min/avg/max/mdev = 31.883/49.736/105.997/7.587 ms
    k3dAR avatar 26.12.2019 15:09 k3dAR | skóre: 63
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    btw: nevsiml sis ze po vlozeni a tuknuti na nahled je z toho necitelnej bordel? ;-) pro zachovani formatovani oznac vkladanej text a tukni na <pre> ...
    porad nemam telo, ale uz mam hlavu... nobody
    vencour avatar 26.12.2019 19:43 vencour | skóre: 56 | blog: Tady je Vencourovo | Praha+západní Čechy
    Rozbalit Rozbalit vše Re: zaznamy v /etc/sysctl.conf
    Pro vás je podstatné tohle
    --- 8.8.8.8 ping statistics --- 200 packets transmitted, 200 received, 0% packet loss, time 199261ms rtt min/avg/max/mdev = 31.883/49.736/105.997/7.587 ms
    čili nic se neztratilo. Pokud něco konkrétního zlobí, pokračujte dál v testování toho, co zlobí.
    Ty nejhlubší objevy nečekají nutně za příští hvězdou. Jsou uvnitř nás utkány do vláken, která nás spojují, nás všechny.

    Založit nové vláknoNahoru

    Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.