Ubuntu internet connection

hitech0101

Posts: 450   +36
I configured my ubuntu internet connection using sudo pppoeconf then entered username & password the connection is working but i do not want an always on connection i want to connect when i want to.How to do that ? Also where to enter DNS server for this connection.
 
Hi,
I dont know how to config pppoeconf but you could try following this tutorial, as for the dns just type sudo vi /etc/resolv.conf and in there type

##DNS SERVER
search mydomain.com
nameserver 192.168.x.x
nameserver xx.xx.xx.xx

Hope that helps you...
 
Back