On Monday 11 March 2002 22:53, Doug Sampson wrote:
> Yes, that would be a big help!  I'm extremely frustrated by the fact
> there doesn't seem to be a hole opened at port 8080...  Or is it
> there and I didn't see it?

It's there, but I think you've got the port forwarding somewhat
confused. Details inline.


> Here's the content of network.conf:
>

> # TCP services open to outside world
> # Space seperated list: srcip/mask_dstport
> #EXTERN_TCP_PORTS="216.70.236.234/29_ssh 0/0_www 0/0_1023 0/0_8080"
>
> # -or-
> # Indexed list: "SrcAddr/Mask port [ DestAddr[/DestMask] ]"
> #EXTERN_TCP_PORT0="5.6.7.8 domain 1.1.1.12"
> #EXTERN_TCP_PORT1="0/0 www"
> EXTERN_TCP_PORT0="216.70.236.236/29 ssh"
> EXTERN_TCP_PORT1="0/0 www"
> EXTERN_TCP_PORT2="0/0 8080"

Good!


> # Uncomment following for port-forwarded internal services.
> # The following is an example of what should be put here.
> # Tuples are as follows:
> #       <protocol>_<local-ip>_<local-port>_<remote-ip>_<remote-port>
> #INTERN_SERVERS="tcp_${EXTERN_IP}_ftp_192.168.1.200_ftp
> tcp_${EXTERN_IP}_smtp_192.168.1.200_smtp"
> INTERN_SERVERS="tcp_${EXTERN_IP}_8080_192.168.1.200_80"

This is all you need to port forward. Good!




> # Advanced settings: parameters passed directly to portfw and autofw
> # Indexed list: "<ipmasqadm portfw options>"
> #INTERN_SERVER0="-a -P PROTO -L LADDR LPORT -R RADDR RPORT [-p PREF]"
> INTERN_SERVER0="tcp ${EXTERN_IP} 8080 192.168.1.200 80"
> # Indexed list: "<ipmasqadm autofw options>"
> #INTERN_AUTOFW0="-A -r tcp 20000 20050 -h 192.168.1.1"
> #INTERN_AUTOFW0="-A -r tcp 8080 -h 192.168.1.200"

Bad.... this is probably messing things up. Remove the line in this
section. You did this in the section above.



> lsmod.txt contents:

> ip_masq_portfw          2416   2

Good, this should be all you need.


I don't know exactly how eth0 is supposed to come up and be 
configured when running PPPoE, which is what I am assuming 
you using with this config. If your not running PPPoE, you need
to fix the general config before it will work.

> Thanks!!!
>

No problem!
-- 

~Lynn Avants
aka Guitarlynn

guitarlynn at users.sourceforge.net
http://leaf.sourceforge.net

If linux isn't the answer, you've probably got the wrong question!

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

Reply via email to