Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
General Discussion
»
Loopback IPv6 - how to disable
« previous
next »
Print
Pages: [
1
]
Author
Topic: Loopback IPv6 - how to disable (Read 2130 times)
redbull900
Newbie
Posts: 2
Karma: 0
Loopback IPv6 - how to disable
«
on:
May 17, 2023, 11:20:38 am »
Hi,
Hopefully someone can help me here. I am almost at a point of stopping to use this firewall. I have a fresh install of OPNsense FW OPNsense 23.1.7_3-amd64
FreeBSD 13.1-RELEASE-p7
OpenSSL 1.1.1t 7 Feb 2023
In the logs I have noticed [::1]:32226 [::1]:53 udp Pass all loopback IPv6.
Till now I have done the following :
- Firewall: Settings: Advanced > Uncheck Allow IPV6
- All interfaces have IPv6 as disabled (except for loopback)
- Manual rule which explicitly blocks IPv6.
Is there anything else I need to do, I have no intention of using anyform of IPv6 on my network.
Thanks
Redbull900
Logged
bartjsmit
Hero Member
Posts: 2018
Karma: 194
Re: Loopback IPv6 - how to disable
«
Reply #1 on:
May 17, 2023, 02:51:21 pm »
Quote from: redbull900 on May 17, 2023, 11:20:38 am
I have no intention of using anyform of IPv6 on my network.
Loopback traffic does not go on your network. Most modern OS already install IPv6 by default and many prefer it.
https://en.wikipedia.org/wiki/Comparison_of_IPv6_support_in_operating_systems
Try 'ping loopback' in a Windows command prompt.
Bart...
Logged
redbull900
Newbie
Posts: 2
Karma: 0
Re: Loopback IPv6 - how to disable
«
Reply #2 on:
May 17, 2023, 03:19:51 pm »
I appreciate your response, but it appears that my query has not been fully addressed. I would like to reiterate my request for assistance regarding the firewall's usage of IPv6 across all interfaces, particularly after disabling it.
I kindly ask for guidance on how to ensure that the firewall completely ceases the utilization of IPv6. It is crucial for me to disable IPv6 functionality throughout the system to align with my network requirements.
Thank you.
Logged
Patrick M. Hausen
Hero Member
Posts: 6829
Karma: 574
Re: Loopback IPv6 - how to disable
«
Reply #3 on:
May 17, 2023, 04:20:04 pm »
Then you will have to compile your own version of the firewall. You need a kernel without IPv6 support compiled in.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
chemlud
Hero Member
Posts: 2486
Karma: 112
Re: Loopback IPv6 - how to disable
«
Reply #4 on:
May 17, 2023, 04:42:46 pm »
In linux there is a kernel boot option ipv6.disable=1 , dunno what is exactly disabled by this. But is there something comparable in BSD maybe?
I know that there might be packages requiring ipv6 these days, though...
Logged
kind regards
chemlud
____
"The price of reliability is the pursuit of the utmost simplicity."
C.A.R. Hoare
felix eichhorns premium katzenfutter mit der extraportion energie
A router is not a switch - A router is not a switch - A router is not a switch - A rou....
Patrick M. Hausen
Hero Member
Posts: 6829
Karma: 574
Re: Loopback IPv6 - how to disable
«
Reply #5 on:
May 17, 2023, 06:53:29 pm »
@chemlud As far as I know there is no such tunable in FreeBSD but you have to compile a custom kernel with the "WITHOUT_INET6" parameter set.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
General Discussion
»
Loopback IPv6 - how to disable