尝试添加默认网关时出现以下错误eth1
。
# route add default gw 192.168.228.2 eth1
route: SIOCADDRT: Network is unreachable
不知道为什么。
答案1
您没有通往 192.168.228.2 的路由。您的地址可能不在 192.168.228 块内,或者您的网络掩码太严格,无法到达该地址。
答案2
网线可能断开。先尝试 ping 一个已知 IP,然后尝试 ping 网关的 IP,看看会发生什么。
尝试添加默认网关时出现以下错误eth1
。
# route add default gw 192.168.228.2 eth1
route: SIOCADDRT: Network is unreachable
不知道为什么。
您没有通往 192.168.228.2 的路由。您的地址可能不在 192.168.228 块内,或者您的网络掩码太严格,无法到达该地址。
网线可能断开。先尝试 ping 一个已知 IP,然后尝试 ping 网关的 IP,看看会发生什么。