Come ottenere la tabella di routing nel terminale [duplicato]

0
    

Questa domanda ha già una risposta qui:

    

Come posso ottenere le tabelle di routing nella riga di comando? Su una normale macchina Unix posso usare

[user@server ~]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         10.0.0.1        0.0.0.0         UG    0      0        0 enp5s0
10.0.0.0        0.0.0.0         255.0.0.0       U     0      0        0 enp5s0
169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 enp5s0

Sul mio macbook, questo non funziona

[user@macbook ~]# > route -n
usage: route [-dnqtv] command [[modifiers] args]

Che cos'è il comando equivilent?

    
posta Matt Clark 07.01.2016 - 19:04
fonte

1 risposta

2

Prova

netstat -r

Si noti che questo risolverà i nomi dei gateway, se possibile. Questo richiede un po 'di tempo. Se non ti serve, esegui

netstat -rn
    
risposta data 07.01.2016 - 19:21
fonte

Leggi altre domande sui tag