From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 3 Jul 1997 16:05:13 -0700 From: beto@ncube.com beto@ncube.com Subject: multiple ethernet interfaces, naming Topicbox-Message-UUID: 5c30a0c0-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19970703230513.AQdz3Oo82-pvsj23HQbCTg0NWpDXnS1K5HWUcp0cS6I@z> I got another question about multiple ethernet interfaces. If I do announce("/tcp/*/0",....) what would be the content of /tcp/*/local if I have multiple ethernet/ip interfaces. Normally It would return something like My.ip.add.ress!nextport but if we have multiple interfaces what should it return? Some programs (bootp, arpd, ftpfs) use this trick to discover the local ip address and to generate unique port numbers. Maybe 0.0.0.0!nextport until there is a connection and it knows which ip interface? Any comments would be appreacited?