When Ubuntu 9.10 releases, pppoe connection via NetworkManager is impossible because some bug in it so to fix this we will install network manager from daily network manager trunk ppa.
Install network manager from Daily trunk PPA
First you need to edit the /etc/apt/sources.list file
-----------------------------------------------------------------
gksudo gedit /etc/apt/sources.list
-----------------------------------------------------------------
Addd the following two lines
------------------------------------------------------------------------------
deb http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main
deb-src http://ppa.launchpad.net/network-manager/trunk/ubuntu karmic main
-------------------------------------------------------------------------------
Save and exit the file
Update the source list
-----------------------------------------------
sudo apt-get update
-----------------------------------------------
Install network manager
--------------------------------------------------
sudo apt-get install network-manager
---------------------------------------------------
Configure pppoe
Disable your previous “pppoe on boot” setting which is configured by pppoeconf.
Edit /etc/ppp/pppoe_on_boot file
-----------------------------------------------
gksudo gedit /etc/ppp/pppoe_on_boot
-------------------------------------------------
change
-------------------------------------------------
exec pppd call dsl-provider
--------------------------------------------------
to
--------------------------------------------------
#exec pppd call dsl-provider
------------------------------------------------
Now you need to rename /etc/network/interfaces to backup file. NetworkManager will only handle connections which haven’t declared in interfaces.
$cp /etc/network/interfaces /etc/network/interfaces.back
Also edit /usr/share/polkit-1/actions/org.freedesktop.network-manager-settings.system.policy , find out the line contains “System policy prevents modification of system settings”, and below it there is a “auth_admin_keep“, change it to “yes“. This will enable you to edit a system wide connection. If you consider this will do harm to your security, then revert the change once you have set up your connection correctly.
Finally reboot your system
How to setup NetworkManager work with pppoe connection on Ubuntu 9.10 (Karmic)
Related Posts:
Best Audio Tools for Ubuntu LinuxPlay and Manage Music in Linux Rhythmbox is a music software originally inspired by Apple's iTunes. It is based on the powerful GStreamer media framew… Read More
Enable Process Accounting in Ubuntu: Acct will log user processIf you Enable process accounting in your system, it will help you to keep track of your user processes. It is very useful for System administrators fo… Read More
Convert PDF to TXT in Ubuntu LinuxUse pdftotext utility can be used to convert Portable Document Format (PDF) files to plain text. $ sudo apt-get install poppler-utils usage: $ pdf… Read More
Install LTSP in Ubuntu 11.04 Natty Narwhal Linux Terminal Server Project (LTSP) is a free and open source software for Linux that allows many people to simultaneously use the same computer… Read More
Howto get iOS 4 (iPhone OS) to sync with rhythmbox in ubuntu 10.04 (Lucid)Well with the release of iOS 4, many Ubuntu users are complaining of incompatibility with between rhythmbox and the new update. Here is a simple way t… Read More
0 comments:
Post a Comment