hi all,
i have two ip static, and rules for port forwarding.
all rules nat with “dst-nat” everything works fine, but when i configured PCC, port forwording down, why?
hi all,
i have two ip static, and rules for port forwarding.
all rules nat with “dst-nat” everything works fine, but when i configured PCC, port forwording down, why?
You need to make sure the IPs that you have forwarded go out the proper interface.
my network is
—adsl2------------- |------- | -----------------client ppp(in pcc)
| PCC |
----adsl1 two ip public |PPPOE | -------------network server--------
|_______|
/ip firewall nat
chain=dstnat action=dst-nat to-addresses=192.168.1.10 to-ports=80
protocol=tcp dst-address=ip public dst-port=80 in-interface=Adsl1
is correct?