linux-ppp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Support for udp
@ 2023-10-05 18:00 Sagar Acharya
       [not found] ` <b750b194-59cf-4a7b-a7c2-2995e5b0d8dc@multitech.co.in>
  0 siblings, 1 reply; 3+ messages in thread
From: Sagar Acharya @ 2023-10-05 18:00 UTC (permalink / raw)
  To: Linux Ppp

Does pppd support udp? I am able to access tcp but not udp with pppd.
Thanking you
Sagar Acharya
https://humaaraartha.in/selfdost/selfdost.html

Kindly cc me as I am not subscribed.

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

* Re: Support for udp
       [not found] ` <b750b194-59cf-4a7b-a7c2-2995e5b0d8dc@multitech.co.in>
@ 2023-10-06  6:21   ` Sagar Acharya
  2023-10-06 17:55     ` Michael Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Sagar Acharya @ 2023-10-06  6:21 UTC (permalink / raw)
  To: Narasimhan S; +Cc: Linux Ppp

So are you saying pppd does not support udp or does it?
Thanking you
Sagar Acharya
https://humaaraartha.in/selfdost/selfdost.html



6 Oct 2023, 11:06 by simha@multitech.co.in:

> pppd works at IP layer. All IP protocols not dependent on broadcast capabilities should work.
>
> On 05-10-2023 23:30, Sagar Acharya wrote:
>
>> Does pppd support udp? I am able to access tcp but not udp with pppd.
>> Thanking you
>> Sagar Acharya
>> https://humaaraartha.in/selfdost/selfdost.html
>>
>> Kindly cc me as I am not subscribed.
>>

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

* Re: Support for udp
  2023-10-06  6:21   ` Sagar Acharya
@ 2023-10-06 17:55     ` Michael Richardson
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Richardson @ 2023-10-06 17:55 UTC (permalink / raw)
  To: Sagar Acharya; +Cc: Narasimhan S, Linux Ppp

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]


Sagar Acharya <sagaracharya@tutanota.com> wrote:
    > So are you saying pppd does not support udp or does it?  Thanking you
    > Sagar Acharya https://humaaraartha.in/selfdost/selfdost.html

You didn't understand the answer because you didn't actually ask a sensible question.

PPP is a "layer-2"
UDP is a "layer-4"

https://en.wikipedia.org/wiki/OSI_model
https://www.oreilly.com/library/view/internet-core-protocols/1565925726/ch01s02s02.html

There are situations where one might encapsulate PPP packets into UDP
packets.  This usually happens in back-hauls of ISP/DSL networks using L2TP.
But, that's not a typical situation for an end-user.

Myself and many others have built commercial BRAS using pppd, and there is
even support in the Linux kernel for efficient encap/decap of L2TP/PPP packets.
https://en.wikipedia.org/wiki/Broadband_remote_access_server

    >> pppd works at IP layer. All IP protocols not dependent on broadcast
    >> capabilities should work.
    >>
    >> On 05-10-2023 23:30, Sagar Acharya wrote:
    >>
    >>> Does pppd support udp? I am able to access tcp but not udp with pppd.
    >>> Thanking you Sagar Acharya
    >>> https://humaaraartha.in/selfdost/selfdost.html
    >>>
    >>> Kindly cc me as I am not subscribed.
    >>>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

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

end of thread, other threads:[~2023-10-06 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 18:00 Support for udp Sagar Acharya
     [not found] ` <b750b194-59cf-4a7b-a7c2-2995e5b0d8dc@multitech.co.in>
2023-10-06  6:21   ` Sagar Acharya
2023-10-06 17:55     ` Michael Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).