Skip to content

Commit

Permalink
Update radsecproxy.conf.template
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity authored Feb 27, 2024
1 parent 3a3b1e9 commit 49f6e48
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions config/radsecproxy.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,39 @@ realm "*.orion.area120.com" {
}
}

realm "wlan.mnc240.mcc310.3gppnetwork.org" {
type tls
tls OR-certs-anp
secret secret
server {
name tmobile_server
host aaa.geo.t-mobile.com:2083
type tls
}
}

realm "wlan.mnc260.mcc310.3gppnetwork.org" {
type tls
tls OR-certs-anp
secret secret
server {
name tmobile_server
host aaa.geo.t-mobile.com:2083
type tls
}
}

realm "wlan.mnc210.mcc310.3gppnetwork.org" {
type tls
tls OR-certs-anp
secret secret
server {
name tmobile_server
host aaa.geo.t-mobile.com:2083
type tls
}
}

realm * {
server OR-dynamic
accountingServer OR-dynamic
Expand Down

0 comments on commit 49f6e48

Please sign in to comment.