Segfault at src/lib/misc.c:1193 in 3.0.4 (3.0.11 looks very similar)

Mike Ely me at mikeely.org
Mon Oct 3 19:38:29 CEST 2016


>   All I need is the "proxy.conf" file.  With IP addresses and secrets changed.
>
>   Alan DeKok.
>

That helps a lot. I've stripped comments and obfuscated in a way that's 
logically consistent with our config, so the munged names, IPs, etc 
should map to one another in the same way as the real ones do.

proxy server {
         synchronous = no
         retry_delay = 5
         retry_count = 3
         dead_time = 120
         default_fallback = no
         post_proxy_authorize = no

}

home_server a.radius.anaheim {
         type            =       auth+acct
         ipaddr          =       a.radius.anaheim.example.net
         port            =       1812
         secret          = nope
         strip
}

home_server b.radius.anaheim {
         type            =       auth+acct
         ipaddr          =       b.radius.anaheim.example.net
         port            =       1812
         secret          = nope
         strip
}

home_server c.radius.anaheim {
         type            =       auth+acct
         ipaddr          =       c.radius.anaheim.example.net
         port            =       1812
         secret          = nope
         strip
}

home_server d.radius.anaheim {
         type            =       auth+acct
         ipaddr          =       d.radius.anaheim.example.net
         port            =       1812
         secret          = nope
         strip
}

home_server_pool example_load_balance {
         type    =       load-balance
         home_server     =       a.radius.anaheim
         home_server     =       b.radius.anaheim
         home_server     =       c.radius.anaheim
         home_server     =       d.radius.anaheim
}

realm example.net {
         pool    =       example_load_balance
         nostrip
}

realm mickey1.com {
         pool    =       example_load_balance
         strip
}

realm "fred-test.com" {
         type            = radius
         authhost        = 10.1.3.226:2015
         accthost        = 10.1.3.226:2016
         secret          = nope
         nostrip
}

realm "fred.barney.com" {
         type            = radius
         authhost        = bigauth3.special1.fred.com:2015
         accthost        = bigauth4.special1.fred.com:2016
         secret          = nope
         nostrip
}
realm "fred.barney.com" {
         type            = radius
         authhost        = bigauth3.special2.fred.com:2015
         accthost        = bigauth4.special2.fred.com:2016
         secret          = nope
         nostrip
}

realm "fred.com" {
         type            = radius
         authhost        = bigauth3.special1.fred.com:2015
         accthost        = bigauth4.special1.fred.com:2016
         secret          = nope
         nostrip
}
realm "fred.com" {
         type            = radius
         authhost        = bigauth3.special2.fred.com:2015
         accthost        = bigauth4.special2.fred.com:2016
         secret          = nope
         nostrip
}

realm "pluto.net" {
         type            = radius
         authhost        = bigauth3.special1.fred.com:2015
         accthost        = bigauth4.special1.fred.com:2016
         secret          = nope
         nostrip
}
realm "pluto.net" {
         type            = radius
         authhost        = bigauth3.special2.fred.com:2015
         accthost        = bigauth4.special2.fred.com:2016
         secret          = nope
         nostrip
}

realm "pluto.com" {
         type            = radius
         authhost        = bigauth3.special1.fred.com:2015
         accthost        = bigauth4.special1.fred.com:2016
         secret          = nope
         nostrip
}

realm "minnie.net" {
         type            = radius
         authhost        = bigauth3.special1.fred.com:2015
         accthost        = bigauth4.special1.fred.com:2016
         secret          = nope
         nostrip
}
realm "minnie.net" {
         type            = radius
         authhost        = bigauth3.special2.fred.com:2015
         accthost        = bigauth4.special2.fred.com:2016
         secret          = nope
         nostrip
}

realm "minnie.com" {
         type            = radius
         authhost        = bigauth3.special1.fred.com:2015
         accthost        = bigauth4.special1.fred.com:2016
         secret          = nope
         nostrip
}
realm "minnie.com" {
         type            = radius
         authhost        = bigauth3.special2.fred.com:2015
         accthost        = bigauth4.special2.fred.com:2016
         secret          = nope
         nostrip
}
realm "daffy.net" {
         type            = radius
         authhost        = 10.4.1.38
         accthost        = 10.4.1.38
         secret          = nope
         nostrip
}
realm "daffy.net" {
         type            = radius
         authhost        = 10.4.2.21
         accthost        = 10.4.1.38
         secret          = nope
         nostrip
}
realm "daffy.net" {
         type            = radius
         authhost        = 10.5.1.7
         accthost        = 10.4.1.38
         secret          = nope
         nostrip
}

realm "clarabelle.com" {
         type            = radius
         authhost        = 10.4.1.38
         accthost        = 10.4.1.38
         secret          = nope
         nostrip
}
realm "clarabelle.com" {
         type            = radius
         authhost        = 10.4.2.21
         accthost        = 10.4.1.38
         secret          = nope
         nostrip
}
realm "clarabelle.com" {
         type            = radius
         authhost        = 10.5.1.7
         accthost        = 10.4.1.38
         secret          = nope
         nostrip
}


realm LOCAL {
         type            = radius
         authhost        = LOCAL
         accthost        = LOCAL
}

realm popeye {
         type            = radius
         authhost        = LOCAL
         accthost        = LOCAL
         nostrip
}

realm bluto {
         type            = radius
         authhost        = LOCAL
         accthost        = LOCAL
         nostrip
}


More information about the Freeradius-Users mailing list