Ja sax, du liegst vollkommen daneben. Es gibt für die Provider keine (in der Praxis durchführbare) Möglichkeit festzustellen ob ein Router (Soft oder Hardware) verwendet oder wieviele Rechner an diesem hängen.
lorenz_99 kann ich nur RTFM raten - das sollte ein Konfigurationsproblem vorliegen - poste hier doch mal deine base.txt & (um DSL-Passwörter bereinigte) dsl.txt.
Ausschnitt base.txt :
ETH_DRV_N='2' # number of ethernet drivers to load, usually 1
ETH_DRV_1='rtl8139' # PCI: RealTek 8129/8139 (not 8019/8029!) (NEW)
ETH_DRV_2='ne2k-pci' # PCI: NE2000 PCI clone (eg. Realtek 8029,
ETH_DRV_1_OPTION='' # additional option, e.g. 'io=0x340' for ne
ETH_DRV_2_OPTION='' # additional option, e.g. 'io=0x340' for ne
Ausschnitt dsl.txt :
OPT_PPPOE='yes' # use ppp over ethernet: yes or no
PPPOE_NAME='T-Link' # circuit name, don't write spaces
PPPOE_USEPEERDNS='yes' # use dns server of your provider: yes or no
PPPOE_ETH='eth1' # eth card connected to ADSL modem, e.g. 2nd
PPPOE_USER='xxxxxxxxxxxxxxxxxxxx'# username
PPPOE_PASS='xxxxxxxxxxxx' # password
PPPOE_DEBUG='no' # enable pppd debugging, 'yes' or 'no'
PPPOE_HUP_TIMEOUT='7200' # idle time after which to hangup
PPPOE_CHARGEINT='60' # value of charge interval (in seconds)
PPPOE_TIMES='Mo-Su:00-24:0.0:Y' # times/charges when LCR
Sicher, dass du in der dsl.txt die korrekte eth-Karte eingetragen hast ?
Denn ETH_DRV_1 = eth0 und ETH_DRV_2 = eth1 !!
MfG