What's new

TWO AX92U OPENVPN TAP -NO WORK STB IPTV TRAFFIC MULTICAST/IGMP-

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Fardao

New Around Here
Hello friends,

I have two ax92u routers with firmware asuswrt-merlin by genuton from GitHub

MY HOUSE

ISP ROUTER 192.168.1.1

AX92U Server LAN 192.168.100.1

OPENVPN SERVER TAP

Code:
daemon ovpn-server1
server-bridge 192.168.100.1 255.255.255.0 192.168.100.200 192.168.100.254
proto udp4
multihome
port 1194
dev tap21
txqueuelen 1000
data-ciphers AES-256-GCM:AES-128-GCM:AES-256-CBC:AES-128-CBC
data-ciphers-fallback AES-128-CBC
auth SHA512
keepalive 15 60
verb 3
client-config-dir ccd
client-to-client
route 192.168.100.1 255.255.255.0
push "route 192.168.100.1 255.255.255.0"
push "dhcp-option DNS 1.1.1.1"
push "dhcp-option DNS 1.0.0.1"
push "dhcp-option DNS 192.168.100.1"
push "route-gateway 192.168.100.1"
push "redirect-gateway def1"
tls-auth static.key 0
plugin /usr/lib/openvpn-plugin-auth-pam.so openvpn
ca ca.crt
dh dh.pem
cert server.crt
key server.key
script-security 2
up 'ovpn-up 1 server'
down 'ovpn-down 1 server'
status-version 2
status status 5

SECOND HOUSE
ISP ROUTER 192.168.1.1

AX92U Client LAN
192.168.50.1

Code:
client
dev tap
;dev-node MyTap
proto udp
remote DNS.NO-IP.COM 1194
resolv-retry infinite
nobind
float
ncp-ciphers AES-256-GCM:AES-128-GCM:AES-256-CBC:AES-128-CBC
auth SHA512
keepalive 15 60
auth-user-pass
remote-cert-tls server
<ca>
...
</ca>
<cert>
...
</cert>
<key>
...
</key>
<tls-auth>
...
</tls-auth>
key-direction 1

The client manages to have a public IP of my house but no trace of the multicast/igmp traffic to see the iptv in the STB

Any idea?
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top