Unifi uses option 43 so the switches and AccessPoints can find its controller if it is not present on the same L2 network. Option 43 should be filled out with…
Create a new config file under the rsyslog config directory sudo vim /etc/rsyslog.d/30-forward-logs.conf Use single @ for udp forwardingUse double @ for tcp forwarding Example of udp forwarding *.* @172.16.204.1:514…
Create a new rsyslog config file sudo vim /etc/rsyslog.d/10-auth.log.conf Add the following text :msg, contains, ":session" /var/log/rsyslog-auth.log :msg, contains, ":auth" /var/log/rsyslog-auth.log :msg, contains, "COMMAND=" /var/log/rsyslog-auth.log :msg, contains, "session opened for…
Create a folder to contain the .cfg files sudo mkdir -p /etc/haproxy/haproxy.d Change the systemd file used for the HAProxy Service sudo vim /etc/systemd/system/multi-user.target.wants/haproxy.service Find the line that starts with…
Prerequisites IIS must be installed and working from the clients that will need the RootCA or certs signed by the RootCA server. See more for a simple IIS install guide…
Prerequisites IIS must be installed and working from the clients that will need the RootCA or certs signed by the RootCA server. See more for a simple IIS install guide…
Open powershell and install the iis windwos feature mkdir c:\inetpub\certs New-WebVirtualDirectory -Site "Default Web Site" -Name "certs" -PhysicalPath "c:\inetpub\certs" Open the IIS manager Expand the Sites and expand the Default…
config system settings set sip-expecation disable end config voip profile next edit Disable-SIP-ALG show config sip show set status disable set strict-register disable end next end
Management *Missing from this guide. Management users from central user database ( LDAP, SAML etc ) Configure the web management portsHostname and the Alias of the firewalls.I enable LLDP for…
Management Network Should be independent from production or business traffic, it does not have to compete for resources and management access can be maintained when reconfiguring the production network. Policies…