pppd – Italian Translation – Keybot Dictionary

Spacer TTN Translation Network TTN TTN Login Deutsch Français Spacer Help
Source Languages Target Languages
Keybot      28 Results   4 Domains
  23 Hits www.atc-pharma.be  
PPP support (including usermode pppd package >=2.4.0)
il tuo controller HUB USB come MODULO
  www.hotel-santalucia.it  
Own entrance, living + bedroom with good beds, 4 luxurious armchairs. Air conditioning, fully equipped kitchen, large bathroom. Light aluminium gardenset + parasol. TV, Radio, free WIFI. Sea view. breakfast can be booked for €7,50 pppd
La Luna è un appartamento per 4 persone al piano terra. Ingresso indipendente, soggiorno + camera da letto con letti buoni, 4 poltrone di lusso. Aria condizionata, cucina completamente attrezzata, ampio bagno. Leggera di alluminio gardenset + ombrellone. TV, Radio, Wi-Fi gratuito. Vista sul mare.
  2 Hits www.gentoo.org  
(Replace 'vla9h924' with your username and 'boogie' with your password) # nano /etc/conf.d/net Tell openrc to use adsl over eth1 for ppp0: config_ppp0="ppp" link_ppp0="eth1" plugins_ppp0="pppoe" pppd_ppp0=" defaultroute usepeerdns There may be other settings you want, see /usr/share/doc/openrc-*/net.example.bz2 " username_ppp0="vla9h924" password_ppp0="boogie" # ln -s net.lo /etc/init.d/net.ppp0 # rc-update add net.ppp0 default # /etc/init.d/net.ppp0 start
IP dinamico: # emerge dhcpcd # nano /etc/conf.d/net Inserire una riga come questa: config_eth1=( "dhcp" ) IP Statico: # nano /etc/conf.d/net Inserire delle righe come queste: config_eth1=( "66.92.78.102 broadcast 66.92.78.255 netmask 255.255.255.0" ) routes_eth1=( "default gw 66.92.78.1" ) # nano /etc/resolv.conf Aggiungere una riga per il server DNS: nameserver 123.123.123.123 Configurazione sia per l'IP dinamico che statico: # ln -s net.lo /etc/init.d/net.eth1 # rc-update add net.eth1 default # /etc/init.d/net.eth1 start