/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! 
/* ALSO: Don't quote this header. It makes you look lame :-) */

I'm having the same problem. Someone please help. Here's my info:

[root@dsl-ip scott]# uname -r
2.2.17-21mdk

[root@dsl-ip scott]# ipmasqadm portfw -l
prot localaddr            rediraddr               lport    rport  pcnt  pref
TCP  dsl-ip.mother.com 192.168.0.100            1329      ftp    10    10

[root@dsl-ip scott]# /sbin/lsmod
Module                  Size  Used by
soundcore               2800   0  (autoclean) (unused)
3c509                   6000   1  (autoclean)
8139too                12064   1  (autoclean)
ip_masq_vdolive         1440   0  (unused)
ip_masq_cuseeme         1184   0  (unused)
ip_masq_quake           1456   0  (unused)
ip_masq_irc             1664   0  (unused)
ip_masq_raudio          3072   0  (unused)
ip_masq_portfw          2608   1 
ip_masq_ftp             4032   0  (unused)
supermount             14224   2  (autoclean)

[root@dsl-ip scott]# /sbin/ipchains -L
Chain input (policy ACCEPT):
Chain forward (policy DENY):
target     prot opt     source                destination           ports
MASQ       tcp  ------  dsl-ip.mother.com/30 anywhere              1329 ->   any
MASQ       all  ------  192.168.0.0/24       anywhere              n/a
Chain output (policy ACCEPT):

and in my /etc/rc.firewall script

echo "1" > /proc/sys/net/ipv4/ip_forward

/sbin/ipchains -M -S 7200 10 160

/sbin/ipchains -I forward -p tcp -s 63.201.171.178/30 1329 -j MASQ

/sbin/ipchains -P forward DENY

/sbin/ipchains -A forward -s 192.168.0.0/24 -j MASQ

/usr/sbin/ipmasqadm portfw -a -P tcp -L 63.201.171.178 1329 -R 192.168.0.100 21

I'm not sure that ipchains is actually running. default run level is 5. and in 
/etc/rc5.d/ there is a K92ipchains@ file. Any ideas?
Thanks,
Scott Decker
PO Box 74141
Davis, CA. 95617

                 
_______________________________________________
Masq maillist  -  [EMAIL PROTECTED]
Admin requests can be handled at http://www.indyramp.com/masq-list/ -- 
THIS INCLUDES UNSUBSCRIBING!
or email to [EMAIL PROTECTED]

PLEASE read the HOWTO and search the archives before posting.
You can start your search at http://www.indyramp.com/masq/
Please keep general linux/unix/pc/internet questions off the list.

Reply via email to