Questa domanda ha già una risposta qui:
- Alternativa di "route -n" di Linux in Mac 1 risposta
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?