http://www.tldp.org/HOWTO/ppp-ssh/index.html
Es hat auch alles wunderbar beim einrichten geklappt, ich habe eine SSH Verbindung zwischen beiden Rechnern, und kann das Script, das vom Client aus gestartet wird und die ppp Verbindung durchs ssh macht, ausführen.
Code: Alles auswählen
BTS03-13:/home/myself # vpn-pppssh start
Using interface ppp0
Connect: ppp0 <--> /dev/pts/4
sudo: unable to lookup himself via gethostbyname()
Deflate (15) compression enabled
local IP address 192.168.0.32
remote IP address 192.168.0.31
Server:
Code: Alles auswählen
himself:~# ifconfig ppp1
ppp1 Link encap:Point-to-Point Protocol
inet addr:192.168.0.31 P-t-P:192.168.0.32 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:69 (69.0 b) TX bytes:75 (75.0 b)
Code: Alles auswählen
ppp0 Protokoll:Punkt-zu-Punkt Verbindung
inet Adresse:192.168.0.32 P-z-P:192.168.0.31 Maske:255.255.255.255
UP PUNKTZUPUNKT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:5 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:3
RX bytes:75 (75.0 b) TX bytes:69 (69.0 b)
Vom Server selbst aus kann ich weder das eigene noch das entfernte anpingen. Also passt ja was mit dem Device auf dem Server nicht, wen der es nichtmal selbst anpingen kann. Das wird auch mit dem Fehler oben zu tun haben
Code: Alles auswählen
sudo: unable to lookup himself via gethostbyname()
Ich weiß nicht weiter . . .
Danke
Sebastian