I'ved noticed the Airport Configuration Utility from Apple requires "elevation" (= run as administrator) to work properly on a Windows 8/8.1.
If it still throws out an error after connecting, try disabling IPv6, then reboot.
SwitchExplorer for Brocade FC switches no longer works properly on more recent versions of Java, because of security constraints. They can, however, be relaxed so you can still access your switches.
jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
Note for Windows Vista and up: open the file elevated, or you won't be able to save it.
http://files.nl.pfsense.org/mirror/downloads/
Contains newest and old releases.
Using EMS (Exchange Management Shell), you can quickly retrieve a list of mailboxes not using the default quotas:
Get-Mailbox | Where { $_.UseDatabaseQuotaDefaults -eq $False } | Select Name,UseDatabaseQuotaDefaults,ProhibitSendQuota
There are two online training resources available for Aerohive:
Found this online blacklist lookup tool. It checks even more lists than the one at mxtoolbox.com:
To generate an SPF-record for your domain with the proper syntax, you can use the wizard at:
To verify an SPF-record after it's in place:
Read more on SPF: http://www.openspf.org/
A very interesting read about Wi-Fi implementations and its pitfalls in larger deployments, in particular about the usage of channels and the importance of channel plans.
The quick and dirty way to set up an NTP server on Debian Linux for your network.
This has been tested using Debian 7.0 "Wheezy".
1. Install NTP server:
apt-get install ntp
2. Edit /etc/ntp.conf: add the networks that are allowed to sync with your time server like so (Adjust parameters accordingly.):
restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap
3. Restart the NTP service:
/etc/init.d/ntp restart
4. Set your device/computer/server to use your NTP server
To get this card running on Windows Server 2012 and 2012 R2, you need this driver:
Newer versions no longer seem to support this card.
You can clear the WINS cache (NBT) by using the command prompt in a similar fashion as clearing the DNS cache:
nbtstat -R
Note that this only clears the cache. Normally you would want to repopulate it by running a new discovery (reregistration) on the network, like so:
nbtstat -RR
Important for PPPoE connections on a Dell Sonicwall: with the current firmwares, the MTU is not automatically lowered to 1492 when using PPPoE as your WAN interface type. By default, it remains on 1500, so you need to manually adjust it to 1492.
This can be done by going in to the interface properties → Advanced, where you'll find a field to set the MTU.
« ‹ | November 2024 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |