Changes

Jump to: navigation, search

Connecting an Ubuntu Linux System to a DSL Modem

684 bytes added, 19:05, 28 June 2007
Configuring Ubuntu Linux to Connect to a DSL modem
[[Image:ubuntu_linux_ppoeconf.jpg]]
 
Press ''Enter'' top begin the process. pppoeconf will scan your network devices until it finds a modem and then prompt you to enter the inmformation provided to you by your DSL provider. Enter this information and exit pppoeconf.
 
== Establishing a DSL Connection ==
 
Once configured the DSL connection is established using the ''pon'' utility. To connect execuet the following command from a terminal window:
 
<pre>
sudo pon dsl-provider
</pre>
 
You are now connected to the DSL connection.
 
== Disconnecting from a DSL Connection ==
 
The ''poff'' untility is used to close the connection to a DSL provide. To break the connection run the following command:
 
<pre>
sudo poff
</pre>

Navigation menu