On Fri, 2003-11-28 at 17:22, Kim Jørgensen wrote:
> And you are sure there is an ip on lo0 (127.0.0.1)? How does your routes
> look like (`route -n show`)?
# ifconfig lo0
lo0: flags=8149<UP,LOOPBACK,RUNNING,PROMISC,MULTICAST> mtu 33224
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
# route -n show
Routing tables
Internet:
Destination Gateway Flags
default x.y.z.254 UG
127.0.0.0 127.0.0.1 UG
127.0.0.1 127.0.0.1 UH
x.y.z.0 link#1 U
x.y.z.2 0:2:55:6d:7:69 UH
x.y.z.13 127.0.0.1 UGH
x.y.z.13 link#1 U
x.y.z.16 0:60:8:79:e1:cd UH
x.y.z.23 127.0.0.1 UGH
x.y.z.41 0:a:e6:23:8e:1e UH
x.y.z.54 0:a:e6:22:8e:8a UH
x.y.z.59 0:20:ed:8e:2c:4 UH
x.y.z.254 link#1 UH
224.0.0.0 127.0.0.1 U
.23 is the addresso of the $int_if and .13 is an alias for the $int_if
--
Thelmo