我想使用Foxboard一个简单的网络监视器用于多个路由器(所有路由器都连接到互联网). Foxboard是一款带有嵌入式Debian版本的迷你电脑.
我的想法是使用这样的多个虚拟网络设备:
> eth0 192.168.2.10
> eth0:1 192.168.3.10
> eth0:2 192.168.4.10
我在这里发现了一个很好的Python脚本来ping外部主机(来自Ryan Cox的解决方案):
https://stackoverflow.com/questions/316866/ping-a-site-in-python
当我ping www.site-a.com时,是否可以将Debian配置为使用eth0;当我ping www.site-b.com时,是否可以将eth0配置为eth0:1?