hallo,
nachdem ich immer mehr anfragen bekomme wie ich mywave zur zusammenarbeit mit meinem router bewegt habe hier nun das tutorial dafür:
was wird benötigt:
- irgendein linksys WRT54GL oder vergleichbarer router auf dem dd-wrt läuft
- dd-wrt firmware (
http://www.dd-wrt.com)
Linksys WRT54GL für myWave.at konfigurieren
===========================================
Den geflashten Linux-Router konfigurieren
-----------------------------------------
1) Ins WRT54GL Router einloggen
(
http://192.168.1.1; login/pwd = root/admin)
2) Unter "Setup -> Basic Setup" im Feld "Internet Conection Type"
Conection Type: StaticIP
Internet IP Adress: 172.24.0.2
Subnet Mask: 255.255.255.0
Gateway: 172.24.0.1
Static DNS 1: 85.193.128.10
Static DNS 2: 85.193.128.36
Static DNS 2: 0.0.0.0
STP: ENABLE
router IP und DHCP nach belieben
und speichern
4) Unter "Administration -> Services" im Feld "PPTP Client"
PPTP Client Options: ENABLE
Server IP or DNS Name: 172.24.0.1
Remote Subnet: 0.0.0.0
Remote Subnet Mask: 0.0.0.0
MPPE Encryption: mppe required,no56,no40,stateless
MTU: 1460
MRU: 1460
NAT: Enable
Username: [username]
Password: [password]
und speichern
5) Einstellungen über Telnnet überprüfen
telnet 192.168.1.1
(login/password = root/admin)
cd ..
/tmp # cd pptpd_client/
/tmp/pptpd_client # ./vpn stop
/tmp/pptpd_client # ./vpn debug
wenn alles in ordnung ist sollte ein ähnliches log ausgeworfen werden
Waiting.......
PID file created
Attempting initial connect
using channel 2
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
sent [LCP ConfReq id=0x1 <mru 1450> <asyncmap 0x0> <m
rcvd [LCP ConfReq id=0x1 <mru 1450> <asyncmap 0x0>
sent [LCP ConfAck id=0x1 <mru 1450> <asyncmap 0x0>
rcvd [LCP ConfAck id=0x1 <mru 1450> <asyncmap 0x0>
sent [LCP EchoReq id=0x0 magic=0x8a2bf5ce]
rcvd [LCP EchoReq id=0x0 magic=0x61921714]
sent [LCP EchoRep id=0x0 magic=0x8a2bf5ce]
rcvd [CHAP Challenge id=0xb3 <ce440f4323769e174d8f0b
sent [CHAP Response id=0xb3
rcvd [LCP EchoRep id=0x0 magic=0x61921714]
rcvd [CHAP Success id=0xb3
CHAP authentication succeeded
sent [CCP ConfReq id=0x1 <mppe -H -M +S -L -D +C>]
rcvd [CCP ConfReq id=0x1 <mppe +H -M +S -L -D +C>]
sent [CCP ConfNak id=0x1 <mppe -H -M +S -L -D +C>]
rcvd [CCP ConfNak id=0x1 <mppe +H -M +S -L -D +C>]
sent [CCP ConfReq id=0x2 <mppe -H -M +S -L -D +C>]
rcvd [CCP ConfReq id=0x2 <mppe -H -M +S -L -D +C>]
sent [CCP ConfAck id=0x2 <mppe -H -M +S -L -D +C>]
rcvd [CCP ConfAck id=0x2 <mppe -H -M +S -L -D +C>]
MPPC/MPPE 128-bit stateless compression enabled
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 1
rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 8
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 8
rcvd [IPCP ConfAck id=0x2 <compress VJ 0f 01> <addr 8
local IP address 85.193.133.94
remote IP address 85.193.133.0
primary DNS address 85.193.128.10
secondary DNS address 85.193.128.36
Script /tmp/pptpd_client/ip-up started (pid 1879)
Script /tmp/pptpd_client/ip-up finished (pid 1879), status = 0x0
Script ?? finished (pid 1873), status = 0x0
Wenn es so aussieht, dann ist es geschafft!!
6) Router jetzt einmal aus/einschalten.
Noch ein Tipp für den Router
----------------------------
Unter "Administration -> Keep Alive" sollte man noch eine beliebige webseite als referenz (in diesem fall
http://www.google.at) dafür angegeben werden ob noch eine verbindung zu netz besteht, wenn es probleme geben sollte rebootet der router dann automatisch...