All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bridge] ppp0 to eth0
@ 2005-08-09 18:51 Eduardo Osorio
  2005-08-09 21:36 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Eduardo Osorio @ 2005-08-09 18:51 UTC (permalink / raw)
  To: bridge

Hi,

i wonder if there's some howto information to 
bridge ppp0 to eth0

my distribution is a Hoary Ubuntu 5.04

i install :    apt-get install bridge-utlis

what i need it's connect to internet thru a modem 56k (ppp0)
and then give internet access to my laptop thru a crosspair cable
attached to a eth0 in my linux box .

i was following the article
http://www.linuxjournal.com/article/8261

does anyone knows where i can find that information

the FAQ of bridge http://bridge.sourceforge.net/
mencion that ppp it's posible.

thanks in advance for clarification, commets etc


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

* Re: [Bridge] ppp0 to eth0
  2005-08-09 18:51 [Bridge] ppp0 to eth0 Eduardo Osorio
@ 2005-08-09 21:36 ` Stephen Hemminger
  2005-08-23  7:25   ` Zoran s
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Hemminger @ 2005-08-09 21:36 UTC (permalink / raw)
  To: Eduardo Osorio; +Cc: bridge

On Tue, 9 Aug 2005 13:51:40 -0500
Eduardo Osorio <eduardo.osorio.armenta@gmail.com> wrote:

> Hi,
> 
> i wonder if there's some howto information to 
> bridge ppp0 to eth0
> 
> my distribution is a Hoary Ubuntu 5.04
> 
> i install :    apt-get install bridge-utlis
> 
> what i need it's connect to internet thru a modem 56k (ppp0)
> and then give internet access to my laptop thru a crosspair cable
> attached to a eth0 in my linux box .
> 
> i was following the article
> http://www.linuxjournal.com/article/8261
> 
> does anyone knows where i can find that information
> 
> the FAQ of bridge http://bridge.sourceforge.net/
> mencion that ppp it's posible.
> 
> thanks in advance for clarification, commets etc
> 

You will have better luck using routing and NAT to do this.
Otherwise, your ISP will have to allow multiple IP's over a single
PPP connection.

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

* Re: [Bridge] ppp0 to eth0
  2005-08-09 21:36 ` Stephen Hemminger
@ 2005-08-23  7:25   ` Zoran s
  0 siblings, 0 replies; 3+ messages in thread
From: Zoran s @ 2005-08-23  7:25 UTC (permalink / raw)
  To: Stephen Hemminger, Eduardo Osorio; +Cc: bridge

There is an interesting article covering bridging, but
I think the interfaces are considered to type of
ethernet, no ppp ever considered!

http://www.linuxjournal.com/article/8172

The problem with ppp is that for the dial-up, as I
understand, ppp is NOT over eth (PPPoE), but rather
over some specific Data Link Layer described in V.90
standards.

As I also understand, the web portal for dial-up is on
the linux machine, where the whole process of PAP/CHAP
and autentification with ISP takes place. The ISP
assigns dynamic IP address to dial-up interface, so
NAT is required to maintain xla to private subnet
residing on the ethernet interface.

Then, every node of private subnet will automatically
have access to the internet.

Routing is the magic word. :)

--- Stephen Hemminger <shemminger@osdl.org> wrote:

> On Tue, 9 Aug 2005 13:51:40 -0500
> Eduardo Osorio <eduardo.osorio.armenta@gmail.com>
> wrote:
> 
> > Hi,
> > 
> > i wonder if there's some howto information to 
> > bridge ppp0 to eth0
> > 
> > my distribution is a Hoary Ubuntu 5.04
> > 
> > i install :    apt-get install bridge-utlis
> > 
> > what i need it's connect to internet thru a modem
> 56k (ppp0)
> > and then give internet access to my laptop thru a
> crosspair cable
> > attached to a eth0 in my linux box .
> > 
> > i was following the article
> > http://www.linuxjournal.com/article/8261
> > 
> > does anyone knows where i can find that
> information
> > 
> > the FAQ of bridge http://bridge.sourceforge.net/
> > mencion that ppp it's posible.
> > 
> > thanks in advance for clarification, commets etc
> > 
> 
> You will have better luck using routing and NAT to
> do this.
> Otherwise, your ISP will have to allow multiple IP's
> over a single
> PPP connection.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

end of thread, other threads:[~2005-08-23  7:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-09 18:51 [Bridge] ppp0 to eth0 Eduardo Osorio
2005-08-09 21:36 ` Stephen Hemminger
2005-08-23  7:25   ` Zoran s

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.