pppd is the Point-to-Point Protocol daemon which is used to manage network connections between two nodes on Unix-like operating systems. It is configured using command-line arguments and configuration files.

PropertyValue
p:abstract
  • PPPD (Point-to-Point Protocol Daemon) Nei sistemi GNU/Linux il comando pppd permette di realizzare una connessione punto-punto mediante il protocollo PPP usando modem analogici o ADSL. Il file relativo a tale comando è di utilità per i vari utenti ma non è essenziale per l'avvio del sistema e pertanto si trova nella directory /usr/sbin (secondo lo standard FHS) ed il cui proprietario è l'utente root. La sintassi del comando è: pppd [ttyname] [speed] [opzioni] dove * ttyname, indica il dispositivo per la connessione * speed, indica in baud la velocità di connessione Alcune opzioni principali: * call nome_file, che permette di usare il file /etc/ppp/peers/nome_file come file di configurazione per la nostra connessione * connect nome_script, che permette di usare uno script prima di avviare il protocollo PPP * defaultroute, che permette di aggiungere una route di default alla nostra tabella di routing trattando l'host a cui ci si è connessi come gateway * persist, che indica al demone di non terminare dopo che la connessione è terminata Le opzioni comuni sono contenute nel file /etc/ppp/options, file che viene letto prima delle opzioni date da linea di comando. In fase di instaurazione della connessione viene eseguito lo script /etc/ppp/ip-up che esegue tutti gli script contenuti nella directory /etc/ppp/ip-up.d In fase di chiusura della connessione viene eseguito lo script /etc/ppp/ip-down che esegue tutti gli script contenuti nella directory /etc/ppp/ip-down.d L'autenticazione è resa possibile grazie ai protocolli PAP e CHAP usando rispettivamente i file /etc/ppp/pap-secrets e /etc/ppp/chap-secret. Per ulteriori dettagli visualizzare la man page di pppd tramite il comando man pppd." (it)
  • pppd es el nombre que se le da a varios programas diferentes y de autores varios, pero que tienen en común el hecho de funcionar como agente intermediario o daemon del protocolo de comunicación PPP, en distintas versiones del sistema operativo UNIX. El daemon pppd se encarga sobre todo de la traducción de los paquetes de información provistos por el stack de protocolos IP en paquetes aceptables por el estándar PPP, pero también suele dar soporte al control de la sesión PPP (marcaje, identificación de usuario y terminación). Categoría:Software para Linux Categoría:Software para Unix" (es)
  • pppd is the Point-to-Point Protocol daemon which is used to manage network connections between two nodes on Unix-like operating systems. It is configured using command-line arguments and configuration files. While it has initially been used to manage only dial-up access, it is also used to manage broadband connections such as DSL, if Point-to-Point Protocol over Ethernet (PPPoE) or Point-to-Point Protocol over ATM (PPPoATM) is used. The role of pppd is managing PPP session establishment and session termination. During session establishment, pppd has the role of: * Looped link detection: PPP detects looped links using magic numbers. When he sends PPP LCP messages, these messages include a magic number. If a line is looped, the node receives an LCP message with its own magic number, instead of getting a message with the peer's magic number. *Automatic self configuration: Using Link Control Protocol it has to negotiate protocol features like Address-and-Control-Field-Compression (ACFC), escaped characters, and the compression, encryption (like MPPE) and authentication methods to use. *Access control and authentication: Using protocols like Challenge-handshake authentication protocol (CHAP) or Password authentication protocol (PAP) it has to provide and check authentication data. *Layer 3 configuration: If using Internet Protocol Control Protocol (IPCP), it to negotiate IP parameters such as the IP addresses, the maximum transmission unit and name server addresses may be passed to the peer. Some versions may also support Internetwork Packet Exchange Control Protocol (IPXCP) and AppleTalk Control Protocol (ATCP) for routing IPX or Appletalk over the link. *After negotiation is complete, it has to set-up the required network interfaces and routes, so that the connection is run by the kernel. pppd terminates a PPP link when: * too many frames with invalid Frame Check Sequence (FCS) field have been received * the link is considered "idle" (if configured) * another program or the peer requests link termination. Some newer versions of pppd are also capable of handling Dial-on-demand routing, where pppd sets up a virtual network, captures the packages it receives and establishes a PPP connection and forwards the captured and not-yet transmitted packages over the link." (en)
  • pppd – w systemach Unix i Linux nazwa daemon obsługującego protokół PPP. Zwykle pppd używany był przy połączeniach dodzwanianych do Internetu. W systemach Linux znajduje się w pakiecie ppp." (pl)
  • pppd — демон протокола PPP (Point-to-Point Protocol), который используется для управления сетевыми подключениями между двумя узлами в UNIX-подобных операционных системах. Основная задача pppd — это установление PPP сессии и её закрытие. Во время установления сессии pppd выполняет следующие задачи: * поиск соединений-петель с помощью сигнатур. pppd посылает клиенту LCP-пакет (Link Control Protocol) содержащий свою сигнатуру, клиент должен ответить таким же пакетом, но со своей сигнатурой. Если этого не происходит, то соединение признается петлёй и обрывается; * автоматическое конфигурирование. Используя протокол LCP, pppd сам определяет методы аутентификации шифрования и компрессии пригодные для клиента; * управление доступом и аутентификация. Для аутентификации pppd может использовать такие протоколы как PAP, CHAP и EAP; * конфигурация третьего уровня. Используя протокол IPCP (Internet Protocol Control Protocol), pppd «договаривается» с клиентом о ip-параметрах, таких как: ip-адрес, максимальная длина пакета, адрес сервера имён; * после того как все «переговоры» с клиентом завершены, устанавливает все необходимые сетевые интерфейсы и пути и передает управление ядру системы. pppd обрывает соединение если: * было получено слишком много фреймов с неправильной контрольной суммой; * соединение признается неиспользуемым; * другая программа или клиент просит закончить соединение. Категория:Утилиты UNIX" (ru)
