1
Asentaminen ja käyttöönotto / pppoeconf asetusten määrittely
« : 01.08.06 - klo:22.06 »
Käytän ubuntu 6.06:ssa nettiyhteyttä(vdsl), joka vaatii pppoe-clientin. joudun ajamaan pppoeconf komennon aina käynnistyksen jäkeen, että saan netin toimimaan. Saako pppoeconf asetuksia pysymään "aina päällä" tai jotenki automatisoitua?
tuossa /etc/network/interfaces, jos siitä on jotain apua
tuossa /etc/network/interfaces, jos siitä on jotain apua
Koodia: [Valitse]
# 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 dhcp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
auto eth0