1
Ubuntu tietokoneissa / Re: verkko yhteys ei aktivoidu automaattisesti
« : 10.12.05 - klo:18.12 »
Minulla tuo kyseinen tiedosto näyttää tältä:
# 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
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
# added by pppoeconf
auto eth0
iface eth0 inet manual
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
Käytössä opoy:n toimittama dna laajakaista. Ja nettiyhteys käynnistyy koneen bootin yhteydessä.
# 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
auto dsl-provider
iface dsl-provider inet ppp
provider dsl-provider
# added by pppoeconf
auto eth0
iface eth0 inet manual
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
Käytössä opoy:n toimittama dna laajakaista. Ja nettiyhteys käynnistyy koneen bootin yhteydessä.