pppd – Italian Translation – Keybot Dictionary
TTN Translation Network
TTN
TTN
Login
Deutsch
Français
Source Languages
Target Languages
Select
Select
Keybot
28
Results
4
Domains
23 Hits
www.atc-pharma.be
Show text
Show cached source
Open source URL
PPP support (including usermode
pppd
package >=2.4.0)
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
eciadsl.flashtux.org
as primary domain
il tuo controller HUB USB come MODULO
www.hotel-santalucia.it
Show text
Show cached source
Open source URL
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
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
bedandbreakfast.eu
as primary domain
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
Show text
Show cached source
Open source URL
(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
Compare text pages
Compare HTM pages
Open source URL
Open target URL
Define
gentoo.org
as primary domain
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