DD-WRT und IPREDATOR/Anonine/etc. pp.

Post new topic   Reply to topic    DD-WRT Forum Index -> Allgemeine Fragen
Author Message
CalvinDerkins
DD-WRT Novice


Joined: 30 Jun 2010
Posts: 3

PostPosted: Wed Jun 30, 2010 22:16    Post subject: DD-WRT und IPREDATOR/Anonine/etc. pp. Reply with quote
Hallo!

Im Wiki finde ich eine Anleitung, welche einen statischen PPTP-VPN-Anbieter vorauszusetzen scheint, praktisch alle VPN-Anbieter, die ich so kenne, machen das aber dynamisch. Eine feste IP kann ich also weder für den Einwahlserver angeben (zumindest Ipredator hat so hat einige IP's unter dem Namen vpn.ipredator.se) und Remote Subnet sowie Remote Subnet Mask könnte ich auch nur raten.

Des weiteren finde ich im Wiki wie ich einen VPN Server einrichte, das hilft mir leider auch nicht. Meine Frage wurde tatsächlich auch schon mehrmals gestellt, aber noch niemals beantwortet.

Und wenn doch: liebe Mods, bitte übt Nachsicht, dann hab ich's offensichtlich überlesen und bin Euch für einen kleinen Schubs in die richtige Richtung sehr dankbar.

Ich gebe also alle Daten ein und der Router beschwert sich auch nicht (svn 14594, TP-Link TL-WR1043ND, die machen doch wirklich Werbung mit der DD-WRT-Fähigkeit des Routers Smile), evtl. stellt er gar eine Verbindung zum Server her (überprüfen kann ich das nicht), aber auf jeden Fall surfe ich nicht über VPN. So wie ich das gedacht hatte (Screenshot) klappts jedenfalls nicht. Und alle anderen Antworten in den Foren setzen feste IPs voraus, die ich in Firewall rules einbinden könnte - was ich aber nicht hab.

Auch hier: wenn ich falsch liege, hab ich da offensichtlich was falsch verstanden und bräuchte etwas mehr Hilfe als einen Hinweis auf die guidelines. Vielen Dank!



Bildschirmfoto.png
 Description:
Screenshot Services -> VPN CLient
 Filesize:  27.24 KB
 Viewed:  9698 Time(s)

Bildschirmfoto.png


Sponsor
Sash
DD-WRT Guru


Joined: 20 Sep 2006
Posts: 17619
Location: Hesse/Germany

PostPosted: Thu Jul 01, 2010 10:14    Post subject: Reply with quote
syslog einschalten.
und
Code:
tail -f -n1111 /var/log/messages

_________________
Forum Guidelines...How to get help
&
Forum Rules
&
RTFM/STFW
&
Throw some buzzwords into the WIKI search Exclamation
_________________
I'm NOT rude, just offer pure facts!
_________________
Atheros (TP-Link & Clones, etc ) debrick service in EU
_________________
Guide on HowTo be Safe, Secure and Protect Your Online Anonymity!
CalvinDerkins
DD-WRT Novice


Joined: 30 Jun 2010
Posts: 3

PostPosted: Thu Jul 01, 2010 16:07    Post subject: Reply with quote
So. syslogd eingeschaltet, VPN Client eingeschaltet, Router neu gestartet, per ssh eingelogt und
Code:
tail -f -n1111 /var/log/messages
ausgeführt. Das kam dabei raus:
Code:

==========================================================
 
 ____  ___    __        ______ _____         ____  _  _
 | _ \| _ \   \ \      / /  _ \_   _| __   _|___ \| || |
 || | || ||____\ \ /\ / /| |_) || |   \ \ / / __) | || |_
 ||_| ||_||_____\ V  V / |  _ < | |    \ V / / __/|__   _|
 |___/|___/      \_/\_/  |_| \_\|_|     \_/ |_____|  |_|
 
                       DD-WRT v24-sp2
                   http://www.dd-wrt.com
 
==========================================================


