14.09.2012 16:36, Vasiliy P. Melnik пишет:
14 сентября 2012 г., 15:33 пользователь Alexandr
<[email protected]> написал:
14.09.2012 15:26, Vasiliy P. Melnik пишет:
no rdr on $lan_iface proto tcp from 192.168.2.2 to any port http
rdr pass on $lan_iface proto tcp from $lan_net to any port http ->
127.0.0.1 port 8080
Я правильно понял?
Да, правильно
спасибо
У меня так:
int_if="xx0"
int_ip="x.x.x.x"
ext_ip="y.y.y.y"
table <without_proxy> { 192.168.2.2, другие IP }
table <me> const { $int_ip, $ext_ip }
rdr pass on $int_if proto tcp from !<without_proxy> to !<me> port www ->
($int_if) port 3128