Bah this is such a poor question to be asking, I know the answer is out
there somewhere.  I'm looking to port forward through my
EigerSteinBETA2 LRP box to a www server inside.  Nothing to difficult
is it?

Well, I made a simple change to /etc/ipfilter.conf, I managed to find
the part where it checked for internal servers you set:
if [ -n "$INTERN_WWW_SERVER" ] ; then
    $IPMASQADM portfw -a -P tcp -L $EXTERN_IP www -R $INTERN_WWW_SERVER
www
fi


SO I just set INTERN_WWW_SERVER="192.168.1.200" at the top of
ipfilter.conf, and

myrouter: -root- # ipmasqadm portfw -l
prot localaddr            rediraddr          lport    rport  pcnt  pref
TCP  208.59.162.243       192.168.1.200      www      www    10    10

Shows everything should be port-forwarded the right way, I think.  But,
I'm seeing denied packets for port 80, and can't find where to change
that for the life of me.  Where do I stop denying incoming packets on
port 80?


=====
��_________________________
 /                         \  Some great sites:
[  Tony Lieuallen           ] http://www.dilbert.com
[      [EMAIL PROTECTED]   ] http://www.borg.com/~rjgtoons/
[                           ] http://www.memepool.com
 \_________________________/  http://www.bottomquark.com/

__________________________________________________
Do You Yahoo!?
Spot the hottest trends in music, movies, and more.
http://buzz.yahoo.com/

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

Reply via email to