Whenever I try to telnet or ftp to a box behind my gateway I end up with the
following error messages:

Jan 14 02:06:26 takamine in.telnetd[1550]: connect from unknown
Jan 14 02:06:32 takamine in.telnetd[1551]: warning: can't get client address:
Connection reset by peer
Jan 14 02:06:32 takamine in.telnetd[1551]: connect from unknown
Jan 14 02:06:44 takamine in.telnetd[1552]: warning: can't get client address:
Connection reset by peer

Ping seems to work ok though... any ideas?
Thanks,
Doug

I have the following set-up:
------------------------------------------------------------
Linux box (gateway RH 5.1)  -->     ppp0 (12.7.120.83)
                                                       eth0 (12.7.121.239)
Linux Box (takamine)           --> eth0 (12.7.121.240)
Win 95                                 --> eth (12.7.121.241)
-------------------------------------------------------------
My masq setup is:

echo "ip_masq"
/sbin/ipfwadm -F -f
/sbin/ipfwadm -F -p accept
/sbin/depmod -a
/sbin/modprobe ip_masq_ftp.o
/sbin/modprobe ip_masq_raudio.o
/sbin/modprobe ip_masq_irc.o
/sbin/modprobe ipip.o
/sbin/modprobe ip_alias.o
/sbin/ipfwadm -F -a  m -S 12.7.121.0/24 -D 0.0.0.0/0 -W ppp0
/sbin/ifconfig eth0 12.7.121.239
/sbin/route add -net 12.7.121.0
-----------------------------------------------------------------
And my routing table looks like:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
tc1.pacinfo.com *               255.255.255.255 UH    0      0        0 ppp0
12.7.121.0      *               255.255.255.0   U     0      0        8 eth0
127.0.0.0       *               255.0.0.0       U     0      0        2 lo
default         *               0.0.0.0         U     0      0       17 ppp0
default         tc1.pacinfo.com 0.0.0.0         UG    0      0        0 ppp0
----------------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]

Reply via email to