search for: br_add_interface

Displaying 4 results from an estimated 4 matches for "br_add_interface".

2003 Jul 22
7
broadcast over gre tunnel?
Hello, I connected the network 192.168.1.0 with 192.168.2.0 over the internet trough a GRE-Tunnel. I don''t know if I set up all things right: The client-pcs in both networks have a subnet mask of 255.255.255.0 and 192.168.2.x''s default gateway is the server wich has started the tunnel. The 192.168.1.x''s default gateway is 192.168.1.250 wich routes traffic destinated to
2007 Apr 18
0
[Bridge] bridge with ppp0, ppp1,..
...ge.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 wi...
2007 Apr 26
0
[Bridge] Bridging ppp0 and eth0
I am trying to bridge a ppp connection to an ethernet connection. The documentation says this is possible but when issuing the following: brctl addif myBridge ppp0 a short message is displayed br_add_interface: Cannot assign requested address -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.linux-foundation.org/pipermail/bridge/attachments/2007042= 6/41bb2363/attachment.htm
2007 Apr 18
2
[Bridge] Bridge code enhancement (link state detection) and bug fix. (patches included).
...ode shipped in 2.6.6. 2. Bug fix... Creating a bridge like this is no longer possible: vconfig add eth0 10 vconfig add eth0 20 ifconfig eth0.10 0.0.0.0 up ifconfig eth0.20 0.0.0.0 up brctl addbr NUM1 brctl addif NUM1 eth0.10 brctl addif NUM1 eth0.20 The last command produces the following error: br_add_interface: File exists Older bridge code did accept this although it would log a warning. I hope the code can make it to mainstream. Please let me know how you feel about it. Mark Ruijter. -------------- next part -------------- A non-text attachment was scrubbed... Name: bridge-utils-1.0.4.patch Type:...