16 Oct
2006
16 Oct
'06
2:18 p.m.
DEFAULT Realm != "NULL" NAS-IP-Address := `%{Realm}`
But instead of the expected result, I am observing:
NAS-IP-Address := 255.255.255.255
You are assigning a string value to an attribute that carries an IP address. Sounds like a less-than-perfect idea to me.
Stefan, Actually, in my situation I know that realm will always be an IP address. However when using the "realm DEFAULT {}" configuration, I want the Realm variable to be set to the IP address, but instead, it appears to be set to the word "DEFAULT". So I am asking what is a way to overcome this bug (or feature, I'm still not sure which it is.)