Dolphin, the GameCube and Wii emulator - Forums
BBA on Ubuntu 16.04 (LAN Mode) - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: BBA on Ubuntu 16.04 (LAN Mode) (/Thread-bba-on-ubuntu-16-04-lan-mode)



BBA on Ubuntu 16.04 (LAN Mode) - NaWer - 01-13-2017

Hi folks,

I've tried to play Kirby Air Race on LAN (not NetPlay) and can't have it working...

I don't understand what I really need to do.

Code:
openvpn --mktun --dev Dolphin0 --dev-type tap --user     $(whoami) --group $(whoami)
brctl addbr br0
brctl addif br0 Dolphin0
brctl addif br0 enp1s0
ip l set Dolphin0 up
ip l set br0 up
ip l set Dolphin0 promisc on
When I run those commands, I can't even ping others computers...

After this failure, I've tried to create bridge with network-manager and name the bridge Dolphin0 :
http://ask.xmodulo.com/configure-linux-bridge-network-manager-ubuntu.html
It says :
"At this point, the bridge connection will automatically be activated"
But it doesn't and I don't know how to connect to this newly created bridge.


Any help will be appreciated Wink

A little more informations :
4 PC on Ubuntu 16.04 - Ethernet on the same router with DHCP.


RE: BBA on Ubuntu 16.04 (LAN Mode) - NaWer - 01-18-2017

Nobody tried LAN mode, even on mario kart ?


RE: BBA on Ubuntu 16.04 (LAN Mode) - JMC47 - 01-18-2017

It worked last time I used it, but, it's really quite a pain to setup and can go wrong in a billion ways.