Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个拓扑,其中我的机器将 tftp 流量发送到一个 IP 地址上的 tftp 服务器 [linux 机器],并从另一个 IP 地址 [tftp 服务器上的 2 个 NIC] 接收回复,然后使用第二个 IP 地址进行整个传输。但我想知道如何配置这个规则[在 tftp 服务器上],当它回复时,它应该来自第二个IP 地址。
我需要配置什么样的规则是IP表吗?请假设路由是在 linux 机器上配置的。
与 iptables 无关...我不知道您为什么要设置像您这样的场景,但是在一个 IP 上接收请求的常规 TFTP 服务器将在同一个 IP 上应答,否则您需要自定义编码的 TFTP 服务器。 ..