Einzelnen Beitrag anzeigen
Alt 17.02.2002, 03:21   #21
FIREwaLKER
Senior Member
 
Registriert seit: 29.12.2001
Beiträge: 134


Standard Habs eh schon gepostet!

Also ganz einfach!

Installier die adsl-1.0.2-11.i386.rpm von der Homepage aus meinem ersten Post, dann ändere die Accountdaten wie auf der Page angegeben, und fertig. Das gilt nur für Österreich!
Auszug aus der Homepage:

Konfiguration

Die Konfiguration erfolgt in der zentralen Datei /etc/rc.config.d/adsl.rc.config. Normalerweise braucht nur der Benutzername (USER_NAME) und das Kennwort (PASSWORD) angepaßt zu werden. Hat man ein Modem der Serie BCAA, so muß man noch BUGGY_MODEM auf "no" setzten. Die Netzwerkkarte, an der das ADSL-Modem hängt sollte man entweder vorher schon konfigurieren, oder man stellt sicher, daß in /etc/conf.modules der richtige Treiber zur Netzwerkkarte gesetzt ist.

#
# Your account:
#
# Examples:
# If you have the standard A-Online (Austria) account:
# USER_NAME="1234567890" <-- your 10 digit user-id
#
# If you have an account at any other Austrian ISP:
# USER_NAME="username@provider.at"
# Don't forget the @provider.at !!!
# e.g. username@inode.at
#
USER_NAME="1234567890"
PASSWORD="XXXXXXXX"

#
# Do you have a buggy modem ("yes" or "no")?
# e.g. the Alcatel 1000 with BBAA in the serial number IS buggy
# the same modem with BCAA in the serial number is NOT buggy
#
BUGGY_MODEM="yes"

#
# The interface to which the adsl modem is connected
# This interface get's configured to ip 10.0.0.1 with
# a netmask of 255.0.0.0.
# Make sure /etc/conf.modules is set up correct or the
# driver for this network card is compiled into the kernel.
#
EXT_DEV="eth0"

#
# The ip addresse of the alcatel adsl modem
# The modem default is 10.0.0.138
#
MODEM_IP="10.0.0.138"

#
# Should the default route be set ("yes" or "no")?
#
DEFAULT_ROUTE="yes"

#
# Should we update the nameserver in /etc/resolv.conf
# ("yes" or "no")?
USE_PEER_DNS="yes"

#
#************************************************* ********
# Now some special settings:
#

#
# If this isn't your only internet connection which networks
# should be routed via your ADSL connection?
# Use space as delimiter if you want to specify more than one
# network, leave empty otherwise.
# e.g. ROUTE_NETS="195.3.64.0/18" for A-Online (Austria)
#
ROUTE_NETS=""

#
# MRU and MTU
#
MRU="1490"
MTU="1490"

Unter SuSE-Linux muß man das ganze noch aktiviert, indem man in der Datei /etc/rc.config die Variable START_ADSL auf yes setzt:

# Shall the ADSL connection be started at boot up ? (yes/no)
START_ADSL=yes
____________________________________
http://www.transl.de.vu

Linux isn\'t only an OS, Linux is a System of knowledge, and knowledge is powerful!
FIREwaLKER ist offline   Mit Zitat antworten