On Monday, December 06, 2010 03:24:28 pm Alan Buxey wrote:
Hi,
ISTR that you cannot listen to v4 and v6 in the same virtual server -
Hmm... There shouldn't be a problem with that.
dont shoot me, I'm just the messenger! :-)
from the current supplied default config file
# IP address on which to listen. # Allowed values are: # dotted quad (1.2.3.4) # hostname (radius.example.com) # wildcard (*) ipaddr = *
# OR, you can use an IPv6 address, but not both # at the same time.
From some other examples that I found it looks like you cannot have both of them in the same listen section, you need to have two separate listen sections in radiusd.conf
listen { type = auth ipaddr = * port = 0 } listen { type = auth ipv6addr = :: port = 0 } Johann