Ich habe eine Frage zum Einrichten dieser PPPOE Emulation
https://tails.boum.org/todo/Add_Gnome_PPP_for_Dial-Up_Users/
1. Was kann man mit diesem Emulator anfangen bzw was macht der genau was emuliert der?
To ensure that PPPoE (broadband DSL) support is not broken by tweaks to PPP configuration files, here is a test procedure. This needs a standard Debian system (the gateway), and either a spare wired network card or using virtualization.
This reciepe uses kvm, but could be easily adapted to other setups:
On the gateway, install the pppoe package.
On the gateway, create /etc/ppp/pppoe-server-options:
debugnoauthlcp-echo-interval 10lcp-echo-failure 2ms-dns 8.8.8.8defaultroutenoipdefault
Start KVM, adding those arguments: -net nic,model=virtio -net tap,ifname=tails.
On the gateway, up this interface:
# ip link set tails up
On the gateway, start the PPPoE server:
# sudo pppoe-server -I tails -F -S test -m 1412
On Tails, you can now right-click the NetworkManager icon, and select Edit connections…. In the DSL tab, click Add. Service name should be set to test. Other settings should not matter.
On Tails, left-click the NetworkManager icon and selection the newly created connection.
To debug, use tcpdump, and look at /var/log/syslog.
2.
Wie kann ich den zweiten Schritt unter Ubuntu das ist ja die Gateway ausführen?
Und muss ich alle Schritte in einer Komandozeile ausführen?
Und ich brauche dafür ja einen 2 Rechner den habe ich leider nicht
Geht das auch mit einem Rechner?
Danke für eure Hilfe
https://tails.boum.org/todo/Add_Gnome_PPP_for_Dial-Up_Users/
1. Was kann man mit diesem Emulator anfangen bzw was macht der genau was emuliert der?
To ensure that PPPoE (broadband DSL) support is not broken by tweaks to PPP configuration files, here is a test procedure. This needs a standard Debian system (the gateway), and either a spare wired network card or using virtualization.
This reciepe uses kvm, but could be easily adapted to other setups:
On the gateway, install the pppoe package.
On the gateway, create /etc/ppp/pppoe-server-options:
debugnoauthlcp-echo-interval 10lcp-echo-failure 2ms-dns 8.8.8.8defaultroutenoipdefault
Start KVM, adding those arguments: -net nic,model=virtio -net tap,ifname=tails.
On the gateway, up this interface:
# ip link set tails up
On the gateway, start the PPPoE server:
# sudo pppoe-server -I tails -F -S test -m 1412
On Tails, you can now right-click the NetworkManager icon, and select Edit connections…. In the DSL tab, click Add. Service name should be set to test. Other settings should not matter.
On Tails, left-click the NetworkManager icon and selection the newly created connection.
To debug, use tcpdump, and look at /var/log/syslog.
2.
Wie kann ich den zweiten Schritt unter Ubuntu das ist ja die Gateway ausführen?
Und muss ich alle Schritte in einer Komandozeile ausführen?
Und ich brauche dafür ja einen 2 Rechner den habe ich leider nicht
Geht das auch mit einem Rechner?
Danke für eure Hilfe