Hello there,

I have the following situation:

2 computers

comp 1 -> wan = 200.xx.xx.xx.2 gw 200.xx.xx.xx.1 lan = 192.168.0.2 ( NAT BOX
)

comp 2 -> wan = 192.168.2.1 gw 192.168.2.2 lan 192.168.168.0.1 / webserver
running on port 443 ( NAT BOX)

i can connect to webserver via comp1 in this form

rdr pass on $ext_if proto tcp from xxx to port 443 -> 192.168.0.1 port 443
nat on $int_if from any to 192.168.0.1 -> ($int_if:0)

how to create a rule with reply-to or route-to  ?

I Sniffed traffic on comp2 and the requisition is the external ip
Exists one form without nat on int_if in the comp1 ? Because the default
gateway of comp2 isn't the comp1 , are different links.
Or the solution is nat how i make.

I tried different form of use with reply-to and route-to, but with load
balancing works perfect. because the links are in same machine.

Thanks in advanced

Reply via email to