https://www.whatsmydns.net/
useful for checking if 3rd party has created the txt record or not when setting up SSL certs with godaddy.
the txt record needs to be created on the main .domain.com not subdomain.domain.com
Showing posts with label tools. Show all posts
Showing posts with label tools. Show all posts
Wednesday, 13 September 2017
Monday, 18 July 2016
Use nslookup to find the IP addresses of the domain controllers
You can use Nslookup is a command-line tool that displays information you can use to diagnose Domain Name System (DNS) infrastructure.
- Click Start, and then click Run.
- In the Open box, type cmd.
- Type nslookup, and then press ENTER.
- Type set type=all, and then press ENTER.
- Type _ldap._tcp.dc._msdcs.
Wednesday, 21 October 2015
Tuesday, 6 October 2015
Wednesday, 9 July 2014
testing bandwidth
iperf
https://iperf.fr/
good for testing across WAN links etc
Server
iperf -s
Client (run test for 30 seconds)
iperf -c x.x.x.x -R -t 30
Iperf3 is the latest version (set the bandwidth to get the full speed)
https://iperf.fr/
good for testing across WAN links etc
Server
iperf -s
Client (run test for 30 seconds)
iperf -c x.x.x.x -R -t 30
Iperf3 is the latest version (set the bandwidth to get the full speed)
iperf3.exe -u -c x.x.x.x -b 1000M -t 30
-i creates more streams
-u can give better performance also
-i creates more streams
-u can give better performance also
Window size can give better results too.
iperf3.exe -u -c x.x.x.x -b 1000M -t 60 -w 64MB -i 3
Wednesday, 2 July 2014
screenshot software
http://getgreenshot.org/
Thursday, 12 September 2013
subnet calculator tool
Good calculator here for dividing up larger subnets into smaller ones
http://www.davidc.net/sites/default/subnets/subnets.html
A /16 breaks up into two /17's, a /17 breaks up into two /18's and so on
As you break up a /16 you get more networks but less hosts
http://www.davidc.net/sites/default/subnets/subnets.html
A /16 breaks up into two /17's, a /17 breaks up into two /18's and so on
As you break up a /16 you get more networks but less hosts
| mask | networks | hosts |
| /16 | 1 | 65534 |
| /17 | 2 | 32766 |
| /18 | 4 | 16382 |
| /19 | 8 | 8190 |
| /20 | 16 | 4096 |
| /21 | 32 | 2046 |
| /22 | 64 | 1022 |
| /23 | 128 | 510 |
| /24 | 256 | 254 |
| /25 | 512 | 126 |
| /26 | 1024 | 62 |
| /27 | 2048 | 30 |
| /28 | 4096 | 14 |
| /29 | 8192 | 6 |
| /30 | 16384 | 2 |
Subscribe to:
Posts (Atom)