osx - Mac OS X route gateway link#5 -


can tell me "link#5" means in "netstat" (netstat -rn) on mac?

this how looks (for ipv6): netstat -rn

this ifconfig: ifconfig

what gateway meant notation "link#5"?

an more hard question: why route destination "fd00::/64" created automaticaly?

has "fd00::" secial "meaning/use"?

do have provided enough information answer question?

thx! //stefan

link#5 means interface en1. (osi layer 1)
mean packet put on interface en1.

and don't care destination mac address of packet. (osi layer 2)

about osi: https://en.wikipedia.org/wiki/osi_model


Comments

Popular posts from this blog

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -