GnuTLS and Secure Key Files

GnuTLS can’t use an encrypted key file.  To create a duplicate key file with no encryption.   openssl rsa -in server.key -out server-insecure.key   It is also best to set your keys to 400 and your certs to 444.    ...

MTCNA Training June 3-5, Buckhannon, WV

Course Description & Syllabi This three day course will cover MikroTik official certification material plus much more! Real world examples will be shown and demonstrated as part of the class. Each student will obtain a base understanding of MikroTik RouterOS and...

Find Public IP via Command Line

Sometimes when setting up NAT it is useful to see if you have done your configuration correctly.  Using this command you can see what your public IP address is from a command line.   wget -qO – http://www.whatismyip.org