我正在尝试将要发送到内部网络的数据包重定向到防火墙的本地主机。
我写了这条规则,但它不起作用。
int_net = "{10.0.0.0/24}"
ext_if = "{igb0}"
int_if = "{igb1}"
rdr on $ext_if proto tcp from any to $int_net port www -> 127.0.0.1 port 9999
当我在浏览器上写 10.0.0.2 时,它应该从防火墙得到一个测试页面。但据我所知,我做不到。
我在这里错过了什么?
我想你也想在这里“通过”:
rdr将$ext_if proto tcp 从 any 传递到 $int_net port www -> 127.0.0.1 port 9999