* [Bridge] bridge with ppp0
@ 2004-12-17 23:10 armin langhofer
2005-01-19 21:14 ` Bogdan B. Rudas
0 siblings, 1 reply; 3+ messages in thread
From: armin langhofer @ 2004-12-17 23:10 UTC (permalink / raw)
To: bridge
hi there
i found your project and tried to bridge two ppp devices.
you say (http://bridge.sourceforge.net/faq.html) that this is possible:
... "Linux bridging is very flexible; the LAN's can be either
traditional Ethernet device's, or pseudo-devices such as PPP, VPN's or
VLAN's. The only restrictions are that the devices:" ...
i tried this but got "br_add_interface: Invalid argument" when adding a
ppp device to the bridge. adding an ethernet device works perfectly!
00:07:21 protector ~ # brctl addbr br0
00:07:22 protector ~ # brctl addif br0 eth2
00:07:30 protector ~ # brctl addif br0 ppp0
br_add_interface: Invalid argument
the ppp's are done with pppd and pptpd (poptop)
00:09:39 protector ~ # pppd --version
pppd version 2.4.2
00:09:44 protector ~ # pptpd --version
PoPToP v1.1.4-b4
any ideas?
best regards, armin.
--
armin langhofer
snail: fischer von erlachstr. 29
snail: a-5020 salzburg
phone: +43 699 11648495
email: office@langhofer.at
gnupg: http://langhofer.at/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bridge] bridge with ppp0
2004-12-17 23:10 [Bridge] bridge with ppp0 armin langhofer
@ 2005-01-19 21:14 ` Bogdan B. Rudas
2005-01-19 23:26 ` armin langhofer
0 siblings, 1 reply; 3+ messages in thread
From: Bogdan B. Rudas @ 2005-01-19 21:14 UTC (permalink / raw)
To: bridge
[-- Attachment #1: Type: text/plain, Size: 1465 bytes --]
You should use interfaces with same MTU size. In same situaion I made
OpenVPN tunel over ppp conntction with MTU 1500 (same as in ethernet
network)
On Sat, 18 Dec 2004 00:10:22 +0100
armin langhofer <office@langhofer.at> wrote:
> hi there
>
> i found your project and tried to bridge two ppp devices.
>
>
> you say (http://bridge.sourceforge.net/faq.html) that this is possible:
>
> ... "Linux bridging is very flexible; the LAN's can be either
> traditional Ethernet device's, or pseudo-devices such as PPP, VPN's or
> VLAN's. The only restrictions are that the devices:" ...
>
>
> i tried this but got "br_add_interface: Invalid argument" when adding a
> ppp device to the bridge. adding an ethernet device works perfectly!
>
> 00:07:21 protector ~ # brctl addbr br0
> 00:07:22 protector ~ # brctl addif br0 eth2
> 00:07:30 protector ~ # brctl addif br0 ppp0
> br_add_interface: Invalid argument
>
>
>
> the ppp's are done with pppd and pptpd (poptop)
> 00:09:39 protector ~ # pppd --version
> pppd version 2.4.2
> 00:09:44 protector ~ # pptpd --version
> PoPToP v1.1.4-b4
>
>
> any ideas?
>
> best regards, armin.
> --
> armin langhofer
> snail: fischer von erlachstr. 29
> snail: a-5020 salzburg
> phone: +43 699 11648495
> email: office@langhofer.at
> gnupg: http://langhofer.at/pubkey.txt
> _______________________________________________
> Bridge mailing list
> Bridge@lists.osdl.org
> http://lists.osdl.org/mailman/listinfo/bridge
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Bridge] bridge with ppp0
2005-01-19 21:14 ` Bogdan B. Rudas
@ 2005-01-19 23:26 ` armin langhofer
0 siblings, 0 replies; 3+ messages in thread
From: armin langhofer @ 2005-01-19 23:26 UTC (permalink / raw)
To: bridge
thanx for your answer. i nearly gave it up :)
i gonna try this with openvpn ... thanx for mail
regards, armin.
Bogdan B. Rudas wrote:
> You should use interfaces with same MTU size. In same situaion I made
> OpenVPN tunel over ppp conntction with MTU 1500 (same as in ethernet
> network)
>
> On Sat, 18 Dec 2004 00:10:22 +0100
> armin langhofer <office@langhofer.at> wrote:
>
>> hi there
>>
>> i found your project and tried to bridge two ppp devices.
>>
>>
>> you say (http://bridge.sourceforge.net/faq.html) that this is possible:
>>
>> ... "Linux bridging is very flexible; the LAN's can be either
>> traditional Ethernet device's, or pseudo-devices such as PPP, VPN's or
>> VLAN's. The only restrictions are that the devices:" ...
>>
>>
>> i tried this but got "br_add_interface: Invalid argument" when adding
>> a ppp device to the bridge. adding an ethernet device works perfectly!
>>
>> 00:07:21 protector ~ # brctl addbr br0
>> 00:07:22 protector ~ # brctl addif br0 eth2
>> 00:07:30 protector ~ # brctl addif br0 ppp0
>> br_add_interface: Invalid argument
>>
>>
>>
>> the ppp's are done with pppd and pptpd (poptop)
>> 00:09:39 protector ~ # pppd --version
>> pppd version 2.4.2
>> 00:09:44 protector ~ # pptpd --version
>> PoPToP v1.1.4-b4
>>
>>
>> any ideas?
>>
>> best regards, armin.
>> --
>> armin langhofer
>> snail: fischer von erlachstr. 29
>> snail: a-5020 salzburg
>> phone: +43 699 11648495
>> email: office@langhofer.at
>> gnupg: http://langhofer.at/pubkey.txt
>> _______________________________________________
>> Bridge mailing list
>> Bridge@lists.osdl.org
>> http://lists.osdl.org/mailman/listinfo/bridge
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Bridge mailing list
> Bridge@lists.osdl.org
> http://lists.osdl.org/mailman/listinfo/bridge
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-01-19 23:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-17 23:10 [Bridge] bridge with ppp0 armin langhofer
2005-01-19 21:14 ` Bogdan B. Rudas
2005-01-19 23:26 ` armin langhofer
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.