How do I display the ipv6 routes on redhat using netstat?



  • Also see: the man page on netstat.

    $ netstat -A inet6 -rn
    Kernel IPv6 routing table
    Destination                    Next Hop                   Flag Met Ref Use If
    ::1/128                        ::                         U    256 2     0 lo
    2a05:d01c:899:1a01::/64        ::                         UA   256 1     0 eth0
    fe80::/64                      ::                         U    256 2     0 eth0
    ::/0                           fe80::43c:e4ff:fede:b634   UGDAe 1024 1     0 eth0
    ::1/128                        ::                         Un   0   3     0 lo
    fe80::4f3:70ff:feba:f888/128   ::                         Un   0   3     0 eth0
    ff00::/8                       ::                         U    256 3     0 eth0
    ::/0                           ::                         !n   -1  1     0 lo
    

Log in to reply
 

© Lightnetics 2024