<output id="qn6qe"></output>

    1. <output id="qn6qe"><tt id="qn6qe"></tt></output>
    2. <strike id="qn6qe"></strike>

      亚洲 日本 欧洲 欧美 视频,日韩中文字幕有码av,一本一道av中文字幕无码,国产线播放免费人成视频播放,人妻少妇偷人无码视频,日夜啪啪一区二区三区,国产尤物精品自在拍视频首页,久热这里只有精品12

      why loopback-hosting server can't serve external requests

      Background

      When I was following the RAG example promptflow-resource-hub to trace my application through a promtflow server hosted on the loopback interface, as the local env is a virtual machine on Azure, and after I add NSG rule to allow the requests to 23333 port to the virtual machine and add an iptables rule to DNAT the tcp requests to port 2333 to localhost:2333, the trace server is still unreachable from browser. After some investigations without success, stackoverflow gave the answer to enable route_localnet by this thread.

      Explanations

      Let's take Linux v6.9.3 for example, per the following code in function ip_rcv, function ip_rcv_finish will be called after NF_INET_PRE_ROUTING, which will finally call ip_route_input_slow for routing decision defined in route.c

      	return NF_HOOK(NFPROTO_IPV4, NF_INET_PRE_ROUTING,
      		       net, NULL, skb, dev, NULL,
      		       ip_rcv_finish);
      

      This snippet of code at the beginning of ip_route_input_slow checks when the destination is loopback IP address, and the route_localnet is turned off, the code will skip the normal route and goto martian_destination. martian destination represents the destination is not on the Earth, but an invalid or non-existing one.

      	/* Following code try to avoid calling IN_DEV_NET_ROUTE_LOCALNET(),
      	 * and call it once if daddr or/and saddr are loopback addresses
      	 */
      	if (ipv4_is_loopback(daddr)) {
      		if (!IN_DEV_NET_ROUTE_LOCALNET(in_dev, net))
      			goto martian_destination;
      	} else if (ipv4_is_loopback(saddr)) {
      		if (!IN_DEV_NET_ROUTE_LOCALNET(in_dev, net))
      			goto martian_source;
      	}
      

      posted on 2024-06-10 17:48  mainred  閱讀(30)  評論(0)    收藏  舉報

      主站蜘蛛池模板: 人人爽人人爽人人片av东京热 | 成人精品区| 中文字幕成熟丰满人妻| 国产日韩精品中文字幕| 国产日韩精品一区在线不卡| 日本人妻巨大乳挤奶水免费| 国产91色综合久久高清| 日韩在线视频线观看一区| 久久精品国产亚洲精品色婷婷| 一个人看的www视频免费观看| 俄罗斯少妇性XXXX另类| 大地资源中文第二页日本| 久久精品亚洲精品国产色婷| 日韩精品亚洲专在线电影| 类乌齐县| 蜜臀av入口一区二区三区| 人妻一区二区三区三区| 津南区| 亚洲国产综合性亚洲综合性| 国产午夜影视大全免费观看| 国产人妻久久精品一区二区三区| 深夜福利成人免费在线观看| 一区二区三区精品偷拍| 含山县| 成人国产乱对白在线观看| 中文字幕在线亚洲精品| 婷婷四房综合激情五月在线 | 精品嫩模福利一区二区蜜臀| 黑森林福利视频导航| 人妻少妇乱子伦精品| 久热久热久热久热久热久热 | 久久一区二区中文字幕| 国产精品香港三级国产av| 日韩有码中文字幕国产| 亚洲第四色在线中文字幕| 色色97| 2022最新国产在线不卡a| 久久精品熟妇丰满人妻久久| 国产在线98福利播放视频| 樱桃视频影院在线播放| 精品黄色av一区二区三区|