[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Convert IP6 address to IP4
From: |
Dennis Williamson |
Subject: |
Re: [Help-bash] Convert IP6 address to IP4 |
Date: |
Fri, 23 Nov 2018 10:24:53 -0600 |
On Fri, Nov 23, 2018, 10:20 AM Jerry <address@hidden wrote:
> I am looking for a Bash script that can convert an IP6 address to IP4
> format.
> I don't know if it is even possible in Bash but I thought I would ask.
>
> Thanks!
>
> --
> Jerry
>
Your first problem is that IPv6 addresses are 128 bits and IPv4 addresses
are only 32 bits.
>