Configuring A Dial-Up Connection in Ubuntu
Configuring A Dial-Up Connection in Ubuntu
an Internet service provider’s (ISP) node to establish a modem-to-modem link, which is then routed to the Internet.
Most ISPs provide dial-up connections supporting PPP because it is a fast and efficient protocol for using TCP/IP over serial lines. PPP is
designed for two-way networking; TCP/IP provides the transport protocol for data.
PPP (Point to Point Protocol) uses several components on your system. The first is a daemon called pppd, which controls the use of PPP.
The second is a driver called the high-level data link control (HDLC), which controls the flow of information between two machines. A third
component of PPP is a routine called chat that dials the other end of the connection for you when you want it to.
Ubuntu includes some useful utilities to get your dial-up connection up and running.Here is the following ways you can connect to
your dialup connection
2)using gnome-ppp
first thing you need to make sure your modem drivers are installed or not.If you want more details about modem drivers in ubuntu and
installation check here
Before Starting
Before configuring Dial-up connection you need to have the following information from your ISP
1)Username
2)Password
3)Dail-in number
Configuring a Dial-Up Connection using Networking option
Once it open the application you should see the following screen
In the above screen select modem connection option and click on properties you should see the following screen
The first thing you will need to do is to enable the connection by ticking the Enable this connection box,now you need enter your ISP’s phone
dialling nowadays, so make sure this is selected . I have selected the speaker volume on medium.
Now you need to click on options tab If you are using a laptop, then you will probably want to uncheck Set modem as default route to the
Internet whilst you are on a LAN, otherwise you may struggle to see anything! Tick it when you are expecting to use your dial-up connection
though, and Ubuntu will use this connection to get out onto the Internet.You need to select other two options checked.
Now You can use the Gnome Modem Monitor and Network Monitor panel if you want to stop, start and monitor modem connections.
configure a connection using pppconfig, a command line utility to help you to configure specific dial-up connection settings.This is a
sudo pppconfig
Now you should see the following screen here you need to select “Create Create a connection” select ok and press enter
Here you need to enter provider name and you can leave default one and in this example i am giving “comcast” select ok and press enter
Next screen you need to select “Dynamic Use dynamic DNS” select ok and press enter
You need to select Authentication method here i am selecting “chat :Use chat for login/password :Authentication” select ok and press enter
Select login prompt option leave default select ok and press enter
Select password prompt option leave default select ok and press enter
Enter the username given to you by your ISP in this example i am using “ruchiw” select ok and press enter
Enter the password given to you by your ISP in this example i am using “myfirstpassword” select ok and press enter
Here is the complete details you have choosen for your provider connection in this example comcast
Finished the connection settings select ok and press enter
exit
Before you connect for the first time you need to add yourself to both the dip and dialout groups by using the commands
pon comcast
# disconnect the ISP configured as “comcast”
poff comcast
If you are trying to connect as default “provider” you need to use the following commands to connect and disconnect
pon
poff
You can check the last messages generated by these commands with
plog
GNOME PPP is an easy to use graphical dialup connection configuring and dialing tool with system tray icon support.It uses GNOME/GTK+
for its graphical interface and integrates well in GNOME desktop environment, but it can be used in other environments.
It also uses WvDial dialer as its backend, providing simple configuration via config files. You can also use plain wvdial if you don’t have X
running.
In the above screen you need to click on setup to configure your settings you should see the following screen configre the modem settings
Next click on networking tab to configure network settings
Next click on options tab to configure general options
Once you have all the details enter the details you can see the following screen