Search found 3 matches

by bartprokop
Tue May 18, 2010 4:10 pm
Forum: General Discussion
Topic: How to open ports on WAN?
Replies: 3
Views: 4781

Re: How to open ports on WAN?

Ok, I fixed it in the following way (hoping not to spoil anything): root@OpenWrt:~# cat /etc/firewall.user # This file is interpreted as shell script. # Put your custom iptables rules here, they will # be executed with each firewall (re-)start. iptables -I zone_wan -p gre -j ACCEPT iptables -I zone_...
by bartprokop
Tue May 18, 2010 11:21 am
Forum: General Discussion
Topic: How to open ports on WAN?
Replies: 3
Views: 4781

Re: How to open ports on WAN?

No, I haven't tried this. Is this right way to use port forwarding for that? I thought rather about modifying WAN input chain, the problem is where and how to be consisted with Gargoyle design (I mean not to destabilize any functionality ) BTW, please note that I must: i) open port on WAN interface ...
by bartprokop
Tue May 18, 2010 7:50 am
Forum: General Discussion
Topic: How to open ports on WAN?
Replies: 3
Views: 4781

How to open ports on WAN?

First my great admiration for your heavy work on Gargoyle. I found it much nicer Tomato, which I was using for some time. I have one question regarding firewall. Could you point me, where I can open certain point on WAN input chain (either GUI or /etc/config file)? In fact I installed PPTPD and want...