Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Machspeed

#1
18.1 Legacy Series / Zerotier + HDHomeRun (DLNA)
June 29, 2018, 08:35:49 AM
Hello,

I'm trying to figure out how to approach DLNA streaming over internet from my local LAN (192.168.1.0/24)
The DLNA device has a static ip on the LAN.
I've setup the zerotier interface (OPT1) and my intention is to have some kind of bridge between the LAN DLNA ip and the OPT1 zerotier network, to make it appear as if the DLNA server is also on the zerotier network.
This works if I have a LAN Steam client connected to the zerotier network, meaning that I can stream Steam over the internet through the zerotier network.

I've tried following HOWTO - Routing Traffic over Private VPN https://forum.opnsense.org/index.php?topic=4979.0 up until Step 9 but I don't have a VPN_Gateway with zerotier (is it beacuse zerotier is a simple switch, not a router?) and without putting in the gateway it doesn't seem to work.

Now I'm trying to figure out if maybe I need a different approach? I've read about IGMP Proxy but don't know if it will work? Then I've heard about quagga routing, maybe that would work?

I've got a feeling that the answer is very close but can't figure it out.
Any hints?
#2
Hello,

I've been using pfsense for several years and wanted to try opnsense. However, it seems that the latest relase 18.1.6 is not working by default for my configuration, which is pretty standard.
I'm booting from an usb stick, on a Celeron with 2 lan interfaces, one is WAN (eth0), the other is LAN(eth1) going to a switch.

After starting the nano release I configured the interfaces and set the default ip for the router on the lan 192.168.1.1
Then I launch the web interface and run the wizard, enable the DHCP LAN for the clients, configuring the pppoe link.
The dashboard shows both interfaces up and running, ping and traceroute from the opnsense on the pppoe interface is working.

However the lan clients don't get routed to the pppoe interface and the internet is inaccessible.

Seems to be related to this bug https://github.com/opnsense/core/issues/2186
which is closed right now but seems to be re-opened on the 18.1.6 build.

The routing table show the default route as 're0' under 'netif' when it should be pppoe, as far as I understand.