Alright thank you guys :)
And yes it's a static setup for additional ipv6 prefixes.
And yes it's a static setup for additional ipv6 prefixes.
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 MenuWelcome! OPNsense is running in live mode from install media. Please
login as 'root' to continue in live mode, or as 'installer' to start the
installation. Use the default or previously-imported root password for
both accounts. Remote login via SSH is also enabled.
>>> Invoking stop script 'beep'
..................
Syncing disks, vnodes remaining... 0 0 0 0 done
All buffers synced.
Uptime: 6m30s
Quote from: pmhausen on June 10, 2021, 09:23:08 AMQuote from: Voodoo on June 03, 2021, 09:58:22 PMAnd this is a problem, because ...?
I noticed unbound leaks all subnets configured in opnsense.
# check dns server
user@docker1:~# nslookup docker1
Server: 192.168.1.1 <- used dns server
Address: 192.168.1.1#53
Name: docker1.example.com
Address: 192.168.1.11
# ptr on dns server
user@docker1:~# nslookup 192.168.1.1
1.1.168.192.in-addr.arpa name = firewall1.example.com.
# get all subnets
user@docker1:~# nslookup firewall1.example.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: firewall1.example.com
Address: 192.168.1.1
Name: firewall1.example.com
Address: 192.168.2.1
Name: firewall1.example.com
Address: 192.168.3.1
... (removed entries)
Name: firewall1.example.com
Address: 10.10.1.0
Name: firewall1.example.com
Address: 10.20.2.0
Name: firewall1.example.com
Address: 10.20.0.2
... (removed entries)
Name: firewall1.example.com
Address: 2a02:****
Name: firewall1.example.com
Address: 2a02:****
Name: firewall1.example.com
Address: 2a02:****
... (removed entries)
Quote
There were random sleeps added to "fix" race conditions, validation
functions that just returned true, catastrophic cryptographic
vulnerabilities, whole parts of the protocol unimplemented, kernel
panics, security bypasses, overflows, random printf statements deep in
crypto code, the most spectacular buffer overflows, and the whole litany
of awful things that go wrong when people aren't careful when they write
C. Or, more simply, it seems typical of what happens when code ships
that wasn't meant to. It was essentially an incomplete half-baked
implementation – nothing close to something anybody would want on a
production machine.