I was getting the following errors with client Posture and CoA.
In the switch I was missing the server-key from radius author
aaa server radius dynamic-author
client 1.1.1.1 server-key secretkey
auth-type all
Technical notes that I believe it worth taking, usually taken during me working on issues and projects.
Tuesday, 27 March 2018
Tuesday, 20 March 2018
Palo Alto firewall URL whitelist
Just wanted to included a reference for declaring URL keywords for Whitelisting / blocking URL's in PA firewalls
https://www.paloaltonetworks.com/documentation/71/pan-os/pan-os/url-filtering/block-and-allow-lists
https://www.paloaltonetworks.com/documentation/71/pan-os/pan-os/url-filtering/block-and-allow-lists
Thursday, 15 March 2018
SX20 not registering with CUCM
I had an SX20 not registering with CUCM, the error stated "reason=Failed to decrypt/verify signature of .."
The trick was to delete the security certificates of CUCM from SX20.
Go to Configuration -> Security -> CUCM and select "Delete CTL/ITL"
It would register in the next minutes, no need to restart.
The trick was to delete the security certificates of CUCM from SX20.
Go to Configuration -> Security -> CUCM and select "Delete CTL/ITL"
It would register in the next minutes, no need to restart.
Friday, 9 March 2018
Fortinet SSL VPN Windows 10
Recently I had to connect to a remote VPN session using Fortinet SSL VPN.
I installed the simple SSL VPN via Microsoft store on Windows 10 and I run into an issue because the firewall was using an untrusted certificate.
There are no relative option to change in the settings of the client, so searching the Internet I found the following solution that worked:
When you declare your server name use the following URL,
https://<vpn.server.addresss>:443/realmname?ignore-certificate-errors=1
relative Fortinet forum thread:
https://forum.fortinet.com/tm.aspx?m=118768&mpage=3
I installed the simple SSL VPN via Microsoft store on Windows 10 and I run into an issue because the firewall was using an untrusted certificate.
There are no relative option to change in the settings of the client, so searching the Internet I found the following solution that worked:
When you declare your server name use the following URL,
https://<vpn.server.addresss>:443/realmname?ignore-certificate-errors=1
relative Fortinet forum thread:
https://forum.fortinet.com/tm.aspx?m=118768&mpage=3
Friday, 23 February 2018
Windows QoS settings
Windows 10 don't allow applications to mark outgoing packets with QoS DSCP values.
In order to overcome this you have 2 options
New-NetQosPolicy -Name "CiscoJabber" -AppPathNameMatchCondition "CiscoJabber.exe" -DSCPAction 46
Use the following command to view the QoS policies as the powershell created policies don't show up in Local Computer Policy snap-in.
Get-NetQosPolicy
References:
Microsoft New-NetQoSPolicy
Microsoft Get-NetQosPolicy
In order to overcome this you have 2 options
- Create a group policy QoS which works only on domain networks
- Run a powershell command to create a group policy attached to all network connections Domain / Private / Public
New-NetQosPolicy -Name "CiscoJabber" -AppPathNameMatchCondition "CiscoJabber.exe" -DSCPAction 46
Use the following command to view the QoS policies as the powershell created policies don't show up in Local Computer Policy snap-in.
Get-NetQosPolicy
References:
Microsoft New-NetQoSPolicy
Microsoft Get-NetQosPolicy
Tuesday, 20 February 2018
FTD policy configuration delpoy failed
Make sure that FlexConfig is proper.
Remove all policies (NAT/ FlexConfig/ Access etc). and create empty ones and assign them to the device, then push the policy, if this works try to enabled original policies one by one to pinpoint the issue.
Remove all policies (NAT/ FlexConfig/ Access etc). and create empty ones and assign them to the device, then push the policy, if this works try to enabled original policies one by one to pinpoint the issue.
FTD Configuration Reset
I recently run into an issue that I needed to clear the configuration on a FTD 2100 series .
The steps followed are
Another way is to connect to FTD and run the following
The steps followed are
- Remove the FTD from FMC
- SSH to FTD
- configure manager delete
- You will be prompted to reset the configuration, choose yes
- configure firewall transparent
- Check configuration is clear and..
- configure firewall routed
Another way is to connect to FTD and run the following
- connect local-mgmt
- erase configuration
Subscribe to:
Posts (Atom)