p:author
  • Paul Mackerras, based on earlier work by Drew Perkins, Brad Clements, Karl Fox, Greg Christy, and Brad Parker (en)
rdfs:comment
  • PPPD (Point-to-Point Protocol Daemon) (it)
  • pppd es el nombre que se le da a varios programas diferentes y de autores varios, pero que tienen en común el hecho de funcionar como agente intermediario o daemon del protocolo de comunicación PPP, en distintas versiones del sistema operativo UNIX." (es)
  • pppd is the Point-to-Point Protocol daemon which is used to manage network connections between two nodes on Unix-like operating systems. It is configured using command-line arguments and configuration files. (en)
  • pppd – w systemach Unix i Linux nazwa daemon obsługującego protokół PPP. Zwykle pppd używany był przy połączeniach dodzwanianych do Internetu. W systemach Linux znajduje się w pakiecie ppp." (pl)
  • pppd — демон протокола PPP (Point-to-Point Protocol), который используется для управления сетевыми подключениями между двумя узлами в UNIX-подобных операционных системах. Основная задача pppd — это установление PPP сессии и её закрытие." (ru)
p:genre
p:hasPhotoCollection
foaf:homepage
rdfs:label
  • Pppd (pl)
  • Pppd (it)
  • Pppd (en)
  • Pppd (ru)
  • Pppd (es)
p:latestReleaseDate
  • 2004-11-14 (xsd:date)
p:latestReleaseVersion
  • 2.4.3 (en)
p:license
  • BSD-like licenses. Not all of them apply to all parts of pppd (en)
p:name
  • pppd (en)
p:operatingSystem
foaf:page
p:reference
is owl:sameAs of
skos:subject
p:website
p:wikiPageUsesTemplate
p:wikipage-es
p:wikipage-it
p:wikipage-pl
p:wikipage-ru
p:wordnet_type