Forum Discussion
Jorjjj
Nimbostratus
May 09, 2015APM - SSL VPN Client Side check based on pre-defined list of MAC ADDRESSES
Hello There
I am configuring an SSL VPN policy, where i need to filter Users connecting based on their MAC ADDRESSes
When creating my Policy, i have chosen the Client side check MACHINE INFO, bu...
kunjan
Nimbostratus
May 11, 2015You can add (4) after the chkmac_iRule_Event
Try this, there was typo earlier
when ACCESS_POLICY_AGENT_EVENT {
if { [ACCESS::policy agent_id] eq "chkmac" } {
set mac [ACCESS::session data get "session.machine_info.last.net_adapter.list.\[0\].mac_address" ]
if { [class match $mac equals macDG] } {
ACCESS::session data set "session.logon.custom.chkmac" 1
} else {
ACCESS::session data set "session.logon.custom.chkmac" 0
}
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects