Hello,

I have a LRP Eigerstein2BETA with the modules :
ip_masq_user
ip_masq_autofw
ip_masq_prtfw
ip_masq_mfw
ip_masqpptp
ip_gre

>From my firewall I can make a telnet on the news server of my provider :
telnet newsserver_ipaddress 119
But from a computer on my LAN (behind the firewall) I cannot access this
same news server... However, I let go out requests to this news server ....

ipchains -A output -i $EXTERN_IF -p tcp -s $EXTERN_IP  1024:65535 -d
newsserver_ipaddress 119 -j ACCEPT
ipchains -A input -i $EXTERN_IF -p tcp ! -y -s newsserver_ipaddress 119 -d
$EXTERN_IP 1024:65535 -j ACCEPT

What am I doing wrong ?

Blaise Lab
Switzerland


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

Reply via email to