Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
getting IP v6 addresses within the LAN interface when IP V6 is set to none
« previous
next »
Print
Pages: [
1
]
Author
Topic: getting IP v6 addresses within the LAN interface when IP V6 is set to none (Read 525 times)
RobLatour
Full Member
Posts: 132
Karma: 7
getting IP v6 addresses within the LAN interface when IP V6 is set to none
«
on:
October 03, 2024, 05:01:53 pm »
In OPNSense, on my LAN interface I have:
IPv4 Configuration Type set to Static IPv4
IPv4 Configuration Type set to None
However, from Windows, if I ping one of my devices within the LAN from another device in the LAN using the command as follows:
ping venus.local
I get an IP v6 address.
However, if I ping the same device with
ping -4 vensu.local
I get the expected IP v4 address.
I found this out the hard way, after something broke and it took me a couple hours to find the issue was this behaviour (i.e. venus.local reporting an IPv6 address rather than an IPv4 address).
I'm not sure, but I suspect the IP v6 address is being generated from a switch within the LAN interface.
Is there anything that can be done in OPNSense to prevent this?
(I suspect no, but thought I would ask all the same).
«
Last Edit: October 03, 2024, 05:05:06 pm by RobLatour
»
Logged
Patrick M. Hausen
Hero Member
Posts: 6802
Karma: 571
Re: getting IP v6 addresses within the LAN interface when IP V6 is set to none
«
Reply #1 on:
October 03, 2024, 05:24:08 pm »
Does the IPv6 address start with fe80:? If yes, that's a link local address. Devices generate these themselves. You would have to disable IPv6 *somehow* on each and every single device on your network.
It's 2024 - IPv6 is in every current desktop or server operating system and it's enabled by default. It's not going away.
«
Last Edit: October 03, 2024, 05:27:47 pm by Patrick M. Hausen
»
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
RobLatour
Full Member
Posts: 132
Karma: 7
Re: getting IP v6 addresses within the LAN interface when IP V6 is set to none
«
Reply #2 on:
October 03, 2024, 06:30:41 pm »
yes, it starts with fe80:
Logged
Patrick M. Hausen
Hero Member
Posts: 6802
Karma: 571
Re: getting IP v6 addresses within the LAN interface when IP V6 is set to none
«
Reply #3 on:
October 03, 2024, 06:41:38 pm »
If you boot a Windows system, it's going to autoconfigure IPv6. If you boot a Mac, the same. If your PC/Mac talks to your printer via mDNS, it's most probably IPv6. There is no way back to IPv4 only.
Logged
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do.
(Isaac Asimov)
Monviech (Cedrik)
Global Moderator
Hero Member
Posts: 1599
Karma: 176
Re: getting IP v6 addresses within the LAN interface when IP V6 is set to none
«
Reply #4 on:
October 03, 2024, 07:35:20 pm »
That meme is amazing and Im going to steal it.
Logged
Hardware:
DEC740
dseven
Sr. Member
Posts: 303
Karma: 33
Re: getting IP v6 addresses within the LAN interface when IP V6 is set to none
«
Reply #5 on:
October 03, 2024, 08:30:30 pm »
Further to the above; .local is the standard prefix for mDNS. OPNsense wouldn't be involved at all (assuming the two hosts are on the same subnet).
Logged
RobLatour
Full Member
Posts: 132
Karma: 7
Re: getting IP v6 addresses within the LAN interface when IP V6 is set to none
«
Reply #6 on:
October 03, 2024, 11:22:21 pm »
Yes, that's all pretty much the way I figured it - just thought I'd ask incase there was something OPNSense could do - but obviously not.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
getting IP v6 addresses within the LAN interface when IP V6 is set to none