BSNL DataOne provides software for connecting to Linux. BSNL DataOne fornisce software per il collegamento a Linux. However I found that you can setup much easier and without using their custom software. Tuttavia ho trovato che può essere molto più facile installazione e senza usare il loro software personalizzato.

First you must know that the DSL modem from BSNL can be directly setup to connect automatically, provide firewall, DHCP and even NAT to allow multiple computers to connect to the internet. In primo luogo dovete sapere che il modem DSL da BSNL può essere direttamente setup per la connessione automatica, fornire firewall, DHCP e NAT, anche per consentire più computer di connettersi a Internet. So effectively you can have several computers connected to a hub / switch to which the DSL modem connects and then all these computers will be able to connect to the internet by setting the DSL modem as DHCP server in their settings. In modo efficace è possibile avere più computer collegati a un hub / switch a cui il modem DSL collega e poi tutti questi computer sarà in grado di connettersi a internet impostando il modem DSL come server DHCP nella loro impostazioni. However in my experience, as the connection is often unreliable, it is better to use software on your computer to establish the link. Tuttavia nella mia esperienza, come la connessione è spesso poco affidabili, è meglio usare il software sul computer per stabilire il collegamento. It allows more control over the connection and Esso consente un maggiore controllo sulla connessione e la faster reconnects after disconnection ricollega più veloce dopo disconnessione with little changes to configuration. con poche modifiche alla configurazione. The solution is simple. La soluzione è semplice.

Run adsl-setup . Esegui adsl-setup. Most likely it is already installed on your system. Più probabile è già installato sul vostro sistema. Otherwise you can also install it on yum enabled distributions like Fedora Core simply by: Altrimenti si può installare anche su yum consentito distribuzioni come Fedora Core, semplicemente:
yum install rp-pppoe Yum installare RP-PPPoE
It asks questions like your login name and password (provided by BSNL), your ethernet interface (choose the default provided - eth0; works for most cases) etc. After the setup you should preferably reboot (or restart the network - service network restart ) and you will find your DSL connection up and running. Si pone domande come il vostro nome di login e password (forniti da BSNL), l'interfaccia ethernet (scegliere l'impostazione predefinita - eth0; opere per la maggior parte dei casi) ecc Dopo l'installazione è necessario riavviare il sistema di preferenza (o riavviare la rete - riavviare il servizio di rete) e troverete la vostra connessione DSL installato e funzionante.

You can also manually bring up DSL connection by: È anche possibile richiamare manualmente la connessione DSL da:
ifup ppp0 ifup ppp0

You can bring it down by: È possibile portarla giù da:
ifdown ppp0 ifdown ppp0

Note: Unless you have multiple DSL connections, ppp0 is a safe bet. Nota: Se non si dispone di più connessioni DSL, ppp0 è la scelta migliore.