Broadband Adapter: Difference between revisions

Jump to navigation Jump to search
m (You have to bring the bridge interface up as well.)
Line 58: Line 58:
brctl addif br0 eth0    # or whatever your network interface is
brctl addif br0 eth0    # or whatever your network interface is
ip l set Dolphin up
ip l set Dolphin up
ip l set br0 up
ip l set Dolphin promisc on
ip l set Dolphin promisc on
</pre>
</pre>