我需要在网关机器上设置转发,客户端的请求如下:是否可以在 OpenBSD 4.5 机器上设置 pf.conf,但使用 IP 地址指定 URL,例如http://example.com?
我已经完成了 IP 地址端口转发的设置。如下所示:
rdr on $ext_if proto tcp from any to $ext_if port 9090 -> 192.168.100.21
以上是重定向部分。在过滤规则中:
pass in quick on $ext_if inet proto tcp from any to 192.168.100.21 port 9090
这是一台网关机器,我只能设置端口转发。
请问,有人能帮我吗 - 可以吗?我读过相关内容,但没有找到 souch 设置的示例。