Opening router ports should be done in the firewall-start script.
I think that I found root of problem.
Script firewall-start running twice. First time for WAN port. At this time interface ppp0 is down. Second time when pptp connection established.
In "iptables -L" I see my rules from firewall-start twice. May it is root of my problem???
May be right way is put firewall rules to wan-start ??
UPDATE:
before calling firewall-start all iptables rules flushed. I think problem is around parallel script execution. I add "sleep 1" before each iptables command in firewall-start and now it's working. Very strange thing...
Last edited: