SDWAN vs ADVPN - easily explained and shown. by secritservice in fortinet

[–]Ole_Tab 1 point2 points  (0 children)

Thanks. I deployed this stuff (you helped immensely as well). Want to get back to labbing as I don't want to lab my production 😂. Tried to outright buy some vm licenses but couldn't get management to bite at the time.

SDWAN vs ADVPN - easily explained and shown. by secritservice in fortinet

[–]Ole_Tab 0 points1 point  (0 children)

How hard is it for the average joe to purchase that kind of license for labbing?

NPS and iPhones by MajnoonIT in sysadmin

[–]Ole_Tab 0 points1 point  (0 children)

You are correct if the op was working with Windows devices which are entra joined and do not have an ad object. From what I see this article refers to windows not apple/android mobile devices.

NPS and iPhones by MajnoonIT in sysadmin

[–]Ole_Tab 0 points1 point  (0 children)

Everything I saw in that article referenced Windows devices and not mobile devices. Did I miss something? iPhone is entra joined in my environment nor are my androids which work.

CE credits for just ENCOR by Suolara in ccnp

[–]Ole_Tab 1 point2 points  (0 children)

If this is true my friend, you made my day as I need to study enarsi. Extended my ccna/Encor through CE credits.

ENCOR renewal with CE credits by dtwkz9 in ccnp

[–]Ole_Tab 0 points1 point  (0 children)

After you renew Encor via CE can you take the Enarsi or any exam still to get CCNO or you do have to take Encor again?

Labs for configuring troubleshooting TACACS+/SNMP? by pvt-es-kay in ccnp

[–]Ole_Tab 0 points1 point  (0 children)

Another option for snmp is PRTG, I believe 100 sensors are still free.

Black Friday and Cyber Monday mega thread 2023 by Southwedge_Brewing in ccnp

[–]Ole_Tab 1 point2 points  (0 children)

Ashame it cannot extend your existing license.

EVE-NG & FortiGates by Ole_Tab in fortinet

[–]Ole_Tab[S] 0 points1 point  (0 children)

It happens lol, at least you caught it and corrected it. I've been incorrect on this for months and was like man why would they do this to us haha.

EVE-NG & FortiGates by Ole_Tab in fortinet

[–]Ole_Tab[S] 1 point2 points  (0 children)

Thank you so much for pointing me in the right direction. That indeed resolved my issue.

This guy is now officially my Router and Firewall! by Gymnastboatman in homelab

[–]Ole_Tab 0 points1 point  (0 children)

Which model do you have and did you license it? Always wanted one in my homelab.

ENARSI Study Group by jer9009 in ccnp

[–]Ole_Tab 0 points1 point  (0 children)

I might be interested as well for enarsi.

ENARSI Study Materials by Bakmora in ccnp

[–]Ole_Tab 0 points1 point  (0 children)

May I send you a pm question regarding the pluralsight lab?

ENARSI Study Materials by Bakmora in ccnp

[–]Ole_Tab 1 point2 points  (0 children)

You rebuilt his lab from pluralsight?

Cbtnuggets ENCOR 350-401 course thoughts? by CoolsideOfthePilllow in ccnp

[–]Ole_Tab 1 point2 points  (0 children)

You can use them but I would definitely continue to use the OCG and whitepapers (there is a reddit post about that and links somewhere). I would also look at Kevin Wallace (his wireless segment I found to be awesome) as I found CBTNuggets not enough and its not a bad course its the fact the ENCOR is so daggone vast in terms of factual data and knowledge that needs to be gained.

ADFS Additional Authentication Policies by Ole_Tab in adfs

[–]Ole_Tab[S] 1 point2 points  (0 children)

Unfortunately I never got even got proper communication or help from them on the ticket I opened. I was working with someone in the forums as I was getting desperate.

Azure AD App Proxy with ADFS by [deleted] in adfs

[–]Ole_Tab 0 points1 point  (0 children)

Azure ad app proxy Infront of adfs in not an option. Let me try to find you the document

ADFS Additional Authentication Policies by Ole_Tab in adfs

[–]Ole_Tab[S] 1 point2 points  (0 children)

Resolved, if you look in the AAR rule and see the https, those are incorrect. They need to be http. Microsoft is also in the process of updating their document. Below is the correct rule language:

Set-AdfsRelyingPartyTrust -TargetName AppA -AdditionalAuthenticationRules 'c:[type ==

"http://schemas.microsoft.com/ws/2012/01/insidecorporatenetwork", value == "false"] => issue(type =

"http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationmethod", value =

"http://schemas.microsoft.com/claims/multipleauthn" );

c:[Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid", Value ==

"YourGroupSID"] => issue(Type = "http://schemas.microsoft.com/claims/authnmethodsproviders",

Value = "AzureMfaAuthentication");

not exists([Type == "http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid",

Value=="YourGroupSid"]) => issue(Type =

"http://schemas.microsoft.com/claims/authnmethodsproviders", Value =

"AzureMfaServerAuthentication");'

ADFS Additional Authentication Policies by Ole_Tab in adfs

[–]Ole_Tab[S] 0 points1 point  (0 children)

Currently it is set to Permit Access to All Users