Skip to content

Generate a random IP address with Bash

  1. echo $((RANDOM%256)).$((RANDOM%256)).$((RANDOM%256)).$((RANDOM%256))