gokuraku has asked for the wisdom of the Perl Monks concerning the following question:
I want to use that and get the IPv6 formatted address (the hex one with the :'s) next, but I am unclear how to do that. Working with NetAddr::IP::Util I would think I can just translate it, but I can't quite get the right one. I thought I might be able to use ipv6_aton() and translate it to an RDATA string and work it from there, or even use the $hostName of something like mymachine.network.net in inet_any2n() to get a 128 bit address, but I keep coming up with empty values.$hostName = Net::Domain::hostfqdn()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Pulling IPv6 Address from Hostname
by pc88mxer (Vicar) on Mar 12, 2008 at 20:56 UTC | |
|
Re: Pulling IPv6 Address from Hostname
by idsfa (Vicar) on Mar 13, 2008 at 14:03 UTC | |
|
Re: Pulling IPv6 Address from Hostname
by Khen1950fx (Canon) on Mar 13, 2008 at 21:06 UTC | |
by gokuraku (Monk) on Mar 20, 2008 at 11:54 UTC | |
by Khen1950fx (Canon) on Mar 21, 2008 at 21:21 UTC |