Mac saya tidak dapat menjangkau server lain di LAN.
janos@macbook:~$ netstat -r
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 192.168.0.1 UGSc 19 0 en1
127 localhost UCS 0 0 lo0
localhost localhost UH 6 6515 lo0
169.254 link#5 UCS 0 0 en1
192.168.0 link#5 UCS 2 0 en1
192.168.0.1 cc:35:40:2a:ed:2d UHLWIir 20 0 en1 204
192.168.0.11/32 link#5 UCS 0 0 en1
m link#5 UHRLWI 0 904 en1 8
Apa link#5
tabel perutean dan bagaimana saya bisa menghapusnya? Saya sudah mencoba:
sudo route -n flush
Tapi itu tidak membantu. m
adalah server di LAN. Saya memasukkannya ke file host saya di Mac.
janos@macbook:~$ ping m
PING m (192.168.0.13): 56 data bytes
Request timeout for icmp_seq 0
ping: sendto: No route to host
Request timeout for icmp_seq 1
ping: sendto: Host is down
Request timeout for icmp_seq 2
ping: sendto: Host is down
Request timeout for icmp_seq 3
^C
--- m ping statistics ---
5 packets transmitted, 0 packets received, 100.0% packet loss
janos@macbook:~$ ssh m
ssh: connect to host m port 22: Host is down
Jika mungkin, saya ingin tabel routing bersih seperti ini:
janos@lenovo:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default 192.168.0.1 0.0.0.0 UG 0 0 0 wlan0
192.168.0.0 * 255.255.255.0 U 9 0 0 wlan0
m
?