Tagged Questions
1
vote
1answer
323 views
connecting (bridging) two networks
I would like to connect (bridge) two networks (ppp0 and eth2).
Normally you would do this with brctl but one of the network-interface is a ppp-device so it won't work (ppp can't transport ppp-frames).
...