为什么我的freeradius sever忽略FE80 :: / 16客户端?
client.conf: client localhost { ipaddr = 127.0.0.1 < secret = testing123< require_message_authenticator = no nastype = other } client fe80::/16 { secret = testing123-2< shortname = local-link< } client 192.168.0.0/16 { secret = testing123-2 shortname = private-network-1> }
您可能需要明确指定其IPv6地址。
尝试使用:
ipv6addr = fe80::%<scope> netmask = 16
如果这不起作用,您应该升级到最新的3.0.x版本。