Created
May 24, 2024 23:51
-
-
Save simeononsecurity/263512384ed5f70929651fc6d5e8a3db to your computer and use it in GitHub Desktop.
Google Orion Passpoint 2.0 Alta Labs Config Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"radsec": { | |
"tls": { | |
"default": { | |
"cacerts": { | |
"cacert1": | |
"-----BEGIN CERTIFICATE----- | |
-----END CERTIFICATE----- | |
", | |
"cacert2": | |
"-----BEGIN CERTIFICATE----- | |
-----END CERTIFICATE----- | |
", | |
"cacert3": | |
"-----BEGIN CERTIFICATE----- | |
-----END CERTIFICATE----- | |
" | |
}, | |
"cert": | |
"-----BEGIN CERTIFICATE----- | |
-----END CERTIFICATE----- | |
", | |
"key": | |
"-----BEGIN EC PRIVATE KEY----- | |
-----END EC PRIVATE KEY----- | |
" | |
} | |
}, | |
"realms": { | |
"*": { | |
"servers": [ "216.239.32.91", "216.239.34.91" ], | |
"tls": "default" | |
} | |
} | |
}, | |
{ | |
"hostapd": " | |
hs20=1 #HS20 Requirement | |
internet=1 #HS20 Requirement | |
interworking=1 #HS20 Requirement | |
access_network_type=2 #Orion Requirement - Chargeable Public | |
disable_dgaf=1 #Disable Group Address Forwarding (Multicast) | |
oce=6 #Optimized connectivity experience. Limits range a bit but suggest you keep. | |
ap_isolate=1 #l2 network isolation | |
venue_name=eng:Orion #Customize to your liking | |
venue_url=https://orion.google.com #Customize to your liking | |
hs20_oper_friendly_name=eng:Orion #Customize to your liking | |
radius_request_cui=1 #Orion requirement | |
radius_acct_interim_interval=300 #Orion requirement | |
roaming_consortium=F4F5E8F5F4 #Orion RCOI | |
anqp_3gpp_cell_net=310,410;310,280;310,150;313,100 #Orion AT&T offload | |
nai_realm=0,*.orion.area120.com,13[5:6],21[2:4][5:7],23[5:1][5:2],50[5:1][5:2],18[5:1][5:2] #Orion Testing Profile | |
domain_name=http://orionwifi.com #Orion requirement | |
#venue_group=1 | |
#venue_type=0 | |
" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment