DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2013-01-26 14:23:26

jotenakis
Member
Registered: 2010-05-02
Posts: 25

vpn

Hi I am trying to connect to a vpn server (vpntunnel) from my dlink 323
i Installed openvpn thanks to
funpkg -i openvpn-2.2.1-2.tgz

I use this /ffp/etc/openvpn.conf (the same as the one I use on my personal computer)
float
client
dev tun
proto udp
nobind

; CERT
ca /ffp/etc/openvpn/cert/ca.crt
ns-cert-type server
cipher BF-CBC

; HOST
remote-random
remote anna.vpntunnel.se 10010
remote anna.vpntunnel.se 10020
remote anna.vpntunnel.se 1194

resolv-retry infinite

; AUTH
auth-user-pass
persist-key
persist-tun

comp-lzo
verb 1

when I connect openvpn I have
Starting /ffp/sbin/openvpn --persist-tun --persist-key --config /ffp/etc/openvpn.conf
Sat Jan 26 14:19:47 2013 OpenVPN 2.2.1 arm-unknown-linux-uclibc [SSL] [LZO2] [EPOLL] [eurephia] built on Aug 10 2011
Enter Auth Username:xxxxxxxxxxxxxx
Enter Auth Password:yyyyyyyyyyyyy
Sat Jan 26 14:19:55 2013 NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Sat Jan 26 14:19:55 2013 LZO compression initialized
Sat Jan 26 14:19:55 2013 RESOLVE: NOTE: anna.vpntunnel.se resolves to 4 addresses
Sat Jan 26 14:19:55 2013 UDPv4 link local: [undef]
Sat Jan 26 14:19:55 2013 UDPv4 link remote: 178.73.212.236:10020
Sat Jan 26 14:19:55 2013 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sat Jan 26 14:19:56 2013 [server] Peer Connection Initiated with 178.73.212.236:10020
Sat Jan 26 14:19:58 2013 TUN/TAP device tun0 opened
Sat Jan 26 14:19:58 2013 /ffp/sbin/ifconfig tun0 5.254.134.162 netmask 255.255.255.192 mtu 1500 broadcast 5.254.134.191
Sat Jan 26 14:19:58 2013 Initialization Sequence Completed

everything seems ok.
but I cannot ping anything...

route -n gives me
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
178.73.212.235  192.168.0.254   255.255.255.255 UGH   0      0        0 egiga0
5.254.133.64    0.0.0.0         255.255.255.192 U     0      0        0 tun0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 egiga0
224.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 egiga0
0.0.0.0         5.254.133.65    128.0.0.0       UG    0      0        0 tun0
128.0.0.0       5.254.133.65    128.0.0.0       UG    0      0        0 tun0
0.0.0.0         192.168.0.254   0.0.0.0         UG    0      0        0 egiga0

what's going on ?

Offline

 

#2 2013-01-26 14:38:22

jotenakis
Member
Registered: 2010-05-02
Posts: 25

Re: vpn

ok.looks like it is a matter of DNS Server

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB