[2229] in linux-net channel archive
Re: FTP on PPP
daemon@ATHENA.MIT.EDU (LAVAUX Guilhem)
Sun Mar 24 15:14:16 1996
Date: Sun, 24 Mar 1996 18:47:18 +0100
From: LAVAUX Guilhem <100646.3100@compuserve.com>
To: Linux Networking mailing list <linux-net@vger.rutgers.edu>
This is a multi-part message in MIME format.
--------------490C8D5D61DCCFD61863F36F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Nicolas Sayer wrote:
> >I am using Linux 1.3.77 on a 486 DX2/66.
> Beta version of the Kernel... Not a great idea...
>
> >I am a bit disappointed. When I want to use a standard ftp client, like =
> ftp or
> >xftp, on
> >a machine on my network it begins connecting to remote host but, when I =
> do the
> >first "ls" or "cd", it begins waiting and never returns.
> >However if I use netscape navigator ftp or if I use ftp on the PPP gatew=
> ay
> >(which has
> >firewall masquerade option activated), it works without problems.
> >I think it is a routing problem.
> >All other clients seem to work (above all Netscape with WWW and ftp).
> Well, I use the same setup with the very stable 1.3.57 kernel. And
> Everything works fine. You should send a copy of the output of the ifconf=
> ig
> and the route command, if you want anybody to try and solve the problem..=
Here is the output of ifconfig, route and ipfwadm on the gateway.
(I forgot to say that Linux 1.3.77 turns on it too.)
After some test, I noticed that the ICMP packets don't go through
the gateway but the TCP do.
Bye.
--------------490C8D5D61DCCFD61863F36F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="ipfwadm.output"
IP firewall forward rules, default policy: deny
typ prot source destination ports
msq all localnet/24 anywhere n/a
--------------490C8D5D61DCCFD61863F36F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="ifconfig.output"
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:576 errors:0 dropped:0 overruns:0
TX packets:576 errors:0 dropped:0 overruns:0
eth0 Link encap:10Mbps Ethernet HWaddr 00:00:E8:C8:29:39
inet addr:64.1.9.2 Bcast:64.1.9.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6520 errors:0 dropped:0 overruns:0
TX packets:4986 errors:0 dropped:0 overruns:0
Interrupt:10 Base address:0x300
ppp0 Link encap:Point-Point Protocol
inet addr:199.174.148.180 P-t-P:149.174.212.55 Mask:255.255.255.0
UP POINTOPOINT RUNNING MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0
TX packets:13 errors:0 dropped:0 overruns:0
--------------490C8D5D61DCCFD61863F36F
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="route.output"
Kernel routing table
Destination Gateway Genmask Flags MSS Window Use Iface
dub-dial-31.com * 255.255.255.255 UH 1500 0 0 ppp0
localnet * 255.255.255.0 U 1500 0 18 eth0
loopback * 255.0.0.0 U 3584 0 16 lo
default dub-dial-31.com * UG 1500 0 0 ppp0
--------------490C8D5D61DCCFD61863F36F--