Paul:

        Heya. Keep in mind that every port-forwarding rule
requires an associated rule which opens the hole in the
firewall in the first place. So you'll need a rule which
looks something like:

ipchains -A input -s 0/0 -d 123.234.123.234/32 80 -p tcp -j ACCEPT

        Note that this rule presumes that nothing "before"
it in the input chain explicitly blocks access to your port
80. So, try sticking this rule near the top of your firewall
setup.
        Hope this helps!

-Scott


> Hi!
>
> I am using the Dachstein CD 1.01 and have some portforwarding problem.
>
> On the inside I got an www-server at 192.168.1.8 port 7777.
> I want to forward my external port 80 to this.
> How do I do this?
> I tried "ipmasqadm portfw -a -P tcp -L 123.234.123.234 80 -R 192.168.1.8
> 7777" and ipmasqadm portfw -l shows that it works.
> Even the weblet shows that it works.
> But if I test my ports using Shields Up at https://grc.com it tells me that
> there is no ports visible.
> What do I do wrong, and how can I fix this?
> Maybe in the network.conf?
>
> /Paul



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to