BusyBox v1.13.4 (2010-06-12 08:06:22 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

root@DD-WRT:~# tail -f -n1111 /var/log/messages
Jan  1 00:00:05 DD-WRT syslog.info syslogd started: BusyBox v1.13.4
Jan  1 00:00:05 DD-WRT user.info syslog: syslogd : syslog daemon successfully started
Jan  1 00:00:05 DD-WRT user.notice kernel: klogd started: BusyBox v1.13.4 (2010-06-12 08:06:22 CEST)
Jan  1 00:00:05 DD-WRT user.info syslog: klogd : klog daemon successfully started
Jan  1 00:00:05 DD-WRT user.info syslog: telnetd : telnet daemon successfully started
Jan  1 00:00:05 DD-WRT user.info syslog: wland : WLAN daemon successfully started
Jan  1 00:00:05 DD-WRT user.notice kernel: Linux version 2.6.24.111 (root@dd-wrt) (gcc version 4.3.3 (GCC) ) #2658 Sat Jun 12 08:03:05 CEST 2010
Jan  1 00:00:05 DD-WRT user.warn kernel: flash_size passed from bootloader = 8
Jan  1 00:00:05 DD-WRT user.warn kernel: CPU revision is: 00019374
Jan  1 00:00:05 DD-WRT user.info kernel: booting platform Atheros AR9132 rev 2 (0xb9)
Jan  1 00:00:05 DD-WRT user.warn kernel: Determined physical RAM map:
Jan  1 00:00:05 DD-WRT user.warn kernel:  memory: 02000000 @ 00000000 (usable)
Jan  1 00:00:05 DD-WRT user.debug kernel: On node 0 totalpages: 8192
Jan  1 00:00:05 DD-WRT user.debug kernel:   Normal zone: 64 pages used for memmap
Jan  1 00:00:05 DD-WRT user.debug kernel:   Normal zone: 0 pages reserved
Jan  1 00:00:05 DD-WRT user.debug kernel:   Normal zone: 8128 pages, LIFO batch:0
Jan  1 00:00:05 DD-WRT user.debug kernel:   Movable zone: 0 pages used for memmap
Jan  1 00:00:05 DD-WRT user.warn kernel: Built 1 zonelists in Zone order.  Total pages: 8128
Jan  1 00:00:05 DD-WRT user.notice kernel: Kernel command line: console=ttyS0,115200 root=1f02 rootfstype=squashfs noinitrd  init=/sbin/init
Jan  1 00:00:05 DD-WRT user.warn kernel: Primary instruction cache 64kB, physically tagged, 4-way, linesize 32 bytes.
Jan  1 00:00:05 DD-WRT user.warn kernel: Primary data cache 32kB, 4-way, linesize 32 bytes.
Jan  1 00:00:05 DD-WRT user.info kernel: Synthesized TLB refill handler (20 instructions).
Jan  1 00:00:05 DD-WRT user.info kernel: Synthesized TLB load handler fastpath (32 instructions).
Jan  1 00:00:05 DD-WRT user.info kernel: Synthesized TLB store handler fastpath (32 instructions).
Jan  1 00:00:05 DD-WRT user.info kernel: Synthesized TLB modify handler fastpath (31 instructions).
Jan  1 00:00:05 DD-WRT user.info kernel: Cache parity protection disabled
Jan  1 00:00:05 DD-WRT user.warn kernel: PID hash table entries: 128 (order: 7, 512 bytes)
Jan  1 00:00:05 DD-WRT user.warn kernel: Using 200.000 MHz high precision timer.
Jan  1 00:00:05 DD-WRT user.info kernel: Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
Jan  1 00:00:05 DD-WRT user.info kernel: Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
Jan  1 00:00:05 DD-WRT user.info kernel: Memory: 29660k/32768k available (1991k kernel code, 3108k reserved, 312k data, 112k init, 0k highmem)
Jan  1 00:00:06 DD-WRT user.warn kernel: [3]phy_abilityHalf_10 : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [3]phy_abilityFull_10 : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [3]phy_abilityHalf_100 : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [3]phy_abilityFull_100 : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [3]phy_abilityFull_1000 : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [3]phy_abilityFC : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [3]phy_abilityAsyFC : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [4]phy_abilityAutoNegotiation : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [4]phy_abilityHalf_10 : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [4]phy_abilityFull_10 : 1
Jan  1 00:00:06 DD-WRT user.warn kernel: [4]phy_abilityHalf_100 : 1
Jan  1 00:00:06 DD-WRT user.info syslog: dnsmasq : dnsmasq daemon successfully started
Jan  1 00:00:06 DD-WRT user.info kernel: br0: topology change detected, propagating
Jan  1 00:00:06 DD-WRT user.info kernel: br0: port 2(ath0) entering forwarding state
Jan  1 00:00:06 DD-WRT user.info kernel: br0: topology change detected, propagating
Jan  1 00:00:06 DD-WRT user.info kernel: br0: port 1(vlan1) entering forwarding state
Jan  1 00:00:06 DD-WRT cron.info cron[911]: (CRON) STARTUP (fork ok)
Jan  1 00:00:06 DD-WRT cron.info cron[911]: (crontabs) ORPHAN (no passwd entry)
Jan  1 00:00:06 DD-WRT user.info syslog: cron : cron daemon successfully started
Jan  1 00:00:06 DD-WRT user.info syslog: ttraff : traffic counter daemon successfully started
Jan  1 00:00:06 DD-WRT authpriv.info dropbear[928]: Running in background
Jan  1 00:00:06 DD-WRT user.info syslog: dropbear : ssh daemon successfully started
Jan  1 00:00:07 DD-WRT user.info syslog: klogd : kernel log daemon successfully stopped
Jan  1 00:00:07 DD-WRT user.notice kernel: klogd: exiting
Jan  1 00:00:07 DD-WRT user.info syslog: httpd : http daemon successfully stopped
Jan  1 00:00:07 DD-WRT user.info syslog: klogd : kernel log daemon hanging, send SIGKILL
Jan  1 00:00:07 DD-WRT user.info syslog: syslogd : syslog daemon successfully stopped
Jan  1 00:00:08 DD-WRT syslog.info syslogd exiting
Jan  1 00:00:08 DD-WRT syslog.info syslogd started: BusyBox v1.13.4
Jan  1 00:00:08 DD-WRT user.info syslog: vpn modules : vpn modules successfully unloaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : ip_conntrack_proto_gre successfully loaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : vpn modules successfully unloaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : ip_nat_proto_gre successfully loaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : ip_conntrack_proto_gre successfully loaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : ip_conntrack_pptp successfully loaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : ip_nat_proto_gre successfully loaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : ip_nat_pptp successfully loaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : ip_conntrack_pptp successfully loaded
Jan  1 00:00:09 DD-WRT user.info syslog: vpn modules : ip_nat_pptp successfully loaded
Jan  1 00:00:10 DD-WRT user.info syslog: process_monitor successfully started
Jul  1 17:58:20 DD-WRT user.info syslog: cron : cron daemon successfully stopped
Jul  1 17:58:21 DD-WRT daemon.info hostapd: ath0: STA 00:1b:77:ba:0f:ce IEEE 802.11: associated
Jul  1 17:58:21 DD-WRT daemon.info hostapd: ath0: STA 00:1b:77:ba:0f:ce WPA: pairwise key handshake completed (RSN)
Jul  1 17:58:21 DD-WRT daemon.debug process_monitor[1355]: Restarting cron
Jul  1 17:58:21 DD-WRT daemon.debug process_monitor[1355]: We need to re-update after 3600 seconds
Jul  1 17:58:21 DD-WRT cron.info cron[1369]: (CRON) STARTUP (fork ok)
Jul  1 17:58:21 DD-WRT cron.info cron[1369]: (crontabs) ORPHAN (no passwd entry)
Jul  1 17:58:21 DD-WRT user.info syslog: cron : cron daemon successfully started
Jul  1 17:58:25 DD-WRT user.info syslog: upnp : upnp daemon successfully stopped
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : vpn modules successfully unloaded
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : ip_conntrack_proto_gre successfully loaded
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : ip_nat_proto_gre successfully loaded
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : ip_conntrack_pptp successfully loaded
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : ip_nat_pptp successfully loaded
Jul  1 17:58:26 DD-WRT user.info syslog: upnp : upnp daemon successfully started
Jul  1 17:58:26 DD-WRT daemon.info hostapd: ath0: STA 00:1e:2a:49:37:1e IEEE 802.11: associated
Jul  1 17:58:26 DD-WRT daemon.info hostapd: ath0: STA 00:1e:2a:49:37:1e WPA: pairwise key handshake completed (RSN)
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : vpn modules successfully unloaded
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : ip_conntrack_proto_gre successfully loaded
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : ip_nat_proto_gre successfully loaded
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : ip_conntrack_pptp successfully loaded
Jul  1 17:58:26 DD-WRT user.info syslog: vpn modules : ip_nat_pptp successfully loaded
Jul  1 17:58:26 DD-WRT user.info syslog: wland : WLAN daemon successfully started
Jul  1 17:58:26 DD-WRT user.info syslog: WAN is up. IP: 192.168.2.104
Jul  1 17:58:32 DD-WRT user.debug syslog: ttraff: data collection started
Jul  1 17:59:00 DD-WRT cron.info cron[1369]: (crontabs) ORPHAN (no passwd entry)
Jul  1 17:59:01 DD-WRT daemon.notice pppd[1618]: pppd 2.4.4 started by root, uid 0
Jul  1 17:59:04 DD-WRT authpriv.notice dropbear[1617]: password auth succeeded for 'root' from 192.168.10.129:43558
Jul  1 17:59:22 DD-WRT daemon.info pppd[1618]: Exit.
Jul  1 17:59:26 DD-WRT daemon.notice pppd[1660]: pppd 2.4.4 started by root, uid 0
Jul  1 17:59:46 DD-WRT daemon.info pppd[1660]: Exit.
Jul  1 17:59:52 DD-WRT daemon.notice pppd[1701]: pppd 2.4.4 started by root, uid 0
Jul  1 18:00:14 DD-WRT daemon.info pppd[1701]: Exit.
Jul  1 18:00:20 DD-WRT daemon.notice pppd[1761]: pppd 2.4.4 started by root, uid 0
Jul  1 18:00:40 DD-WRT daemon.info pppd[1761]: Exit.
Jul  1 18:00:46 DD-WRT daemon.notice pppd[1802]: pppd 2.4.4 started by root, uid 0
Jul  1 18:01:05 DD-WRT daemon.info pppd[1802]: Exit.
Jul  1 18:01:11 DD-WRT daemon.notice pppd[1843]: pppd 2.4.4 started by root, uid 0
Jul  1 18:01:34 DD-WRT daemon.info pppd[1843]: Exit.
Jul  1 18:01:40 DD-WRT daemon.notice pppd[1884]: pppd 2.4.4 started by root, uid 0

Ich werd leider nicht schlau draus, ihr? Oder brauchts noch längere logs? Vielen Dank soweit Smile
CalvinDerkins
DD-WRT Novice


Joined: 30 Jun 2010
Posts: 3

PostPosted: Sat Jul 03, 2010 17:38    Post subject: Reply with quote
nüscht?
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Allgemeine Fragen All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum