Are you using 10.04?I think DSL tab method will not work for wireless pppoe
what does say?If your wireless device is wlan0 try this
In a terminal type
Code:
sudo pppoeconf wlan0
and follow instructions
Now backup /etc/network/interfaces using
Code:
sudo cp /etc/network/interfaces /etc/network/interfaces.bak
Now edit the same file using
Code:
gksudo gedit /etc/network/interfaces
so that it contains only these two lines
Code:
auto lo
iface lo inet loopback
Restart machine
Run
Code:
sudo pon dsl-provider
and wait for sometime
Does it work?
Bookmarks