Allan Adler <(E-Mail Removed)> wrote:
> Everything I've read about pppd assumes that one is going to use pppd
> to tell the modem to dial up the ISP. Am I correct in thinking that
> pppd is also good for having two PC's connected by a cable (one of those
> cables whose connector looks like a phone jack, only bigger), where no
> modem dialup is involved. If so, where is this explained in words of
> one syllable? I can get the two PC's to ping each other but that's all.
> I've been told that I need for one of them to be configured as a server,
> which seems to imply some software I haven't been able to figure out how
> to install, but I'm skeptical about that. If the two PC's can ping each
> other, I don't see why they can't also exchange files.
You can exchange files if you configure an FTP server on each. If inetd
is running then that would entail putting a line similar to
ftp stream tcp nowait root /usr/sbin/tcpd wu.ftpd -l -a
in /etc/inetd.conf. The wu.ftpd is the FTP server which may well vary
with distribution used. Also your distribution may have xinetd instead
of inetd, something with which I have no experience.
There also should be lines like
ftp-data 20/tcp # File Transfer [Default Data]
ftp-data 20/udp # File Transfer [Default Data]
ftp 21/tcp # File Transfer [Control]
ftp 21/udp # File Transfer [Control]
in /etc/services.
Reading these man pages might provide some more insight:
man inetd (xinetd ?)
man services
man wu.ftpd (ftpd ?)
--
Clifford Kite Email: "echo
xvgr_yvahk-(E-Mail Removed)|rot13"
PPP-Q&A links, downloads:
http://ckite.no-ip.net/
/* For every credibility gap, there is a gullibility fill.
-- R. Clopton */