OPENVPN On VTI IMAGE

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Please be paitent, internal test are already ongoing.
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS
    • Open VPN is properly working on VTi Image 2.0. This is a test done by my old friend alez. Did not try on 2.1 yet.

      Tested on VTi 2.0 (2010-08_19)


      I have tried to install the packages directly by VTi server:

      update the archives list

      Quellcode

      1. # ipkg update


      find the right packages

      Quellcode

      1. bm750:~# ipkg list | grep openvpn
      2. openvpn - 2.0.9+2.1rc20-r0 - A full-featured SSL VPN solution via tun device.
      3. openvpn-dbg - 2.0.9+2.1rc20-r0 - A full-featured SSL VPN solution via tun device.
      4. openvpn-dev - 2.0.9+2.1rc20-r0 - A full-featured SSL VPN solution via tun device.
      5. openvpn-doc - 2.0.9+2.1rc20-r0 - A full-featured SSL VPN solution via tun device.


      install the needed packages:

      Quellcode

      1. bm750:~# ipkg install openvpn openvpn-dbg openvpn-dev openvpn-doc


      rebooted the box, putted the right needed conf and certs:

      configuration file in:

      Quellcode

      1. /etc/openvpn/client.conf


      certs and key in:

      Quellcode

      1. /etc/openvpn/keys/


      manually started openvpn executable (that load the tun module)

      Quellcode

      1. bm750:~# openvpn --config /etc/openvpn/client.conf


      in other terminal shell:

      Quellcode

      1. bm750:~# ifconfig
      2. eth0 Link encap:Ethernet HWaddr 00:1D:EC:01:58:1B
      3. inet addr:xxx.xxx.xxx.xxx Bcast:xxx.xxx.xxx.255 Mask:255.255.0.0
      4. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
      5. RX packets:831 errors:0 dropped:0 overruns:0 frame:0
      6. TX packets:669 errors:0 dropped:0 overruns:0 carrier:0
      7. collisions:0 txqueuelen:1000
      8. RX bytes:92489 (90.3 KiB) TX bytes:91948 (89.7 KiB)
      9. Interrupt:16
      10. lo Link encap:Local Loopback
      11. inet addr:127.0.0.1 Mask:255.0.0.0
      12. UP LOOPBACK RUNNING MTU:16436 Metric:1
      13. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
      14. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      15. collisions:0 txqueuelen:0
      16. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
      17. tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
      18. inet addr:10.x.x.30 P-t-P:10.x.x.29 Mask:255.255.255.255
      19. UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
      20. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
      21. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
      22. collisions:0 txqueuelen:100
      23. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
      Alles anzeigen


      and test it with ping to the my openvpn server.

      Quellcode

      1. bm750:~# ping 10.x.x.1
      2. PING 10.x.x.1 (10.x.x.1): 56 data bytes
      3. 64 bytes from 10.x.x.1: seq=0 ttl=64 time=3.273 ms
      4. 64 bytes from 10.x.x.1: seq=1 ttl=64 time=2.688 ms
      5. 64 bytes from 10.x.x.1: seq=2 ttl=64 time=2.646 ms



      To run it at startup:

      Quellcode

      1. update-rc.d openvpn defaults

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von dalraist ()

    • I confirm: OpenVPN is working on my Vu+ Duo with latest VTi 2.1 image.

      The plugin is not necesary, you can make it working following the instruction quoted by dalraist


      If you have some trouble ask a hand ;)
      --
      Ciao alez

      Ricevitori: * VDR Box "barbon" style * Dreambox 7000 * Vu+ Duo rev 1.3

      Antenne: * Stab HH120 - Fracarro 120 - Inverto IDLP-001QDF + Feedhorn Channelmaster * Fracarro penta 85
    • Just for better understanding. There is an upcoming plugin from vti team, which will make it easier to install and setup.
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS
    • Original von blackspawn2
      I can't wait to try that plugin. Please keep us informed about its issue

      We'll do.
      Pustekuchen ist keine Blume.

      Vu+ DUO - 500GB HDD (Samsung EcoGreen F2) - Vu+ DUO - 500GB HDD (Samsung EcoGreen F3)
      Vu+ SOLO - 500GB HDD (WD Mybook Essential 2,5") - Samsung USB DVD Brenner
      DM800 - Abcom IPBox 910 - Opticum HD TS 9600
      Zotac Mag Mini als Medialplayer - Buffalo Drive Station Pro als NAS