Angepinnt How To: OpenVPN

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

    • Banana Joe, Du bist der Beste!!! Danke!!!
      Werde es testen und berichten.

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von hgdo () aus folgendem Grund: unnötiges (Komplett-)-Zitat entfernt

    • Ich habe mal OPENVPN ausprobiert, aber es ging nicht mit HBBTV
      Kann jemand das auch bestätigen?
      Danke
      Spoiler anzeigen

      -----------------------------
      PANASONIC TX-P65VTW60
      VU+ ULTIMO 4K
      VU+ DUO2
      Fluid HD _Standard Skin.

      Harmony Ultimate One FB
      Harmony Elite FB
      Logitech z906





      Alle VTI 15.X.X.

      Humax IRCI 5400Z-der geht noch immer wunderbar, _läuft und läuft
      -----------------------------
      Fantasie ist wichtiger als Wissen, denn Wissen ist begrenzt
    • @Banana Joe
      Konnte es einfach nicht abwarten und habe es schon installiert.
      Hat auch (fast) alles problemlos und ohne Fehler funktioniert.

      Die 2 Befehle von @pillepallus sind leider nicht gegangen.
      root@vuduo2:~# iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
      iptables: No chain/target/match by that name.
      root@vuduo2:~# iptables -A INPUT -i tun0 -j DROP
      root@vuduo2:~# iptables-save >/etc/iptables.rules
      root@vuduo2:~#

      Gibt es eine Möglichkeit, die Funktion der Firewall zu testen?

      Spoiler anzeigen
      root@vuduo2:~# opkg install iptables
      Installing iptables (1.4.21-r0) on root.
      Downloading: iptables_1.4.21-r0_mips32el.ipk
      Installing kernel-module-nf-defrag-ipv4 (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-nf-defrag-ipv4_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-nf-conntrack (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-nf-conntrack_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-ipt-masquerade (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-ipt-masquerade_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-nf-nat (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-nf-nat_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-x-tables (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-x-tables_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-nf-conntrack-ipv4 (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-nf-conntrack-ipv4_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-iptable-nat (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-iptable-nat_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-nf-nat-ipv4 (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-nf-nat-ipv4_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-ip-tables (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-ip-tables_3.13.5-r7.4-vti02_vuduo2.ipk
      Installing kernel-module-iptable-filter (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-iptable-filter_3.13.5-r7.4-vti02_vuduo2.ipk
      Configuring kernel-module-nf-conntrack.
      Configuring kernel-module-x-tables.
      Configuring kernel-module-ip-tables.
      Configuring kernel-module-nf-defrag-ipv4.
      Configuring kernel-module-nf-conntrack-ipv4.
      Configuring kernel-module-nf-nat.
      Configuring kernel-module-ipt-masquerade.
      Configuring kernel-module-nf-nat-ipv4.
      Configuring kernel-module-iptable-nat.
      Configuring kernel-module-iptable-filter.
      Configuring iptables.

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

    • Ich habe vor einiger Zeit OpenVPN mit dem HbbTV des Schweizer Fernsehens ausprobier, hatte damit jedoch keinen Erfolg. Ich greife deshalb stattdessen auf play SRG im Mediaportal zurück.
      Manche Leute führen sich auf, als ob sie ihren Kopf nur haben, um ihre Ohren voneinander zu trennen (Hank Williams)
    • Banana Joe schrieb:

      Da fehlt mindestens ein Modul:

      Quellcode

      1. opkg install xt_tcpudp
      2. modprobe xt_tcpudp
      danach nochmal probieren
      Das funktioniert leider nicht :think1:

      root@vuduo2:~# opkg install xt_tcpudp
      Unknown package 'xt_tcpudp'.
      Collected errors:
      * opkg_install_cmd: Cannot install package xt_tcpudp.
      root@vuduo2:~# modprobe xt_tcpudp
      modprobe: FATAL: Module xt_tcpudp not found.
    • Installation xt-tcpudp erfolgreich!!!
      Bei modprobe passiert nichts.
      Befehle von @pillepallus gehen auch nicht

      root@vuduo2:~# opkg install kernel-module-xt-tcpudp
      Installing kernel-module-xt-tcpudp (1:3.13.5-r7.4-vti02) on root.
      Downloading: kernel-module-xt-tcpudp_3.13.5-r7.4-vti02_vuduo2.ipk
      Configuring kernel-module-xt-tcpudp.
      root@vuduo2:~# modprobe xt-tcpudp
      root@vuduo2:~# iptables -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT iptables: No chain/target/match by that name.
      root@vuduo2:~# iptables -A INPUT -i tun0 -j DROP
      root@vuduo2:~#

      Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von hgdo () aus folgendem Grund: unnötiges (Komplett-)-Zitat entfernt

    • Kein Problem!!! Hat Zeit. Du hast mir schon extrem weiter geholfen.
      Ich mache mir mal solange Gedanken, was ich als nächstes angehe.
      Nochmals vielen Dank und eine gute Nacht!!!!!
    • Bitteschön:
      root@vuduo2:~# lsmod
      Module Size Used by
      tun 19966 2
      ipv6 342617 22
      brcmfb 1590 4
      dvb_bcm7424 1819682 37 brcmfb
      dvb_base 6247004 211 dvb_bcm7424
      bcm_event 2990 5 dvb_bcm7424
      procmk 1668 2 dvb_bcm7424,bcm_event
      rt5370sta 826242 0

      Edit hgdo: unötiges Direktzitat entfernt.

      Sorry für das wilde Durcheinander. Anbei noch ein Screenshot.

      lsmod.JPG

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

    • Hm, ich kann es schlecht ausprobieren. Aber theoretisch sollten es sein:
      iptable_filter
      ip_tables
      x_tables

      also entsprechend installieren mit:

      Quellcode

      1. opkg install kernel-module-iptable-filter
      2. opkg install kernel-module-ip-tables
      3. opkg install kernel-module-x-tables
    • Die Module scheinen bereits installiert zu sein.

      root@vuduo2:~# opkg install kernel-module-iptable-filter
      Package kernel-module-iptable-filter (1:3.13.5-r7.4-vti02) installed in root is up to date.
      root@vuduo2:~# opkg install kernel-module-ip-tables
      Package kernel-module-ip-tables (1:3.13.5-r7.4-vti02) installed in root is up to date.
      root@vuduo2:~# opkg install kernel-module-x-tables
      Package kernel-module-x-tables (1:3.13.5-r7.4-vti02) installed in root is up to date.
    • Damit vielleicht?

      Quellcode

      1. opkg install kernel-module-xt-conntrack

      Also das sind die geladenen Module auf meinem System, damit funktioniert es:
      xt_conntrack
      iptable_filter
      xt_nat
      xt_tcpudp
      iptable_nat
      nf_conntrack_ipv4
      nf_defrag_ipv4
      nf_nat_ipv4
      nf_nat
      nf_conntrack
      ip_tables
      x_tables
    • ....keine Ahnung warum die Module mit lsmod nicht angezeigt werden.
      Im VTI Softwaremanager werden alle Kernelmodule, die du auch nutzt, als installiert angezeigt. :huh:
    • Einfach mal per Hand laden:

      Quellcode

      1. modprobe xt_conntrack
      2. modprobe iptable_filter
      3. modprobe xt_nat
      4. modprobe xt_tcpudp
      5. modprobe iptable_nat
      6. modprobe nf_conntrack_ipv4
      7. modprobe nf_defrag_ipv4
      8. modprobe nf_nat_ipv4
      9. modprobe nf_nat
      10. modprobe nf_conntrack
      11. modprobe ip_tables
      12. modprobe x_tables
      Alles anzeigen
    • :happy4: :happy4: :happy4:

      Vielen Dank für deine Geduld. Wünsche dir und deiner Familie schöne Ostern!!!
      Melde mich nach Ostern wieder, weil ich noch eine Baustelle habe.
      Bis dann!!!!

      lsmod.JPG

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

    • Hallo zusammen:

      Leider zu früh gefreut!!!
      Die Module:
      xt_nat
      xt_tcpudp
      iptable_nat
      nf_nat_ipv4
      nf_nat
      fliegen bei einem Neustart der Box raus und werden nicht automatisch geladen. Das Verzeichniss /etc/modules in das man Module schreiben kann, um sie beim Start automatisch zu laden, wie es bei Google oft erwähnt wird, gibt es nicht. Gibt es andere Möglichkeiten die Module automatisch zu laden?