BSNL DataOne provides software for connecting to Linux. BSNLのDataoneのリナックスに接続してソフトウェアを提供します。 However I found that you can setup much easier and without using their custom software.しかし私が見つかりましたはるかに容易にすることができます。セットアップとカスタムソフトウェアを使用しています。

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.最初にしなければなりませんから知っているのBSNLのDSLモデムに接続することが直接のセットアップが自動的に、提供するファイアウォール、 DHCPとNATのを許可するにも複数のコンピュータをインターネットに接続しています。 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.これを効果的にすることができます。は、いくつかのコンピュータに接続してハブ/スイッチにして、 DSLモデムと入力し、すべてのコンピュータに接続することができる、インターネットに接続するにはDSLモデムを設定してDHCPサーバーとしての設定を変更します。 However in my experience, as the connection is often unreliable, it is better to use software on your computer to establish the link.しかし私の経験で、信頼性に欠けるとの接続は、しばしば、それが良いソフトウェアをお使いのコンピュータを使用するのリンクを確立する。 It allows more control over the connection andこれにより、接続を細かく制御するには faster reconnects after disconnection高速再接続した後切断 with little changes to configuration.ほとんどの変更を構成します。 The solution is simple.解決策は単純です。

Run adsl-setup .実行adsl -セットアップを実行します。 Most likely it is already installed on your system.最も高いことがお使いのシステムに既にインストールされています。 Otherwise you can also install it on yum enabled distributions like Fedora Core simply by:他のYumしてインストールすることも有効になってディストリビューションFedora Coreのように単純に:
yum install rp-pppoe フィリピンのYum - 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.ご質問のようなことを要求してログイン名とパスワードを入力(提供者のBSNL ) 、お客様のイーサネットインターフェイス(選択してデフォルトの提供-e th0の;作品のほとんどの場合)等を設定することが望ましいの後に再起動する(または再起動してネットワーク-サービスネットワークを再起動)とお客様のDSL接続し、稼働します。

You can also manually bring up DSL connection by:することもできます。 DSL接続を手動で立ち上げられた:
ifup ppp0 当てはまらない場合は、 ifup ppp0

You can bring it down by:ダウンさせることすることができます:
ifdown ppp0 ifdownのppp0

Note: Unless you have multiple DSL connections, ppp0 is a safe bet.注:複数のDSL接続を持っていない限り、 ppp0は、安全な賭けです。