Linux / CentOS:如何强制FTP / SSH使用特定的以太网适配器

我们有一个带有2个以太网适配器的CentOS服务器.这两个适配器都可以访问互联网,两者都可用于连接到远程站点.

有没有办法知道连接到FTP服务器或通过SSH连接到另一台服务器时将使用哪个以太网适配器?如果是这样,有没有办法强制它使用特定的适配器而不禁用任何?

解决方法:

也许您可以为要连接的服务器设置特殊路由?查看route命令或“ip route”命令.

编辑:这似乎包含了我所说的一个例子:http://www.cyberciti.biz/faq/howto-linux-configuring-default-route-with-ipcommand/

特别:

Type the following command to sent all packets to the local enter
code herenetwork 192.168.1.0 directly through the device eth0:,
enter

ip route add 192.168.1.0/24 dev eth0
上一篇:android – 从OTG为以太网卡分配静态IP


下一篇:linux – Ubuntu Server以太网配置命名错误