1

I have a bridged ADSL modem (BSNL for all those from India). I need to connect to it via my Ubuntu 12.04, but I am not able to figure out how to form that connection. I am able to connect to that router via wifi but after that I am not able to connect to the internet. How do I go about it.

Please try and provide a simple solution as I am fairly new to the Linux environment.

david6
  • 14,528
  • 5
  • 38
  • 46

1 Answers1

1

Did you run /usr/sbin/pppoeconf? It has a nice user-interface and can help setup the networking. All you need is the username and password.

pdp
  • 307