avahi-resolve(1) General Commands Manual avahi-resolve(1)NAME
avahi-resolve - Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon
SYNOPSIS
avahi-resolve --name host-name ...
avahi-resolve-host-name host-name ...
avahi-resolve --address address ...
avahi-resolve-address address ...
DESCRIPTION
Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon. The daemon is not the standard Avahi
daemon but a proxy to a Bonjour daemon.
OPTIONS
When passing -n, specify one or more fully qualified mDNS/DNS host name(s) (e.g. "foo.local") to resolve into IP addresses on the command
line. When passing -a, specify one or more IP address to resolve into host names.
avahi-resolve-host-name is equivalent to avahi-resolve --name.
avahi-resolve-address is equivalent to avahi-resolve --address.
-n | --name
Translate one or more fully qualified host names into addresses.
-a | --address
Translate one or more addresses into fully qualified host names.
-v | --verbose
Enable verbose mode.
-6 When resolving a host name, look for IPv6 addresses exclusively.
-4 When resolving a host name, look for IPv4 addresses exclusively.
-h | --help
Show help.
-V | --version
Show version information.
SEE ALSO avahi-publish-address(1)COMMENTS
This man page was written using xml2man(1) by Oliver Kurth.
Manuals User avahi-resolve(1)
Check Out this Related Man Page
avahi-resolve(1) General Commands Manual avahi-resolve(1)NAME
avahi-resolve - Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon
SYNOPSIS
avahi-resolve --name host-name ...
avahi-resolve-host-name host-name ...
avahi-resolve --address address ...
avahi-resolve-address address ...
DESCRIPTION
Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon. The daemon is not the standard Avahi
daemon but a proxy to a Bonjour daemon.
OPTIONS
When passing -n, specify one or more fully qualified mDNS/DNS host name(s) (e.g. "foo.local") to resolve into IP addresses on the command
line. When passing -a, specify one or more IP address to resolve into host names.
avahi-resolve-host-name is equivalent to avahi-resolve --name.
avahi-resolve-address is equivalent to avahi-resolve --address.
-n | --name
Translate one or more fully qualified host names into addresses.
-a | --address
Translate one or more addresses into fully qualified host names.
-v | --verbose
Enable verbose mode.
-6 When resolving a host name, look for IPv6 addresses exclusively.
-4 When resolving a host name, look for IPv4 addresses exclusively.
-h | --help
Show help.
-V | --version
Show version information.
SEE ALSO avahi-publish-address(1)COMMENTS
This man page was written using xml2man(1) by Oliver Kurth.
Manuals User avahi-resolve(1)
I don't have DNS, and would like to resolve EVERYTHING through local /etc/hosts file.
My first sunbox has the following configuration:
# hostname
mybox.home.com
My host file is as follows:
# cat /etc/hosts
#
# Internet host table
#
127.0.0.1 localhost
192.25.x.x ... (6 Replies)
There's a piece in a C program I'm writing (Linux) that simply needs to take a host name and return an IP address (e.g., take 'mail.gnu.org' and return 199.232.76.166). I've gotten a successful status from getaddrinfo, but don't see any of the fields in the result structure that has what I'm... (7 Replies)
#!/bin/sh# 'clear'for i in $(seq -w 15 37)doecho $iecho The content in ZZ=`wget --dns-timeout=0.001 http://napdweb${i}.eao.abn-iad.ea.co.../test/test.jsp`echo $ZA="Connection timed out."echo The content in Aecho $Aexpr "$A" : '..\(...\)'echo $Adone
Hi,Please see the above program.
The above... (9 Replies)
Hi,
Does awk ever resolve params in the search pattern?..
The following awk doesnt know how to resolve ${tables}$ inside a loop.
k=`awk '/${tables}$/ ${graph}`
The search pattern has ${tables}$ and I am narrowing down my search with a $ at the end of string.
So...this leaves me with a... (13 Replies)
Hi ,
i have a requirement in which i have to ftp files to unix from windows and vice versa.
I have to encrypt files in windows which will then be decrypted in unix and vice versa.
Now the process needs to be automated ..therefore when windows server or unix server recieves the files a shell... (5 Replies)
I'm trying to write a function to get the host name of any given IP address.
I'm trying to follow this manual but I'm stuck. I'm using gcc and Linux. Any ideas?
getnameinfo()
#include <stdio.h>
#include <netdb.h>
#include <sys/socket.h>
#include <arpa/inet.h>
char... (6 Replies)
Hi,
When I query using ps -ef, the complete command is not displayed and is truncated.
Can you please tell me a method to resolve this ?
I have tried the below.
ps -ef | cat
ps -ef | grep imp >/tmp/t1.txt
/usr/ucb/ps -auxw
pargs <pid>
/usr/ucb/ps -aefyl | grep imp
Thanks (11 Replies)
I need to write a script that will take the input from a file and convert the number from centigrade to fahrenheit and vice versa.
This is what I have but it doesn't seem to be correct.
Also the data file has 11 numbers inside of it and the output needs to be listed as so:
Fahrenheit Temperature... (18 Replies)
Hi Folks,
Could anyone please point me to the right direction as I have spent so much time on this without luck. :wall:
I have installed Bind on my CentOS 5 server for internal network. The name resolution is working from the server itself only but not from the clients.
--------------... (7 Replies)
I have a file with a lot of IP addresses in it named "address.list".
address.list looks something like this:
10.77.50.11
10.77.50.110
10.77.50.111
a bunch more addresses
For every IP address I need to grep another file to see if the IP address is in the other file:
for x in `cat... (5 Replies)
I am on a VPS that is pretty much unmanaged so it means im on my own. I did my best to configure it so i can host my own site for other people to see it online but seems like i have network problems because in the last days many of my users report they cant enter my site from my domain and... (7 Replies)
Hi all,
I always thought DNS server = provide DNS response (host to ip / ip to host) to DNS client (which send DNS resolve request).
So in my solaris 10 box, i setup /etc/resolv/conf, /etc/nsswitch.conf (added in dns) etc.
Yes, i am able to dig and nslookup. But.. am i a DNS client ?
... (5 Replies)