From: Yann COLLETTE <yann.collette@ac-creteil.fr>
To: linux-kernel@vger.kernel.org
Subject: PLIP Problem
Date: Wed, 07 May 2003 09:51:39 +0200 [thread overview]
Message-ID: <3EB8BB0B.8040708@ac-creteil.fr> (raw)
Hello,
I'm trying to connect a laptop to a my home computer using a PLIP
connection. On both computers, I've a Linux Mandrake 9.0 with a kernel
2.4.20.
In /etc/hosts, I have pc.home.org 198.168.0.1 and laptop.home.org
198.168.0.2
For /etc/hosts.allow and /etc/hosts.deny, I've followed the PLIP-HOWTO
advices.
I've configured the parport_pc module (for both pc):
insmod parport_pc io=0x378 irq=7
The kernel messages are fine with this configuration.
Then I had the plip module (insmod plip).
On the laptop, I do:
ifconfig plip0 laptop.home.org pointopoint pc.home.org netmask
255.255.255.255 up
route add -host pc.home.org dev plip0
And on my home computer I do:
ifconfig plip0 pc.home.org pointopoint laptop.home.org netmask
255.255.255.255 up
route add -host laptop.home.org dev plip0
On the laptop, when I ping the pc, nothing happens and on the pc, when I
ping the laptop, nothing happens too.
I don't knwo where I am wrong:
- Maybe my parport in not really bidirectionnal on my laptop (how can I
now if a parport can communicate ?)
- Maybe there's a problem with the way I configure the plip module (I
don't known how to dive into the kernel sources to extract informations
about how to configure a module. There are no information about the plip
module in the kernel documentation).
Your sincerely,
Yann COLLETTE
next reply other threads:[~2003-05-07 7:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-07 7:51 Yann COLLETTE [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-05-15 7:50 PLIP Problem Yann COLLETTE
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EB8BB0B.8040708@ac-creteil.fr \
--to=yann.collette@ac-creteil.fr \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.