On Tue, 18 Jul 2000, Hong F Du wrote:
> Hi All,
> Is there a routing table under netatalk or atalk? Since my atalk is
> running as a nonseed router I would like to see what other routers on
> the network too. How should I get this routing info?
> Thank you in advance.
If you are using linux, look at:
/proc/net/appletalk - shows current appletalk connections
/proc/net/atalk_iface - shows appletalk settings for each network
interface
/proc/net/atalk_route - shows appletalk routing table
You can just "cat" these files to see what the entries are. On my
network, there is only one appletalk router, so atalk_route always shows
the same address for the router field.
Andy