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

Re: PPPoe und routing und iptables



Thomas Winter wrote:

ich habe eth2 für eine PPP Verbindung konfiguriert.
>
auto eth2
iface eth2 inet static
address 192.168.222.100
netmask 255.255.255.0

Ist diese Konfiguration von eth2 OK wenn nur PPP drauf laufen soll?

Nein, überflüssig.

Ich kenne das von Suse das man für die ethX eine statische IP vergeben soll.

Dann macht SuSE da Mist.

auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth2 up # line maintained by pppoeconf
provider dsl-provider

Das kann man evtl. so machen. Ich habe es mit einer respawn-Zeile in der inittab gemacht, weil mein ppp machen Zwangstrennung/sonstige Unterbrechung nicht überstand:

D0:2345:respawn:/usr/sbin/pppd nodetach call dsl-provider

Kann ich mit iptables eth2 komplett dropen oder muss da was offen sein, insbesondere für den Verbindungsaufbau von PPP?

Gib eth2 einfach keine IP-Adresse und fertig.


mfG Paul



Reply to: