Skip to content
IP-Life.net

IP-Life.net

The Adventures of a Network Security Engineer

Menu

  • About IP-Life.net
  • BGP Information
  • Contact
  • Technical Resources

Finding Directory Users & Groups Linux

Commands Just a quick reminder here as I always forget this command. getent group <group name> getent passwd <account name> id –a <account name>  

David Messenger 11th December 201518th December 2015 Linux No Comments Read more

Simple Bash Ping Script

I saw this and thought hmmm, this could come in very handy. As did ‘The Stupid Engineer‘ As it says in the title, the command is: for i in `seq 1 255`; do ping -c 1 192.168.1.$i | tr \\n

David Messenger 9th December 201520th August 2018 Linux, Networking 2 Comments Read more

Juniper Netscreen Packet-Tracer Alternative (Debug Flow)

Juniper Netscreen Packet-Tracer Alternative (Debug Flow)

Introduction Thought I would write a quick one on this as I often need to look it up as it is incredibly helpful. Cisco ASA has the packet-tracer command for testing but netscreen firewalls have something a bit different. Debug

David Messenger 9th December 20159th December 2015 Firewall, Juniper, Netscreen, Security No Comments Read more

Modify ASA Startup Config

Modify ASA Startup Config

Introduction If you ever need to modify an ASA startup config for example if you are changing internet provider and need your wife to just reboot the device so it works with your new ISP’s PPPoE settings, here’s what you

David Messenger 26th November 201518th December 2015 ASA, Cisco, Firewall 1 Comment Read more

Isilon Delete Directory

Isilon Delete Directory

Introduction If you’ve ever made the mistake of making a directory on an Isilon cluster with the wrong path but the directory contains huge amounts of data. What you need is the correct ISI command. Command This is the one

David Messenger 24th November 20154th February 2016 EMC, Isilon, Storage No Comments Read more

IPv6 Encapsulation using a tunnel broker

IPv6 Encapsulation using a tunnel broker

Introduction Ever since I started to learn more information about the IPv4 Internet as we know it and its eventual successor I was intrigued how I could connect to this new version of the Internet. Unfortunately my ISP was not

David Messenger 21st November 2015 ASA, Cisco, Firewall, IPv6, Networking, Vyatta/Vyos No Comments Read more

ESXi – Converting Thick Provisioned Disk to Thin and Vice Versa

ESXi – Converting Thick Provisioned Disk to Thin and Vice Versa

Introduction If you need to do as per the title of this post. I am lazy so cannot be bothered to re-write a great post which already exists. Link http://www.petenetlive.com/KB/Article/0000579.htm Happy days. Thanks Pete

David Messenger 16th November 2015 ESXi 5.5, VMware No Comments Read more

Turn a Linux Machine into a SOCKS Proxy in a Single Command

Turn a Linux Machine into a SOCKS Proxy in a Single Command

Introduction Need a proxy? Want to hide your IP? This is a sneaky and easy trick. Just use the following: ssh -f -N -D 0.0.0.0:1080 localhost Thats it! All there is to it. Doesn’t even need root access. Now Open-SSH

David Messenger 7th November 2015 Linux No Comments Read more

Base64-encoding Usernames & Passwords

Intoduction If a base 64 encoded password is needed for testing. Here’s the code required: Commands ~$ perl -MMIME::Base64 -e \ > ‘print encode_base64(“john\@example.org\0john\@example.org\0password”)’; This will output the following base 64 encoded string: ZGF2ZUBpcC1saWZlLm5ldABkYXZlaXAtbGlmZS5uZXQAcGFzc3dvcmQ=  

David Messenger 4th October 20156th October 2015 Linux No Comments Read more

Cisco ASA regex blocking

Cisco ASA regex blocking

Introduction I was actually doing some research on DDOS attacks and what the ASA is capable of, when I came across this little known feature. Regex or regular expressions are used to match text strings or patterns in text. My

David Messenger 30th September 20153rd October 2015 ASA, Cisco, Firewall, Web Hosting, Wordpress No Comments Read more
  • « Previous
  • Next »

Recent Posts

  • Panorama Push Failure
  • Loading Environment Variables in a Cron Job
  • Advertising a non-existent route to BGP in PAN-OS
  • Network Design – VDSL
  • NetBox Automation
  • Testing DNS Glue Records
  • Updating Netfilter Firewall Rules
  • Palo Alto Useful Links and Commands
  • Useful Python Snippets
  • Find & Replace Multiple Files

Categories

Tags

Active Directory Apache ASA bash Cacti CentOS Certificates chown Cisco CRON Drivers EMC Excel Firewall FreeBSD grep IPv6 Isilon Juniper Linux Microsoft Mint Netscreen Networking Network Monitoring Notepad++ Palo Alto PaloAltoNetworks Python RANCID Regex Routing Secure Copy Security Sophos UTM9 SSH SSL Text editors TFTP Ubuntu vim VMware Windows Wordpress yaml

Archives

  • October 2024
  • March 2022
  • February 2022
  • January 2022
  • November 2021
  • April 2021
  • February 2021
  • August 2020
  • June 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • June 2019
  • May 2019
  • January 2019
  • December 2018
  • October 2018
  • July 2018
  • May 2018
  • April 2018
  • February 2018
  • January 2018
  • December 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
IPv6 Certification Badge for davidkmessenger

Copyright © 2025 IP-Life.net. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.
 

Loading Comments...