To set up a Dial-Up connection:
If you have a working internet connection, install gnome-ppp from the synaptic package manager.
once installed go to:
Menu → Internet → GNOME PPP
or
open a terminal and type:
gnome-ppp
And enter your dial-up details.
If you don’t have the correct permissions to use gnome-ppp… open a terminal and enter:
sudo adduser YOURUSERNAME dip
sudo adduser YOURUSERNAME dialout
[make sure you replace YOURUSERNAME with your Linux login name]
==========================+++++=========================
If you NEED to set up dial-up, and you don’t have a working internet connection so can’t install gnome-ppp, follow these instructions:
- Open a terminal and type:
sudo pppconfig
Select ‘Create a connection’… fill in all the information and save… (remember what you put in the provider field, you will need this info later)
- In a terminal type:
sudo adduser YOURUSERNAME dip
sudo adduser YOURUSERNAME dialout
sudo touch /etc/resolv.conf
sudo touch /etc/ppp/options
[make sure you replace YOURUSERNAME with your Linux login name]
-
Reboot.
-
In a terminal type
pon YOURPROVIDERNAME
Replace YOURPROVIDERNAME with the provider name you entered in pppconfig… This should start the modem dialing.
- Whilst connected to the net, open a terminal and type:
sudo apt-get update
sudo apt-get install gnome-ppp
- To end the internet session, In a terminal type:
poff
from now on use - Menu → Internet → GNOME PPP to connect