Please help me

langioletto

Registered
Messages
31
I install the image with the patch sim201e_DreamEliteBH_DM800_133D_ssl76a.nfi" also original, it doesn't change anything.

I load the files for openvpn "client.conf, ca.crt, clientxx.crt, clientxx.key, delite.key, all produced by me, I don't use those of default" from the blue pannel I launch openvpn, dreambox crash.

if I load the 2.01_SSL75-update-SSL76.nfi after the image patch "sim201e_DreamEliteBH_DM800_133D_ssl76a.nfi" open vpn works but the tunner is not noticed "logically"

this is my configuration openvpn file server:

port 1194
proto udp
dev tun
ca /var/etc/openvpn/keys/ca.crt
cert /var/etc/openvpn/keys/Server.crt
key /var/etc/openvpn/keys/Server.key
dh /var/etc/openvpn/keys/dh1024.pem
tls-auth /var/etc/openvpn/keys/delite.key 0

server xxx.xxx.xxx.xxx 255.255.255.0

cipher BF-CBC # Blowfish (default)
comp-lzo
ifconfig-pool-persist /var/etc/openvpn/ipp.txt
keepalive 10 120
max-clients 10
client-config-dir /var/etc/openvpn/ccd
persist-key
persist-tun

status /etc/openvpn/openvpn-status.log
log /etc/openvpn/openvpn.log
verb 5

this is my configuration openvpn file client:

client
dev tun
proto udp
remote xxx.xxx.xxx.xxx xxxx
resolv-retry infinite
ca /var/etc/openvpn/keys/ca.crt
cert /var/etc/openvpn/keys/clientxx.crt
key /var/etc/openvpn/keys/clientxx.key
tls-auth /var/etc/openvpn/keys/delite.key 1

cipher BF-CBC
comp-lzo
ns-cert-type server
nobind
persist-key
persist-tun
log /var/etc/openvpn/openvpn.log
verb 0

but the problem is in the ss76-to-ss76a_beta-20100713.nfi, because also inadyn it doesn't work with ss76a-2.01_20100713.nfi, instead with 2.01_SSL75-update-SSL76.nfi openvpn and inadyn they perfectly work.

Please help me, Thanks..
 
Top