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.
将最新的 TPROXY 与 Linux 内核一起使用,我将如何获取远程/目标机器的 IP 地址?我假设本地/源端点是从accept().
accept()
原始(重新路由之前)远程目的地将位于getsockname(). accept()将返回本地(足够本地但不是计算机上的接口)源地址。
getsockname()