我需要在路由中添加IP。我通过Openvpn连接到实验室。我的路由现在看起来像这样;
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.178.1 0.0.0.0 UG 600 0 0 wlan0
192.168.178.0 0.0.0.0 255.255.255.0 U 600 0 0 wlan0
192.168.193.0 0.0.0.0 255.255.255.0 U 0 0 0 tap0
我需要添加(例子)IP 20.20.20.0/24所以我可以通过tap0访问webserver 20.20.20.8。我不能让这个工作。如何设置正确的网关和IP?
whereis route
找出完整的路径