Score:0

Freeradius 3.0 accept all IP Address

pt flag

I found the following code on the internet to allow all IP in freeradius client.conf file,

client 0.0.0.0/0 {
  secret = 12345
  shortname = name
}

But This is not working in freeradius 3.0 , it is simply giving an error with no explanation.

I tried the following code, it is still giving the error

client private-network-1 {
        ipaddr          = 0.0.0.0/0
        secret          = testing123-7
}

Please help

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.