The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

tcpdrop (8)
  • >> tcpdrop (8) ( FreeBSD man: Команды системного администрирования )

  • BSD mandoc
     

    NAME

    
    
    tcpdrop
    
     - drop a TCP connection
    
     
    

    SYNOPSIS

    tcpdrop laddr lport faddr fport  

    DESCRIPTION

    The tcpdrop command drops the TCP connection specified by the local address laddr port lport and the foreign address faddr port fport Addresses and ports can be specified by name or numeric value.  

    EXIT STATUS

    Ex -std  

    EXAMPLES

    If a connection to httpd(8)PqPaports/www/apache2 is causing congestion on a network link, one can drop the TCP session in charge:
    # sockstat -c | grep httpd
    www      httpd      16525 3  tcp4 \
            192.168.5.41:80      192.168.5.1:26747
    

    The following command will drop the connection:

    # tcpdrop 192.168.5.41 80 192.168.5.1 26747
    
     

    SEE ALSO

    netstat(1), sockstat(1)  

    AUTHORS

    An Markus Friedl Aq markus@openbsd.org


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    EXIT STATUS
    EXAMPLES
    SEE ALSO
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру