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 - csk4l3

#1
yep that seems to be working. Thx again mate.
#2
Hi Maurice,

thx so much for your reply and the explanation. Did not know those addresses weren't publicly routed. Could I explicitly whitelist those two exceptions or the domain *.splitdns.to-dienste.de to solve the issue. Don't really feel like messing with Unboud's rebind protection list.

Cheers mate
Crs
#3
Hi @all,

I have a very weird issue with Unbound. I have two specific domains that Unbound is unable to resolve:

idp.zentral.idp.splitdns.ti-dienste.de
erp.zentral.erp.splitdns.ti-dienste.de

When I query Google, Clouflare or Quad9 directly I do get the correct answer. But when I query 127.0.0.1 I don't get a result. Also worth mentioning that unbound-host idp.zentral.idp.splitdns.ti-dienste.de will return the correct result yet unbound-host -r idp.zentral.idp.splitdns.ti-dienste.de will not.

I asked a friend who's also running OPNsense 23.1 and he's having the same issue. Can anyone else confirm this behavior and better yet provide an explanation or even a fix?

Thx in advance to anyone who takes the time to read this or even respond! 
#4
I think I got it.

Thx a lot netnut ;)
#5
Hey netnut,

thx for your reply. Unfortunately I'm not sure what option you are referring to. I took a screenshot of the VLAN configuration options ... I do not see a way to configure any PPPoE settings from the VLAN configuration dialog.
Could you maybe be more specific?

Maybe for further clarification ... I'm trying to implement the solution described here:
https://www.du-consult.de/opnsense-so-konfiguriert-man-eine-deutschlandlan-pppoe-einwahl/

Unfortunately at step 4 I run into the error:
"The interface "pppoe0" does not exist. Make sure to apply its configuration first."
as described in my previous post.

Sorry that all the instructions are in German ^^
#6
Hi everyone,

I am attempting to create a PPPoE connection as follows:

I have a DSL modem connected to port igb0. The modem is running in bridge mode. Interface igb0 has a static IPv4 address for modem management.

I created a VLAN (VLAN 7) on interface igb0 since the ISP (Deutsche Telekom) tags the traffic on their DSL services. I then created a pppoe0 interface with my credentials using vlan0 but when I finally try to assign my pppoe0 configuration to an interface I always get the following error message:

"The interface "pppoe0" does not exist. Make sure to apply its configuration first."

Has anyone seen this before? Or better yet does anyone know how to fix this?