public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* testing PPP over null modem
@ 2001-09-14  4:36 csaradap
  2001-09-14  8:28 ` Frank Schneider
  0 siblings, 1 reply; 2+ messages in thread
From: csaradap @ 2001-09-14  4:36 UTC (permalink / raw)
  To: linux-india-help@lists.sourceforge.net,
	linux-kernel@vger.kernel.org


I thaink I have a PPP connection up and running  over a null modem. So
can u tell me how to test the ppp setup. By running ifconfig I am
getting the ppp* interface running but the number of packets received
and sent remains constant...


plz help

cspn


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: testing PPP over null modem
  2001-09-14  4:36 testing PPP over null modem csaradap
@ 2001-09-14  8:28 ` Frank Schneider
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Schneider @ 2001-09-14  8:28 UTC (permalink / raw)
  To: csaradap; +Cc: linux-kernel@vger.kernel.org

csaradap schrieb:
> 
> I thaink I have a PPP connection up and running  over a null modem. So
> can u tell me how to test the ppp setup. By running ifconfig I am
> getting the ppp* interface running but the number of packets received
> and sent remains constant...

Hello...

First you have to assign IP-adresses to the ppp*-devices, this can be
done automatically at connect (so its done when you connect via ppp to
an ISP), but yo can also do it by hand.

I would suggest to read "man ifconfig", as i know, it should work like
something:
ifconfig ppp0 <ip> netmask <mask> up

This on both sides of the ppp-link.

Read also "man pppd".

After you have the interfaces (test them by pinging your own ppp0-IP),
you should lay some routing to them, e.g. you can set the default route
to the ppp*-device, so every packet will be send to the other maschine:
route add default gw ppp0

After that you should be able to ping the other maschines ip over the
ppp-link. Then the packetcounter will increase.

Solong..
Frank.

--
Frank Schneider, <SPATZ1@T-ONLINE.DE>.                           
Microsoft isn't the answer.
Microsoft is the question, and the answer is NO.
... -.-

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-14  8:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-14  4:36 testing PPP over null modem csaradap
2001-09-14  8:28 ` Frank Schneider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox