1localinfo(1) sofia-sip localinfo(1)
2
3
4
6 localinfo - list local network addresses
7
9 localinfo [-imdn46gslh] [domainname]
10
12 The localinfo utility will obtain the local network addresses and print
13 them.
14
16 The localinfo utility accepts following command line options:
17
18 -i include interface name.
19
20 -m map IPv4 addresses.
21
22 -d require a reverse DNS entry.
23
24 -n use numeric host names.
25
26 -4 IPv4 only.
27
28 -6 IPv6 only (but including mapped IPv4 addresses).
29
30 -g Global addresses.
31
32 -s Site-level addresses.
33
34 -l Link-level addresses.
35
36 -h Host-internal addresses.
37
39 You want to find out local IPv6 addresses:
40
41 $ localinfo -6
42
43
44 You want to find out to link-local addresses
45
46 $ localinfo -l -n
47
48
50 Report bugs to <sofia-sip-devel@lists.sourceforge.net>.
51
53 Written by Pekka Pessi <pekka -dot pessi -at- nokia -dot- com>
54
56 Copyright (C) 2005 Nokia Corporation.
57
58 This program is free software; see the source for copying conditions.
59 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
60 PARTICULAR PURPOSE.
61
62
63
64Version 1.12.6 31 Jul 2007 localinfo(1)