[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian] T-DSL und routing?



* Frank Engler <litter@web.de> [010420 21:47]:
> Hallo
> 
> ich habe immer noch Probleme mit ADSL.
> 
ich gehe davon aus, das Dein T-Dsl noch nicht läuft!
Vielleicht helfen Dir meine Configs.
Server mit zwei Netzwerk-Karten, eth0 und eth1

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
iface lo inet loopback
# Eigene Lan-Config
iface eth0 inet static
address 192.168.1.1
network 192.168.1.0
netmask 255.255.255.0
# T-Dsl-Modem an eth1
iface eth1 inet static
address 1.1.1.1
netmask 255.255.255.0
up echo "2" > /proc/sys/net/ipv4/ip_dynaddr
down echo "0" > /proc/sys/net/ipv4/ip_dynaddr
-----------------
Ein Test ob Du eine Verbindung zum Access-Concentrator hast:
apollo:~# pppoe -I eth1 -A
Die Ausgabe sollte ungefähr so aussehen:
Access-Concentrator: LUBX11-erx
AC-Ethernet-Address: 00:90:1a:10:10:45
--------------------------------------------------
# /etc/ppp/peers/provider
pty "pppoe -I eth1 -T 80"
noipdefault
defaultroute
lcp-echo-interval 20
lcp-echo-failure 3
#mtu 1492
#mru 2400
noauth
persist
user "11111111111111111111111#0001@t-online.de"
hide-password
#Kompression abschalten
noaccomp
nopcomp
novj
novjccomp
nobsdcomp
nodeflate
noccp
# Kein Modem
nocrtscts
local
-------------------------------
# /etc/ppp/pap-secrets
"12345678901212345678912#0001"	*	"password"
-------------------------------
so schalte ich das an: pon
und so schalte ich es wieder ab: poff ;-))
Ich hoffe, das ich keine Eulen nach Athen getragen habe.
MfG Bernd


--
-----------------------------------------------------------
Um sich aus der Liste auszutragen schicken Sie bitte eine
E-Mail an debian-user-de-request@lehmanns.de die im Subject
"unsubscribe <deine_email_adresse>" enthaelt.
Bei Problemen bitte eine Mail an: Jan.Otto@Lehmanns.de
-----------------------------------------------------------

799 eingetragene Mitglieder in dieser Liste.


Reply to: