Minha dúvida é a seguinte:
tudo que eu li no tópico ate agora eu ja tinha feito sozinho fuçando, só uma coisa que não esta me agradando e não sei como resolver: automatizar quando vc liga a maquina, quando liga nenhuma interface esta como up, e se eu ativar direto o velox com o "pon dsl-provider " não funciona, tenho que executar o ifconfig eth0 up e depois o pon dsl-provider aí funciona.
Vou colocar abaixo como esta configurado, se alguem detectar algum erro pra poder ajudar pode ser que mais alguem esteja com esse problema.
vi /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0
# The primary network interface
iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
# added by pppoeconf
auto eth0
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
################################################
vi /etc/ppp/peers/dsl-provider
# Minimalistic default options file for DSL/PPPoE connections
noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
usepeerdns
plugin rp-pppoe.so eth0
user "
login@telemar.com.br"